Skip to main content
Version: 3.x

PaymentMethodRequestDeleteError

No description

type PaymentMethodRequestDeleteError {
field: String
message: String
code: StoredPaymentMethodRequestDeleteErrorCode!
}

Fields

PaymentMethodRequestDeleteError.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.

PaymentMethodRequestDeleteError.message ● String scalar

The error message.

PaymentMethodRequestDeleteError.code ● StoredPaymentMethodRequestDeleteErrorCode! non-null enum

The error code.

Member of

StoredPaymentMethodRequestDelete object


Was this page helpful?