public class AdditionalOrderInput extends Object
| Constructor and Description |
|---|
AdditionalOrderInput() |
| Modifier and Type | Method and Description |
|---|---|
AirlineData |
getAirlineData()
Object that holds airline specific data
|
LoanRecipient |
getLoanRecipient()
Object containing specific data regarding the recipient of a loan in the UK
|
LodgingData |
getLodgingData()
Object that holds lodging specific data
|
OrderTypeInformation |
getTypeInformation()
Object that holds the purchase and usage type indicators
|
void |
setAirlineData(AirlineData value)
Object that holds airline specific data
|
void |
setLoanRecipient(LoanRecipient value)
Object containing specific data regarding the recipient of a loan in the UK
|
void |
setLodgingData(LodgingData value)
Object that holds lodging specific data
|
void |
setTypeInformation(OrderTypeInformation value)
Object that holds the purchase and usage type indicators
|
AdditionalOrderInput |
withAirlineData(AirlineData value)
Object that holds airline specific data
|
AdditionalOrderInput |
withLoanRecipient(LoanRecipient value)
Object containing specific data regarding the recipient of a loan in the UK
|
AdditionalOrderInput |
withLodgingData(LodgingData value)
Object that holds lodging specific data
|
AdditionalOrderInput |
withTypeInformation(OrderTypeInformation value)
Object that holds the purchase and usage type indicators
|
public AirlineData getAirlineData()
public void setAirlineData(AirlineData value)
public AdditionalOrderInput withAirlineData(AirlineData value)
public LoanRecipient getLoanRecipient()
public void setLoanRecipient(LoanRecipient value)
public AdditionalOrderInput withLoanRecipient(LoanRecipient value)
public LodgingData getLodgingData()
public void setLodgingData(LodgingData value)
public AdditionalOrderInput withLodgingData(LodgingData value)
public OrderTypeInformation getTypeInformation()
public void setTypeInformation(OrderTypeInformation value)
public AdditionalOrderInput withTypeInformation(OrderTypeInformation value)
Copyright © 2024 Worldline Online Payments Direct. All rights reserved.