Uses of Class
com.adyen.model.management.Standalone
-
Packages that use Standalone Package Description com.adyen.model.management -
-
Uses of Standalone in com.adyen.model.management
Methods in com.adyen.model.management that return Standalone Modifier and Type Method Description StandaloneStandalone. currencyCode(String currencyCode)The default currency of the standalone payment terminal as an [ISO 4217](https://en.wikipedia.org/wiki/ISO_4217) currency code.StandaloneStandalone. enableStandalone(Boolean enableStandalone)Enable standalone mode.static StandaloneStandalone. fromJson(String jsonString)Create an instance of Standalone given an JSON stringStandaloneTerminalSettings. getStandalone()standaloneMethods in com.adyen.model.management with parameters of type Standalone Modifier and Type Method Description voidTerminalSettings. setStandalone(Standalone standalone)standaloneTerminalSettingsTerminalSettings. standalone(Standalone standalone)standalone
-