PaymentMethodNotCompatibleRejection
Rejection returned when a payment method is not compatible for the requested mutation
type PaymentMethodNotCompatibleRejection implements Rejection {
message: String!
}
Fields
PaymentMethodNotCompatibleRejection.message
● String!
non-null scalar
Interfaces
Rejection
interface
Implemented By
AddInternalDirectDebitPaymentMandatePayload
union ● AddSepaDirectDebitPaymentMandatePayload
union ● CreateMerchantPaymentLinkPayload
union