Skip to content

Commit ebd264b

Browse files
authored
Merge pull request #21 from tomashq/feature/cxl_policy_in_offers
refactor: 💡 moved cxl policy from price plan to offer level
2 parents 7413ec7 + f04be63 commit ebd264b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/shared-definitions.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -400,9 +400,6 @@ components:
400400
quantity:
401401
type: integer
402402
example: 2
403-
refundability:
404-
description: refundability/cancellation policy associated with a given price plan
405-
$ref: '#/components/schemas/RefundabilityPolicy'
406403

407404
RefundabilityPolicy:
408405
description: Accommodation refundability policy in case of booking cancellation
@@ -669,6 +666,9 @@ components:
669666
$ref: '#/components/schemas/PricePlansReferences'
670667
convertedPrice:
671668
$ref: '#/components/schemas/ConvertedPrice'
669+
refundability:
670+
description: refundability/cancellation policy associated with a given price plan
671+
$ref: '#/components/schemas/RefundabilityPolicy'
672672

673673
OfferPriced:
674674
type: object

0 commit comments

Comments
 (0)