InvalidPaymentMethodRequestRejection
No description
type InvalidPaymentMethodRequestRejection implements Rejection {
paymentMethods: [InvalidMerchantPaymentMethodError!]!
message: String!
}
No description
type InvalidPaymentMethodRequestRejection implements Rejection {
paymentMethods: [InvalidMerchantPaymentMethodError!]!
message: String!
}
InvalidPaymentMethodRequestRejection.paymentMethods
● [InvalidMerchantPaymentMethodError!]!
non-null objectInvalidPaymentMethodRequestRejection.message
● String!
non-null scalarRejection
interface