PaymentGatewayConfigError
No description
type PaymentGatewayConfigError {
field: String
message: String
code: PaymentGatewayConfigErrorCode!
}
Fields
PaymentGatewayConfigError.field
● String
scalar miscellaneous
Name of a field that caused the error. A value of
null
indicates that the error isn't associated with a particular field.
PaymentGatewayConfigError.message
● String
scalar miscellaneous
The error message.
PaymentGatewayConfigError.code
● PaymentGatewayConfigErrorCode!
non-null enum payments
The error code.
Member Of
PaymentGatewayConfig
object