InitiateCheckMerchantPaymentPayload
No description
union InitiateCheckMerchantPaymentPayload = CheckRejection | DuplicateCheckRejection | ForbiddenRejection | InitiateCheckMerchantPaymentSuccessPayload | InternalErrorRejection | NotFoundRejection | ValidationRejection
Possible types
InitiateCheckMerchantPaymentPayload.CheckRejection
object
InitiateCheckMerchantPaymentPayload.DuplicateCheckRejection
object
InitiateCheckMerchantPaymentPayload.ForbiddenRejection
object
InitiateCheckMerchantPaymentPayload.InitiateCheckMerchantPaymentSuccessPayload
object
InitiateCheckMerchantPaymentPayload.InternalErrorRejection
object
Rejection returned on unexpected server error
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.ValidationRejection
object
Rejection returned if an input contains invalid data
Returned By
initiateCheckMerchantPayment
mutation