Uses of Class
com.adyen.model.management.NyceUpdateInfo
-
Packages that use NyceUpdateInfo Package Description com.adyen.model.management -
-
Uses of NyceUpdateInfo in com.adyen.model.management
Methods in com.adyen.model.management that return NyceUpdateInfo Modifier and Type Method Description static NyceUpdateInfoNyceUpdateInfo. fromJson(String jsonString)Create an instance of NyceUpdateInfo given an JSON stringNyceUpdateInfoUpdatePaymentMethodInfo. getNyce()Get nyceNyceUpdateInfoNyceUpdateInfo. includeNullValues(boolean includeNullValues)Configures whether null values are explicitly serialized in the JSON payload.NyceUpdateInfoNyceUpdateInfo. transactionDescription(TransactionDescriptionInfo transactionDescription)transactionDescriptionMethods in com.adyen.model.management with parameters of type NyceUpdateInfo Modifier and Type Method Description UpdatePaymentMethodInfoUpdatePaymentMethodInfo. nyce(NyceUpdateInfo nyce)nycevoidUpdatePaymentMethodInfo. setNyce(NyceUpdateInfo nyce)nyce
-