public class AdditionalOrderInput extends Object
Constructor and Description |
---|
AdditionalOrderInput() |
Modifier and Type | Method and Description |
---|---|
AccountFundingRecipient |
getAccountFundingRecipient()
Object containing specific data regarding the recipient of an account funding transaction
|
AirlineData |
getAirlineData()
Object that holds airline specific data
|
Installments |
getInstallments()
Object containing data related to installments which can be used for card payments and only with some acquirers.
|
Level3SummaryData |
getLevel3SummaryData()
Deprecated.
Use Order.shoppingCart.amountBreakdown instead
|
LoanRecipient |
getLoanRecipient()
Deprecated.
No replacement
|
LodgingData |
getLodgingData()
Object that holds lodging specific data
|
Long |
getNumberOfInstallments()
Deprecated.
Use installments.numberOfInstallments instead
|
String |
getOrderDate()
Date and time of order
Format: YYYYMMDDHH24MISS |
OrderTypeInformation |
getTypeInformation()
Object that holds the purchase and usage type indicators
|
void |
setAccountFundingRecipient(AccountFundingRecipient value)
Object containing specific data regarding the recipient of an account funding transaction
|
void |
setAirlineData(AirlineData value)
Object that holds airline specific data
|
void |
setInstallments(Installments value)
Object containing data related to installments which can be used for card payments and only with some acquirers.
|
void |
setLevel3SummaryData(Level3SummaryData value)
Deprecated.
Use Order.shoppingCart.amountBreakdown instead
|
void |
setLoanRecipient(LoanRecipient value)
Deprecated.
No replacement
|
void |
setLodgingData(LodgingData value)
Object that holds lodging specific data
|
void |
setNumberOfInstallments(Long value)
Deprecated.
Use installments.numberOfInstallments instead
|
void |
setOrderDate(String value)
Date and time of order
Format: YYYYMMDDHH24MISS |
void |
setTypeInformation(OrderTypeInformation value)
Object that holds the purchase and usage type indicators
|
public AccountFundingRecipient getAccountFundingRecipient()
public void setAccountFundingRecipient(AccountFundingRecipient value)
public AirlineData getAirlineData()
public void setAirlineData(AirlineData value)
public Installments getInstallments()
public void setInstallments(Installments value)
@Deprecated public Level3SummaryData getLevel3SummaryData()
@Deprecated public void setLevel3SummaryData(Level3SummaryData value)
@Deprecated public LoanRecipient getLoanRecipient()
@Deprecated public void setLoanRecipient(LoanRecipient value)
public LodgingData getLodgingData()
public void setLodgingData(LodgingData value)
@Deprecated public Long getNumberOfInstallments()
@Deprecated public void setNumberOfInstallments(Long value)
public String getOrderDate()
public void setOrderDate(String value)
public OrderTypeInformation getTypeInformation()
public void setTypeInformation(OrderTypeInformation value)
Copyright © 2024 Worldline Global Collect. All rights reserved.