ReservationPriceModelType
Structure
Field | Type | Required | Description |
---|---|---|---|
id | Integer | true | Unique identifier for the ReservationPriceModelType. |
code | String | true | Code of the ReservationPriceModelType. |
name | String | true | Name of the ReservationPriceModelType. |
JSON representation
{ "id": 1, "code": "AAT", "name": "Amount After Tax" }