PayoutError
No description
type PayoutError {
field: String
message: String!
code: PayoutErrorCode!
}
Fields
PayoutError.field ● String scalar
Name of a field that caused the error. A value of null indicates that the error isn't associated with a particular field.
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