Uses of Class
com.adyen.model.management.Moto
-
Packages that use Moto Package Description com.adyen.model.management -
-
Uses of Moto in com.adyen.model.management
Methods in com.adyen.model.management that return Moto Modifier and Type Method Description MotoMoto. enableMoto(Boolean enableMoto)Enable MOTO transactions.MotoMoto. enableRefunds(Boolean enableRefunds)Enable MOTO refunds.static MotoMoto. fromJson(String jsonString)Create an instance of Moto given an JSON stringMotoTerminalSettings. getMoto()Get motoMotoMoto. includeNullValues(boolean includeNullValues)Configures whether null values are explicitly serialized in the JSON payload.MotoMoto. maxAmount(Integer maxAmount)The maximum amount for MOTO transactions.Methods in com.adyen.model.management with parameters of type Moto Modifier and Type Method Description TerminalSettingsTerminalSettings. moto(Moto moto)motovoidTerminalSettings. setMoto(Moto moto)moto
-