PaymentGatewayConfigError
No description
type PaymentGatewayConfigError {
field: String
message: String
code: PaymentGatewayConfigErrorCode!
}
Fields
PaymentGatewayConfigError.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.
PaymentGatewayConfigError.message ● String scalar
The error message.
PaymentGatewayConfigError.code ● PaymentGatewayConfigErrorCode! non-null enum
The error code.
Member of
PaymentGatewayConfig object
Was this page helpful?