ReservationGroupServiceDaily

Structure

FieldTypeRequiredDescription
idinttrueUnique identifier for the Reservation.
dateLocalDatetrueThe date that this group service Daily.
amountBigDecimaltrueamount.
currencyCurrencyfalseA 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"
    }
}