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