PaymentError
No description
type PaymentError {
field: String
message: String
code: PaymentErrorCode!
variants: [ID!]
}
Fields
PaymentError.field ● String scalar
Name of a field that caused the error. A value of
nullindicates that the error isn't associated with a particular field.
PaymentError.message ● String scalar
The error message.
PaymentError.code ● PaymentErrorCode! non-null enum
The error code.
PaymentError.variants ● [ID!] list scalar
List of variant IDs which causes the error.
Member of
CheckoutPaymentCreate object ● PaymentCapture object ● PaymentCheckBalance object ● PaymentInitialize object ● PaymentRefund object ● PaymentVoid object
Was this page helpful?