ReservationRoomStayServiceDaily
Structure
Field | Type | Required | Description |
---|---|---|---|
id | int | true | |
date | date | true | |
rate | Rate | true | |
amount | bigDecimal | true | |
amountAfterDiscount | bigDecimal | true | |
amountAfterTax | bigDecimal | true | |
amountBeforeTax | bigDecimal | true | |
amountNetAfterTax | bigDecimal | true | |
amountNetBeforeTax | bigDecimal | true | |
amountInvoiceAfterTax | bigDecimal | true | |
amountInvoiceBeforeTax | bigDecimal | true | |
currency | Currency | true | |
offer | Offer | true | |
offerAmountDiscount | bigDecimal | true | |
offerPercentDiscount | bigDecimal | true | |
promotion | Promotion | true | |
promotionAmountDiscount | bigDecimal | true | |
promotionPercentDiscount | bigDecimal | true | |
bookerPercentageCommission | bigDecimal | true | |
bookerAmountCommission | bigDecimal | true | |
bookerPercentageDiscount | bigDecimal | true | |
bookerAmountDiscount | bigDecimal | true | |
centralPercentageCommission | bigDecimal | true | |
centralAmountCommission | bigDecimal | true | |
companyPercentageCommission | bigDecimal | true | |
companyAmountCommission | bigDecimal | true | |
postingDate | date | true |
JSON representation
{ "id": 3, "date": "2021-03-18", "rate": { "id": 17, "code": "NEGO0", "name": "Negotiated Rate 0" }, "amount": 10.000000, "amountAfterDiscount": 10.000000, "amountAfterTax": 10.000000, "amountBeforeTax": 9.090909, "amountNetAfterTax": 10.000000, "amountNetBeforeTax": 9.090909, "amountInvoiceAfterTax": 10.000000, "amountInvoiceBeforeTax": 9.090909, "currency": { "id": 1, "code": "EUR", "name": "Euro", "nameI18n": "Euro", "symbol": "€", "decimalPlaces": 2 }, "offer": { "id": 2, "code": "NR", "name": "Non Refundable" }, "offerAmountDiscount": 0.000000, "offerPercentDiscount": 10.000000, "promotion": { "id": 2, "code": "WEB", "name": "Web Promotion" }, "promotionAmountDiscount": 0.000000, "promotionPercentDiscount": 12.000000, "bookerPercentageCommission": null, "bookerAmountCommission": null, "billToPercentageCommission": null, "billToAmountCommission": null, "billToPercentageDiscount": null, "billToAmountDiscount": null, "centralPercentageCommission": null, "centralAmountCommission": null, "companyPercentageCommission": null, "companyAmountCommission": null, "postingDate": null }