Class AdditionalOrderInput

java.lang.Object
com.onlinepayments.domain.AdditionalOrderInput

public class AdditionalOrderInput extends Object
  • Constructor Details

    • AdditionalOrderInput

      public AdditionalOrderInput()
  • Method Details

    • getAirlineData

      public AirlineData getAirlineData()
      Object that holds airline specific data
    • setAirlineData

      public void setAirlineData(AirlineData value)
      Object that holds airline specific data
    • withAirlineData

      public AdditionalOrderInput withAirlineData(AirlineData value)
      Object that holds airline specific data
    • getLoanRecipient

      public LoanRecipient getLoanRecipient()
      Object containing specific data regarding the recipient of a loan in the UK
    • setLoanRecipient

      public void setLoanRecipient(LoanRecipient value)
      Object containing specific data regarding the recipient of a loan in the UK
    • withLoanRecipient

      public AdditionalOrderInput withLoanRecipient(LoanRecipient value)
      Object containing specific data regarding the recipient of a loan in the UK
    • getLodgingData

      public LodgingData getLodgingData()
      Object that holds lodging specific data
    • setLodgingData

      public void setLodgingData(LodgingData value)
      Object that holds lodging specific data
    • withLodgingData

      public AdditionalOrderInput withLodgingData(LodgingData value)
      Object that holds lodging specific data
    • getTypeInformation

      public OrderTypeInformation getTypeInformation()
      Object that holds the purchase and usage type indicators
    • setTypeInformation

      public void setTypeInformation(OrderTypeInformation value)
      Object that holds the purchase and usage type indicators
    • withTypeInformation

      public AdditionalOrderInput withTypeInformation(OrderTypeInformation value)
      Object that holds the purchase and usage type indicators