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

    Totals

    总计信息。根据不同标准提供费用总计:
    inclusive - 包含税费的总价(不包含物业收取的费用)
    exclusive - 不包含税费的总价
    property_inclusive - 包含税费、费用及物业收取费用的总价
    inclusive_strikethrough - 包含税费的总价,并加回物业资助的折扣(用于展示折扣节省)
    strikethrough - 不包含税费的总价,并加回物业资助的折扣(用于展示折扣节省)
    property_inclusive_strikethrough - 包含税费、费用及物业收取费用的总价,并加回物业资助的折扣
    marketing_fee - 每笔交易的潜在应得收益
    gross_profit - 每笔交易的预估毛利润
    minimum_selling_price - 最低售价
    property_fees - 物业收取的费用总计

    {
        "inclusive": {
            "billableCurrency": {
                "value": "string",
                "currency": "string"
            },
            "requestCurrency": {
                "value": "string",
                "currency": "string"
            }
        },
        "exclusive": {
            "billableCurrency": {
                "value": "string",
                "currency": "string"
            },
            "requestCurrency": {
                "value": "string",
                "currency": "string"
            }
        },
        "propertyInclusive": {
            "billableCurrency": {
                "value": "string",
                "currency": "string"
            },
            "requestCurrency": {
                "value": "string",
                "currency": "string"
            }
        },
        "inclusiveStrikethrough": {
            "billableCurrency": {
                "value": "string",
                "currency": "string"
            },
            "requestCurrency": {
                "value": "string",
                "currency": "string"
            }
        },
        "strikethrough": {
            "billableCurrency": {
                "value": "string",
                "currency": "string"
            },
            "requestCurrency": {
                "value": "string",
                "currency": "string"
            }
        },
        "propertyInclusiveStrikethrough": {
            "billableCurrency": {
                "value": "string",
                "currency": "string"
            },
            "requestCurrency": {
                "value": "string",
                "currency": "string"
            }
        },
        "marketingFee": {
            "billableCurrency": {
                "value": "string",
                "currency": "string"
            },
            "requestCurrency": {
                "value": "string",
                "currency": "string"
            }
        },
        "grossProfit": {
            "billableCurrency": {
                "value": "string",
                "currency": "string"
            },
            "requestCurrency": {
                "value": "string",
                "currency": "string"
            }
        },
        "minimumSellingPrice": {
            "billableCurrency": {
                "value": "string",
                "currency": "string"
            },
            "requestCurrency": {
                "value": "string",
                "currency": "string"
            }
        },
        "propertyFees": {
            "billableCurrency": {
                "value": "string",
                "currency": "string"
            },
            "requestCurrency": {
                "value": "string",
                "currency": "string"
            }
        }
    }
    Built with