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