1. models
KingTravel Shopping API
  • ShoppingAPI
  • models
    • AuxBaggageElement
    • AuxSegment
    • AuxiliaryV2
    • ChangesInfo
    • Condition
    • FormatBaggageDetail
    • Price
    • RefundInfo
    • ResponseRouting
    • Segment
    • VerifyRes
    • Routing
    • VerifyReq
    • AirlineAncillaries
    • Flight
    • FlightRef
    • PackageInfo
    • SearchRes
    • ShoppingResult
    • Stop
    • Tu
    • SearchReq
    • BaggagePrice
    • FlightSegmentRefs
    • OrderInfo
    • PassengerBaggages
    • Passengers
    • PayBaggages
    • QueryRes
    • TicketInfos
    • QueryReq
    • PayRes
    • PayReq
    • CancelRes
    • CancelReq
    • BookingRes
    • Contact
    • BookingReq
    • FFPNo
    • Passenger
    • NotifyContent
    • NotifyReq
    • OrderExpiredNotifyContent
    • TicketSuccessNotifyContent
    • NotifyRes
  1. models

RefundInfo

Refund Rule information

{
    "passengerType": 0,
    "refundType": 0,
    "refundStatus": "string",
    "refundFee": 0,
    "refNoshow": "string",
    "refNoShowCondition": 0,
    "refNoshowFee": 0,
    "conditionList": [
        {
            "status": "string",
            "endMinute": 0,
            "amount": 0
        }
    ]
}
Built with