Class AirlinePassenger

java.lang.Object
com.onlinepayments.domain.AirlinePassenger

public class AirlinePassenger extends Object
  • Constructor Details

    • AirlinePassenger

      public AirlinePassenger()
  • Method Details

    • getAirlineLoyaltyStatus

      public String getAirlineLoyaltyStatus()
      Airline loyalty program level for the passenger on the itinerary.
    • setAirlineLoyaltyStatus

      public void setAirlineLoyaltyStatus(String value)
      Airline loyalty program level for the passenger on the itinerary.
    • withAirlineLoyaltyStatus

      public AirlinePassenger withAirlineLoyaltyStatus(String value)
      Airline loyalty program level for the passenger on the itinerary.
    • getFirstName

      public String getFirstName()
      First name of the passenger This field is used by the following payment products: cards, 840
    • setFirstName

      public void setFirstName(String value)
      First name of the passenger This field is used by the following payment products: cards, 840
    • withFirstName

      public AirlinePassenger withFirstName(String value)
      First name of the passenger This field is used by the following payment products: cards, 840
    • getPassengerType

      public String getPassengerType()
      Type of passenger on the itinerary.
    • setPassengerType

      public void setPassengerType(String value)
      Type of passenger on the itinerary.
    • withPassengerType

      public AirlinePassenger withPassengerType(String value)
      Type of passenger on the itinerary.
    • getSurname

      public String getSurname()
      Surname of the passenger This field is used by the following payment products: cards, 840
    • setSurname

      public void setSurname(String value)
      Surname of the passenger This field is used by the following payment products: cards, 840
    • withSurname

      public AirlinePassenger withSurname(String value)
      Surname of the passenger This field is used by the following payment products: cards, 840
    • getSurnamePrefix

      public String getSurnamePrefix()
      Surname prefix or middle name of the passenger This field is used by the following payment products: 840
    • setSurnamePrefix

      public void setSurnamePrefix(String value)
      Surname prefix or middle name of the passenger This field is used by the following payment products: 840
    • withSurnamePrefix

      public AirlinePassenger withSurnamePrefix(String value)
      Surname prefix or middle name of the passenger This field is used by the following payment products: 840
    • getTitle

      @Deprecated public String getTitle()
      Deprecated.
      This field is not used by any payment product Title of the passenger (this property is used for fraud screening on the payment platform)
      Deprecated: This field is not used by any payment product Title of the passenger (this property is used for fraud screening on the payment platform)
    • setTitle

      @Deprecated public void setTitle(String value)
      Deprecated.
      This field is not used by any payment product Title of the passenger (this property is used for fraud screening on the payment platform)
      Deprecated: This field is not used by any payment product Title of the passenger (this property is used for fraud screening on the payment platform)
    • withTitle

      @Deprecated public AirlinePassenger withTitle(String value)
      Deprecated.
      This field is not used by any payment product Title of the passenger (this property is used for fraud screening on the payment platform)
      Deprecated: This field is not used by any payment product Title of the passenger (this property is used for fraud screening on the payment platform)