MerchantPaymentMethodNotCompatibleRejection
No description
type MerchantPaymentMethodNotCompatibleRejection implements Rejection {
id: String!
message: String!
}
No description
type MerchantPaymentMethodNotCompatibleRejection implements Rejection {
id: String!
message: String!
}
MerchantPaymentMethodNotCompatibleRejection.id
● String!
non-null scalarMerchantPaymentMethodNotCompatibleRejection.message
● String!
non-null scalarRejection
interface