PaymentError
No description
type PaymentError {
field: String
message: String!
code: PaymentErrorCode!
}
Fields
PaymentError.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.
PaymentError.message ● String! non-null scalar
The error message.
PaymentError.code ● PaymentErrorCode! non-null enum
The error code.
Member Of
CheckoutPaymentCreate object ● NauticalOrderPaymentCreate object ● PaymentCapture object ● PaymentVoid object