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