CancelMerchantPaymentPayload
No description
union CancelMerchantPaymentPayload = CancelMerchantPaymentSuccessPayload | MerchantPaymentNotCancellableRejection | MerchantPaymentMethodNotCompatibleRejection | MerchantPaymentNotPartiallyCancellableRejection | ValidationRejection | ForbiddenRejection | MerchantPaymentNotFoundRejection | InternalErrorRejection
Possible types
CancelMerchantPaymentPayload.CancelMerchantPaymentSuccessPayload object
CancelMerchantPaymentPayload.MerchantPaymentNotCancellableRejection object
CancelMerchantPaymentPayload.MerchantPaymentMethodNotCompatibleRejection object
CancelMerchantPaymentPayload.MerchantPaymentNotPartiallyCancellableRejection object
CancelMerchantPaymentPayload.ValidationRejection object
Rejection returned if an input contains invalid data
CancelMerchantPaymentPayload.ForbiddenRejection object
CancelMerchantPaymentPayload.MerchantPaymentNotFoundRejection object
CancelMerchantPaymentPayload.InternalErrorRejection object
Rejection returned on unexpected server error
Returned By
cancelMerchantPayment mutation