CancelMerchantProfileUpdateRequestPayload
No description
union CancelMerchantProfileUpdateRequestPayload = CancelMerchantProfileUpdateRequestSuccessPayload | ForbiddenRejection | NotFoundRejection | InternalErrorRejection | UpdateRequestNotPendingReviewRejection
Possible types
CancelMerchantProfileUpdateRequestPayload.CancelMerchantProfileUpdateRequestSuccessPayload
object
CancelMerchantProfileUpdateRequestPayload.ForbiddenRejection
object
CancelMerchantProfileUpdateRequestPayload.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
CancelMerchantProfileUpdateRequestPayload.InternalErrorRejection
object
Rejection returned on unexpected server error
CancelMerchantProfileUpdateRequestPayload.UpdateRequestNotPendingReviewRejection
object
Returned By
cancelMerchantProfileUpdateRequest
mutation