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

    EpsPriceInfo

    作者: liuquan
    时间: 2026/01/08/16:31
    描述: EPS 定价信息对象

    {
        "rpId": 0,
        "rateScore": 0,
        "exchangeRate": 0,
        "nightly": [
            [
                {
                    "type": "BASE_RATE",
                    "value": "string",
                    "currency": "string"
                }
            ]
        ],
        "stay": [
            {
                "type": "BASE_RATE",
                "value": "string",
                "currency": "string"
            }
        ],
        "totals": {
            "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"
                }
            }
        },
        "fees": {
            "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