Locals 路客酒店开放接口
    • 预订API
      • 订单创建
      • 订单取消
      • 查询订单
    • 可用性API
      • 报价信息
    • 内容API
      • 酒店列表
      • 酒店详情
    • 数据模型
      • Data
      • ReserveRes
      • CheckDays
      • Customer
      • HudsonCustomer
      • RoomCustomer
      • HudsonCustomerInfo
      • DailyPrice
      • MapBigDecimal
      • ContactInfo
      • MapString
      • StdReserveRQ
      • NightCharge
      • Data
      • Stay
      • CancelRes
      • Amount
      • CancelRQ
      • BedType
      • Charge
      • Breakfast
      • RoomBed
      • Totals
      • DayInfo
      • Meal
      • ChargeCalculated
      • ExtraFee
      • DailyInfo
      • FeesPricingInformation
      • GiftService
      • Fee
      • EpsPriceInfo
      • RefundRule
      • Gift
      • GoodsRoom
      • Rate
      • key
      • HotelRate
      • NationRule
      • MapHotelGoods
      • Data
      • AvailabilityRes
      • StdPricesRQ
      • Hotel
      • Data
      • HotelRes
      • BreakfastPolicy
      • Image
      • Room
      • HotelDetail
      • HotelDetailRes

    FeesPricingInformation

    费用定价信息
    物业收取的费用。每种费用类型的数值为该类型的总计。
    强制性费用由物业在入住或退房时收取。
    度假村费用为设施和额外服务费用,由物业在入住或退房时收取。
    强制性税款由物业在入住或退房时收取。

    {
        "mandatoryFee": {
            "billableCurrency": {
                "value": "string",
                "currency": "string"
            },
            "requestCurrency": {
                "value": "string",
                "currency": "string"
            }
        },
        "resortFee": {
            "billableCurrency": {
                "value": "string",
                "currency": "string"
            },
            "requestCurrency": {
                "value": "string",
                "currency": "string"
            }
        },
        "mandatoryTax": {
            "billableCurrency": {
                "value": "string",
                "currency": "string"
            },
            "requestCurrency": {
                "value": "string",
                "currency": "string"
            }
        }
    }
    Built with