Skip to content

Commit a10bf79

Browse files
[skip ci] Updates
1 parent 2c92fa5 commit a10bf79

4 files changed

Lines changed: 170 additions & 28 deletions

File tree

api-explorer/v4-0/HotelService.swagger2.json

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -984,6 +984,11 @@
984984
"description": "Whether or not this tax/fee is included in totalAmountAfterTax amount.",
985985
"example": true,
986986
"type": "boolean"
987+
},
988+
"isPayableAtProperty": {
989+
"description": "Whether or not this tax/fee is payable at the property.",
990+
"example": false,
991+
"type": "boolean"
987992
}
988993
},
989994
"required": [
@@ -1815,6 +1820,33 @@
18151820
],
18161821
"type": "object"
18171822
},
1823+
"RatePrepaymentDetails": {
1824+
"properties": {
1825+
"paymentDate": {
1826+
"description": "Scheduled payment date",
1827+
"example": "2021-10-20",
1828+
"format": "date",
1829+
"type": "string"
1830+
},
1831+
"paymentDeadline": {
1832+
"description": "Deadline date for successful payment",
1833+
"example": "2021-10-20",
1834+
"format": "yyyy-MM-dd'T'HH:mm:ss",
1835+
"type": "string"
1836+
},
1837+
"termsAndConditionsUrl": {
1838+
"description": "URL for the terms and conditions of the rate provided by supplier",
1839+
"example": "https://terms-and-condition-example-url",
1840+
"type": "string"
1841+
}
1842+
},
1843+
"required": [
1844+
"paymentDate",
1845+
"paymentDeadline",
1846+
"termsAndConditionsUrl"
1847+
],
1848+
"type": "object"
1849+
},
18181850
"RateDetailsCriteria": {
18191851
"properties": {
18201852
"checkin": {
@@ -2430,6 +2462,9 @@
24302462
},
24312463
"type": "array"
24322464
},
2465+
"prepaymentDetails": {
2466+
"$ref": "#/definitions/RatePrepaymentDetails"
2467+
},
24332468
"ratePlanId": {
24342469
"example": "44SM3FAsfvgcZs9ehGlNOQ",
24352470
"type": "string"

0 commit comments

Comments
 (0)