ReservationGroupServiceDaily
Structure
Field | Type | Required | Description |
---|---|---|---|
id | int | true | Unique identifier for the Reservation. |
date | LocalDate | true | The date that this group service Daily. |
amount | BigDecimal | true | amount. |
currency | Currency | false | A few words about the group sent usually by the client. |
JSON representation
{ "id": 1, "date": "2020-12-25", "amount": 100, "currency": { "id": 1, "code": "EUR", "name": "Euro" } }