Class CurrencyConversionSpecificInput

java.lang.Object
com.onlinepayments.domain.CurrencyConversionSpecificInput

public class CurrencyConversionSpecificInput extends Object
  • Constructor Details

    • CurrencyConversionSpecificInput

      public CurrencyConversionSpecificInput()
  • Method Details

    • getDccEnabled

      public Boolean 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

      public void setDccEnabled(Boolean value)
      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

      public CurrencyConversionSpecificInput withDccEnabled(Boolean value)
      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.