Uses of Class
com.adyen.model.management.Dcc
-
Packages that use Dcc Package Description com.adyen.model.management -
-
Uses of Dcc in com.adyen.model.management
Methods in com.adyen.model.management that return Dcc Modifier and Type Method Description DccDcc. enableDcc(Boolean enableDcc)Enable Dynamic Currency Conversion (DCC).static DccDcc. fromJson(String jsonString)Create an instance of Dcc given an JSON stringDccTerminalSettings. getDcc()Get dccDccDcc. includeNullValues(boolean includeNullValues)Configures whether null values are explicitly serialized in the JSON payload.Methods in com.adyen.model.management with parameters of type Dcc Modifier and Type Method Description TerminalSettingsTerminalSettings. dcc(Dcc dcc)dccvoidTerminalSettings. setDcc(Dcc dcc)dcc
-