Contract overview
Represents the contract that the customer must read and agree to be able to continue with financed payment method.
Contract schema
| Field | Description | Type |
|---|---|---|
| id | Unique identifier (UUID) | String |
| contract_type | Contract type, can be installment, prepayments or service | String |
| description | The contract itself in HTML | String |
| created_at | Indicates when the record was created in iso8601 | String |
| updated_at | Indicates when the record was last updated in iso8601 | String |