MerchantPaymentMethodNotActiveRejection
Rejection returned when the Merchant Payment Method is not active
type MerchantPaymentMethodNotActiveRejection implements Rejection {
paymentMethodIds: [String!]
message: String!
}
Rejection returned when the Merchant Payment Method is not active
type MerchantPaymentMethodNotActiveRejection implements Rejection {
paymentMethodIds: [String!]
message: String!
}
MerchantPaymentMethodNotActiveRejection.paymentMethodIds
● [String!]
list scalarMerchantPaymentMethodNotActiveRejection.message
● String!
non-null scalarRejection
interface