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