VendorPayoutCreate
Result of vendor payout create mutation.
type VendorPayoutCreate {
vendorPayout: VendorPayout
payoutErrors: [PayoutError!]!
}
Fields
VendorPayoutCreate.vendorPayout ● VendorPayout object
The vendor payout.
VendorPayoutCreate.payoutErrors ● [PayoutError!]! non-null object
List of errors that occurred executing the mutation.
Returned By
vendorPayoutCreate mutation