OBJECT
AccommodationPriceItem
link GraphQL Schema definition
- type AccommodationPriceItem {
- : Float
- : Float
- : Int
- : Currency
- # Approximated price in USD, for client-side filtering and ordering
- : Float
- : [FeePriceItem]
- : [DiscountItem]
- : Int
- : Offering
- : Int
- : Int
- : DurationType
- : DateOnly
- : DateOnly
- }