Package com.onlinepayments.domain
Class CurrencyConversionSpecificInput
java.lang.Object
com.onlinepayments.domain.CurrencyConversionSpecificInput
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionIndicates if this transaction is Dynamic Currency Conversion (DCC) enabled.voidsetDccEnabled(Boolean value) Indicates if this transaction is Dynamic Currency Conversion (DCC) enabled.withDccEnabled(Boolean value) Indicates if this transaction is Dynamic Currency Conversion (DCC) enabled.
-
Constructor Details
-
CurrencyConversionSpecificInput
public CurrencyConversionSpecificInput()
-
-
Method Details
-
getDccEnabled
Indicates if this transaction is Dynamic Currency Conversion (DCC) enabled.- true - Dynamic Currency Conversion (DCC) is enabled in this transaction.
- false - Dynamic Currency Conversion (DCC) is disabled in this transaction. The default value for this property is false.
-
setDccEnabled
Indicates if this transaction is Dynamic Currency Conversion (DCC) enabled.- true - Dynamic Currency Conversion (DCC) is enabled in this transaction.
- false - Dynamic Currency Conversion (DCC) is disabled in this transaction. The default value for this property is false.
-
withDccEnabled
Indicates if this transaction is Dynamic Currency Conversion (DCC) enabled.- true - Dynamic Currency Conversion (DCC) is enabled in this transaction.
- false - Dynamic Currency Conversion (DCC) is disabled in this transaction. The default value for this property is false.
-