Skip to end of metadata
Go to start of metadata
You are viewing an old version of this page. View the current version.
Compare with Current
View Page History
Version 1
Current »
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": 1000
}