PayoutCreate
Creates a new payout.
type PayoutCreate {
payoutErrors: [PayoutError!]!
payout: Payout
}
Fields
PayoutCreate.payoutErrors ● [PayoutError!]! non-null object
PayoutCreate.payout ● Payout object
Returned By
payoutCreate mutation