Uses of Class
com.adyen.model.management.NyceInfo
-
Packages that use NyceInfo Package Description com.adyen.model.management -
-
Uses of NyceInfo in com.adyen.model.management
Methods in com.adyen.model.management that return NyceInfo Modifier and Type Method Description static NyceInfoNyceInfo. fromJson(String jsonString)Create an instance of NyceInfo given an JSON stringNyceInfoPaymentMethod. getNyce()Get nyceNyceInfoPaymentMethodSetupInfo. getNyce()Get nyceNyceInfoUpdatePaymentMethodInfo. getNyce()Get nyceNyceInfoNyceInfo. includeNullValues(boolean includeNullValues)Configures whether null values are explicitly serialized in the JSON payload.NyceInfoNyceInfo. processingType(NyceInfo.ProcessingTypeEnum processingType)The type of transactions processed over this payment method.NyceInfoNyceInfo. transactionDescription(TransactionDescriptionInfo transactionDescription)transactionDescriptionMethods in com.adyen.model.management with parameters of type NyceInfo Modifier and Type Method Description PaymentMethodPaymentMethod. nyce(NyceInfo nyce)nycePaymentMethodSetupInfoPaymentMethodSetupInfo. nyce(NyceInfo nyce)nyceUpdatePaymentMethodInfoUpdatePaymentMethodInfo. nyce(NyceInfo nyce)nycevoidPaymentMethod. setNyce(NyceInfo nyce)nycevoidPaymentMethodSetupInfo. setNyce(NyceInfo nyce)nycevoidUpdatePaymentMethodInfo. setNyce(NyceInfo nyce)nyce
-