Skip to main content

MerchantPaymentMethodNotActiveRejection

Rejection returned when the Merchant Payment Method is not active

type MerchantPaymentMethodNotActiveRejection implements Rejection {
paymentMethodIds: [String!]
message: String!
}

Fields

MerchantPaymentMethodNotActiveRejection.paymentMethodIds ● [String!] list scalar

MerchantPaymentMethodNotActiveRejection.message ● String! non-null scalar

Interfaces

Rejection interface

Implemented By

CreateMerchantPaymentLinkPayload union