public class CurrencyConversionResponse extends Object
| Constructor and Description |
|---|
CurrencyConversionResponse() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDccSessionId()
The identifier of the Dynamic Currency Conversion(DCC) session that has been created.
|
DccProposal |
getProposal()
Details of currency conversion to be proposed to the cardholder
|
CurrencyConversionResult |
getResult()
Result of a requested currency conversion
|
void |
setDccSessionId(String value)
The identifier of the Dynamic Currency Conversion(DCC) session that has been created.
|
void |
setProposal(DccProposal value)
Details of currency conversion to be proposed to the cardholder
|
void |
setResult(CurrencyConversionResult value)
Result of a requested currency conversion
|
CurrencyConversionResponse |
withDccSessionId(String value)
The identifier of the Dynamic Currency Conversion(DCC) session that has been created.
|
CurrencyConversionResponse |
withProposal(DccProposal value)
Details of currency conversion to be proposed to the cardholder
|
CurrencyConversionResponse |
withResult(CurrencyConversionResult value)
Result of a requested currency conversion
|
public String getDccSessionId()
public void setDccSessionId(String value)
public CurrencyConversionResponse withDccSessionId(String value)
public DccProposal getProposal()
public void setProposal(DccProposal value)
public CurrencyConversionResponse withProposal(DccProposal value)
public CurrencyConversionResult getResult()
public void setResult(CurrencyConversionResult value)
public CurrencyConversionResponse withResult(CurrencyConversionResult value)
Copyright © 2023 Worldline Online Payments Direct. All rights reserved.