# ContractProperties ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **contract_number** | **Integer** | The contract number. | [optional][readonly] | | **owner** | **String** | The owner of the contract. | [optional][readonly] | | **status** | **String** | The status of the contract. | [optional][readonly] | | **reg_domain** | **String** | The registration domain of the contract. | [optional][readonly] | | **resource_limits** | [**ResourceLimits**](ResourceLimits.md) | | [optional] | ## Example ```ruby require 'ionoscloud' instance = Ionoscloud::ContractProperties.new( contract_number: null, owner: null, status: null, reg_domain: null, resource_limits: null ) ```