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