InitiateCheckMerchantPaymentPayload
No description
union InitiateCheckMerchantPaymentPayload = InitiateCheckMerchantPaymentSuccessPayload | ForbiddenRejection | NotFoundRejection | InternalErrorRejection | ValidationRejection | CheckRejection
Possible types
InitiateCheckMerchantPaymentPayload.InitiateCheckMerchantPaymentSuccessPayload
object
InitiateCheckMerchantPaymentPayload.ForbiddenRejection
object
InitiateCheckMerchantPaymentPayload.NotFoundRejection
object
Rejection returned if the entity was not found or if the user does not have the rights to know that the account exists
InitiateCheckMerchantPaymentPayload.InternalErrorRejection
object
Rejection returned on unexpected server error
InitiateCheckMerchantPaymentPayload.ValidationRejection
object
Rejection returned if an input contains invalid data
InitiateCheckMerchantPaymentPayload.CheckRejection
object
Returned By
initiateCheckMerchantPayment
mutation