Uses of Class
com.adyen.model.management.TwintResponseInfo
-
Packages that use TwintResponseInfo Package Description com.adyen.model.management -
-
Uses of TwintResponseInfo in com.adyen.model.management
Methods in com.adyen.model.management that return TwintResponseInfo Modifier and Type Method Description static TwintResponseInfoTwintResponseInfo. fromJson(String jsonString)Create an instance of TwintResponseInfo given an JSON stringTwintResponseInfoPaymentMethod. getTwint()Get twintTwintResponseInfoTwintResponseInfo. includeNullValues(boolean includeNullValues)Configures whether null values are explicitly serialized in the JSON payload.TwintResponseInfoTwintResponseInfo. logo(String logo)Twint logo.Methods in com.adyen.model.management with parameters of type TwintResponseInfo Modifier and Type Method Description voidPaymentMethod. setTwint(TwintResponseInfo twint)twintPaymentMethodPaymentMethod. twint(TwintResponseInfo twint)twint
-