PaymentMethodProcessTokenizationError Object
No description
type PaymentMethodProcessTokenizationError {
  field: String
  message: String
  code: PaymentMethodProcessTokenizationErrorCode!
}
Fields
PaymentMethodProcessTokenizationError.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.
PaymentMethodProcessTokenizationError.message ● String scalar miscellaneous
The error message.
PaymentMethodProcessTokenizationError.code ● PaymentMethodProcessTokenizationErrorCode! non-null enum payments
The error code.