Search Results for

    Show / Hide Table of Contents

    Class AirlineFlightLeg

    Inheritance
    object
    AirlineFlightLeg
    Inherited Members
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    Namespace: Ingenico.Connect.Sdk.Domain.Definitions
    Assembly: connect-sdk-dotnet.dll
    Syntax
    public class AirlineFlightLeg

    Properties

    AirlineClass

    Reservation Booking Designator

    Declaration
    public string AirlineClass { get; set; }
    Property Value
    Type Description
    string

    ArrivalAirport

    Arrival airport/city code

    Declaration
    public string ArrivalAirport { get; set; }
    Property Value
    Type Description
    string

    ArrivalTime

    The arrival time in the local time zone
    Format: HH:MM

    Declaration
    public string ArrivalTime { get; set; }
    Property Value
    Type Description
    string

    CarrierCode

    IATA carrier code

    Declaration
    public string CarrierCode { get; set; }
    Property Value
    Type Description
    string

    ConjunctionTicket

    Identifying number of a ticket issued to a passenger in conjunction with this ticket and that constitutes a single contract of carriage

    Declaration
    public string ConjunctionTicket { get; set; }
    Property Value
    Type Description
    string

    CouponNumber

    The coupon number associated with this leg of the trip. A ticket can contain several legs of travel, and each leg of travel requires a separate coupon

    Declaration
    public string CouponNumber { get; set; }
    Property Value
    Type Description
    string

    Date

    Date of the leg
    Format: YYYYMMDD

    Declaration
    public string Date { get; set; }
    Property Value
    Type Description
    string

    DepartureTime

    The departure time in the local time at the departure airport
    Format: HH:MM

    Declaration
    public string DepartureTime { get; set; }
    Property Value
    Type Description
    string

    EndorsementOrRestriction

    An endorsement can be an agency-added notation or a mandatory government required notation, such as value-added tax. A restriction is a limitation based on the type of fare, such as a ticket with a 3-day minimum stay

    Declaration
    public string EndorsementOrRestriction { get; set; }
    Property Value
    Type Description
    string

    ExchangeTicket

    New ticket number that is issued when a ticket is exchanged

    Declaration
    public string ExchangeTicket { get; set; }
    Property Value
    Type Description
    string

    Fare

    Fare of this leg

    Declaration
    public string Fare { get; set; }
    Property Value
    Type Description
    string

    FareBasis

    Fare Basis/Ticket Designator

    Declaration
    public string FareBasis { get; set; }
    Property Value
    Type Description
    string

    Fee

    Fee for this leg of the trip

    Declaration
    public int? Fee { get; set; }
    Property Value
    Type Description
    int?

    FlightNumber

    The flight number assigned by the airline carrier with no leading spaces
    Should be a numeric string

    Declaration
    public string FlightNumber { get; set; }
    Property Value
    Type Description
    string

    Number

    Sequence number of the flight leg

    Declaration
    public int? Number { get; set; }
    Property Value
    Type Description
    int?

    OriginAirport

    Origin airport/city code

    Declaration
    public string OriginAirport { get; set; }
    Property Value
    Type Description
    string

    PassengerClass

    PassengerClass if this leg

    Declaration
    public string PassengerClass { get; set; }
    Property Value
    Type Description
    string

    ServiceClass

    ServiceClass of this leg (this property is used for fraud screening on the Ogone Payment Platform).

    Possible values are:

    • economy
    • premium-economy
    • business
    • first
    Declaration
    [Obsolete("Use passengerClass instead")]
    public string ServiceClass { get; set; }
    Property Value
    Type Description
    string

    StopoverCode

    Possible values are:

    • permitted = Stopover permitted
    • non-permitted = Stopover not permitted
    Declaration
    public string StopoverCode { get; set; }
    Property Value
    Type Description
    string

    Taxes

    Taxes for this leg of the trip

    Declaration
    public int? Taxes { get; set; }
    Property Value
    Type Description
    int?
    In This Article
    Back to top Copyright (c) 2016 Global Collect Services B.V.