contract
Available contracts that accounts can enter into when ordering or renewing a subscription.
| Column name | Description | Data type |
|---|---|---|
| contract | Primary key. | integer |
| company | Reference to company. | integer |
| name | text | |
| service | Reference to service. | integer |
| contract_duration | integer | |
| early_termination_line_item | Reference to line_item. | integer |
| contract_value | numeric | |
| minimum_termination_charge | numeric | |
| maximum_termination_charge | numeric | |
| comments | text * | |
| grace_days | integer * | |
| compute_termination_charge | boolean |