ViewerEmailPaymentBreakdownUnion
If mutation is successful, the Payment will be returned, otherwise a MutationError is returned.
union ViewerEmailPaymentBreakdownUnion = MutationError | Payment
Possible types
ViewerEmailPaymentBreakdownUnion.MutationError object
Has errors for a mutation
ViewerEmailPaymentBreakdownUnion.Payment object
A payment - withdraw of funds
Returned by
ViewerEmailPaymentBreakdown mutation