PatchTenantData# class PatchTenantData[source]# Input data required for the Tenant::Patch operation. name: Union[Just[str], _Nothing[str]] = Nothing# The new name of the tenant abbreviated_name: Union[Just[str], _Nothing[str]] = Nothing# The new abbreviated name of the tenant order_category: Union[Just[int], _Nothing[int]] = Nothing# The new order category of the tenant contract_start: Union[Just[date], _Nothing[date]] = Nothing# The new contract start date is_hidden: Union[Just[bool], _Nothing[bool]] = Nothing# Whether the tenant should be hidden or not