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 stringSofortInfoPaymentMethod. getSofort()sofortSofortInfoPaymentMethodSetupInfo. getSofort()sofortSofortInfoSofortInfo. logo(String logo)Sofort logo.Methods in com.adyen.model.management with parameters of type SofortInfo Modifier and Type Method Description voidPaymentMethod. setSofort(SofortInfo sofort)sofortvoidPaymentMethodSetupInfo. setSofort(SofortInfo sofort)sofortPaymentMethodPaymentMethod. sofort(SofortInfo sofort)sofortPaymentMethodSetupInfoPaymentMethodSetupInfo. sofort(SofortInfo sofort)sofort
-