PaymentError Object
No description
type PaymentError {
field: String
message: String
code: PaymentErrorCode!
variants: [ID!]
}
Fields
field ● String
Name of a field that caused the error. A value of null indicates that the error isn't associated with a particular field.
message ● String
The error message.
code ● PaymentErrorCode!
The error code.
variants ● [ID!]
List of variant IDs which causes the error.
Member Of
CheckoutPaymentCreate object ● PaymentCapture object ● PaymentCheckBalance object ● PaymentInitialize object ● PaymentRefund object ● PaymentVoid object