MerchantPaymentRejected
Merchant Payment status rejected
type MerchantPaymentRejected implements MerchantPaymentStatusInfo {
status: MerchantPaymentStatus!
reason: String!
}
Fields
MerchantPaymentRejected.status
● MerchantPaymentStatus!
non-null enum
status of the merchant payment
MerchantPaymentRejected.reason
● String!
non-null scalar
rejected reason
Interfaces
MerchantPaymentStatusInfo
interface
Merchant Payment Status Information