public class CurrencyConversionResult extends Object
| Constructor and Description |
|---|
CurrencyConversionResult() |
| Modifier and Type | Method and Description |
|---|---|
String |
getResult()
Functional response to the request:
* Allowed: Dynamic currency conversion may be offered to the cardholder
* InvalidCard: The card is not valid for dynamic currency conversion
* InvalidMerchant: The card acceptor has not been recognised
* NoRate: Exchange rates are not available
* NotAvailable: Dynamic currency conversion is not available for other reason
|
String |
getResultReason()
Plain text explaining the result of the currency conversion request
|
void |
setResult(String value)
Functional response to the request:
* Allowed: Dynamic currency conversion may be offered to the cardholder
* InvalidCard: The card is not valid for dynamic currency conversion
* InvalidMerchant: The card acceptor has not been recognised
* NoRate: Exchange rates are not available
* NotAvailable: Dynamic currency conversion is not available for other reason
|
void |
setResultReason(String value)
Plain text explaining the result of the currency conversion request
|
CurrencyConversionResult |
withResult(String value)
Functional response to the request:
* Allowed: Dynamic currency conversion may be offered to the cardholder
* InvalidCard: The card is not valid for dynamic currency conversion
* InvalidMerchant: The card acceptor has not been recognised
* NoRate: Exchange rates are not available
* NotAvailable: Dynamic currency conversion is not available for other reason
|
CurrencyConversionResult |
withResultReason(String value)
Plain text explaining the result of the currency conversion request
|
public String getResult()
public void setResult(String value)
public CurrencyConversionResult withResult(String value)
public String getResultReason()
public void setResultReason(String value)
public CurrencyConversionResult withResultReason(String value)
Copyright © 2024 Worldline Online Payments Direct. All rights reserved.