BillingType
Structure
Field | Type | Required | Description |
---|---|---|---|
id | Integer | true | Unique identifier for the Billing Type. |
code | String | true | Code of the Billing Type. |
name | String | true | Name of the Billing Type. |
nameI18n | String | true | Name of the Billing Type translated. |
JSON representation
{ "id": 1, "code": "RES", "name": "Reservation", "nameI18n": "Reservation", "colorCode": "#43A047" }