public class DccProposal extends Object
| Constructor and Description |
|---|
DccProposal() |
| Modifier and Type | Method and Description |
|---|---|
AmountOfMoney |
getBaseAmount()
Object containing amount and ISO currency code attributes
|
String |
getDisclaimerDisplay()
Card scheme disclaimer to present to the cardholder
|
String |
getDisclaimerReceipt()
Card scheme disclaimer to print within cardholder receipt
|
RateDetails |
getRate() |
AmountOfMoney |
getTargetAmount()
Object containing amount and ISO currency code attributes
|
void |
setBaseAmount(AmountOfMoney value)
Object containing amount and ISO currency code attributes
|
void |
setDisclaimerDisplay(String value)
Card scheme disclaimer to present to the cardholder
|
void |
setDisclaimerReceipt(String value)
Card scheme disclaimer to print within cardholder receipt
|
void |
setRate(RateDetails value) |
void |
setTargetAmount(AmountOfMoney value)
Object containing amount and ISO currency code attributes
|
DccProposal |
withBaseAmount(AmountOfMoney value)
Object containing amount and ISO currency code attributes
|
DccProposal |
withDisclaimerDisplay(String value)
Card scheme disclaimer to present to the cardholder
|
DccProposal |
withDisclaimerReceipt(String value)
Card scheme disclaimer to print within cardholder receipt
|
DccProposal |
withRate(RateDetails value) |
DccProposal |
withTargetAmount(AmountOfMoney value)
Object containing amount and ISO currency code attributes
|
public AmountOfMoney getBaseAmount()
public void setBaseAmount(AmountOfMoney value)
public DccProposal withBaseAmount(AmountOfMoney value)
public String getDisclaimerDisplay()
public void setDisclaimerDisplay(String value)
public DccProposal withDisclaimerDisplay(String value)
public String getDisclaimerReceipt()
public void setDisclaimerReceipt(String value)
public DccProposal withDisclaimerReceipt(String value)
public RateDetails getRate()
public void setRate(RateDetails value)
public DccProposal withRate(RateDetails value)
public AmountOfMoney getTargetAmount()
public void setTargetAmount(AmountOfMoney value)
public DccProposal withTargetAmount(AmountOfMoney value)
Copyright © 2024 Worldline Online Payments Direct. All rights reserved.