Uses of Class
com.adyen.model.management.SwishInfo
-
Packages that use SwishInfo Package Description com.adyen.model.management -
-
Uses of SwishInfo in com.adyen.model.management
Methods in com.adyen.model.management that return SwishInfo Modifier and Type Method Description static SwishInfoSwishInfo. fromJson(String jsonString)Create an instance of SwishInfo given an JSON stringSwishInfoPaymentMethodSetupInfo. getSwish()Get swishSwishInfoSwishInfo. includeNullValues(boolean includeNullValues)Configures whether null values are explicitly serialized in the JSON payload.SwishInfoSwishInfo. swishNumber(String swishNumber)Swish number.Methods in com.adyen.model.management with parameters of type SwishInfo Modifier and Type Method Description voidPaymentMethodSetupInfo. setSwish(SwishInfo swish)swishPaymentMethodSetupInfoPaymentMethodSetupInfo. swish(SwishInfo swish)swish
-