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. enableGratuities(Boolean enableGratuities)Indicates whether the tipping options specified in `gratuities` are enabled on the standalone terminal.StandaloneStandalone. enableStandalone(Boolean enableStandalone)Enable standalone mode.static StandaloneStandalone. fromJson(String jsonString)Create an instance of Standalone given an JSON stringStandaloneTerminalSettings. getStandalone()Get 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
-