| Name | Type | Description | Notes |
|---|---|---|---|
| isActive | bool | New contracts are inactive by default, if you want to activate it immediately set this flag. | [optional] |
| isDefaultPerCarrier | bool | Marks the contract as default for a carrier. You can have only one default direct contract per carrier. | [optional] [default to false] |
| contractData | array<string,string> | Fields for creating a contract. It supports dynamic key-value pairs, where keys represent field names and values are string-based data. | [optional] |