Package com.onlinepayments.domain
Class AdditionalOrderInput
java.lang.Object
com.onlinepayments.domain.AdditionalOrderInput
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionObject that holds airline specific dataObject containing specific data regarding the recipient of a loan in the UKObject that holds lodging specific dataObject that holds the purchase and usage type indicatorsvoidsetAirlineData(AirlineData value) Object that holds airline specific datavoidsetLoanRecipient(LoanRecipient value) Object containing specific data regarding the recipient of a loan in the UKvoidsetLodgingData(LodgingData value) Object that holds lodging specific datavoidObject that holds the purchase and usage type indicatorswithAirlineData(AirlineData value) Object that holds airline specific datawithLoanRecipient(LoanRecipient value) Object containing specific data regarding the recipient of a loan in the UKwithLodgingData(LodgingData value) Object that holds lodging specific dataObject that holds the purchase and usage type indicators
-
Constructor Details
-
AdditionalOrderInput
public AdditionalOrderInput()
-
-
Method Details
-
getAirlineData
Object that holds airline specific data -
setAirlineData
Object that holds airline specific data -
withAirlineData
Object that holds airline specific data -
getLoanRecipient
Object containing specific data regarding the recipient of a loan in the UK -
setLoanRecipient
Object containing specific data regarding the recipient of a loan in the UK -
withLoanRecipient
Object containing specific data regarding the recipient of a loan in the UK -
getLodgingData
Object that holds lodging specific data -
setLodgingData
Object that holds lodging specific data -
withLodgingData
Object that holds lodging specific data -
getTypeInformation
Object that holds the purchase and usage type indicators -
setTypeInformation
Object that holds the purchase and usage type indicators -
withTypeInformation
Object that holds the purchase and usage type indicators
-