Skip to main content

PayoutError

Represents errors from payout operations.

type PayoutError {
field: String
message: String!
code: PayoutErrorCode!
}

Fields

PayoutError.field ● String scalar

PayoutError.message ● String! non-null scalar

The error message.

PayoutError.code ● PayoutErrorCode! non-null enum

The error code.

Member Of

PayoutBulkArchive object ● PayoutCreate object ● PayoutCreateAsync object ● PayoutDelete object ● PayoutProcess object ● PayoutStatusUpdate object ● PayoutUpdate object ● VendorPayoutCreate object ● VendorPayoutNoteAdd object ● VendorPayoutNoteUpdate object ● VendorPayoutsBulkExclude object ● VendorPayoutsBulkInclude object ● VendorPayoutsBulkProcess object ● VendorPayoutStatusUpdate object

Was this page helpful?