Uses of Class
com.adyen.model.management.SofortInfo
-
Packages that use SofortInfo Package Description com.adyen.model.management -
-
Uses of SofortInfo in com.adyen.model.management
Methods in com.adyen.model.management that return SofortInfo Modifier and Type Method Description SofortInfoSofortInfo. currencyCode(String currencyCode)Sofort currency code.static SofortInfoSofortInfo. fromJson(String jsonString)Create an instance of SofortInfo given an JSON stringSofortInfoPaymentMethodSetupInfo. getSofort()Get sofortSofortInfoSofortInfo. includeNullValues(boolean includeNullValues)Configures whether null values are explicitly serialized in the JSON payload.SofortInfoSofortInfo. logo(String logo)Sofort logo.Methods in com.adyen.model.management with parameters of type SofortInfo Modifier and Type Method Description voidPaymentMethodSetupInfo. setSofort(SofortInfo sofort)sofortPaymentMethodSetupInfoPaymentMethodSetupInfo. sofort(SofortInfo sofort)sofort
-