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)static SofortInfoSofortInfo. fromJson(String jsonString)Create an instance of SofortInfo given an JSON stringSofortInfoPaymentMethod. getSofort()Get sofortSofortInfoPaymentMethodSetupInfo. getSofort()Get sofortSofortInfoSofortInfo. logo(String 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)PaymentMethodSetupInfoPaymentMethodSetupInfo. sofort(SofortInfo sofort)
-