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()nyceNyceInfoPaymentMethodSetupInfo. getNyce()nyceNyceInfoUpdatePaymentMethodInfo. getNyce()nyceNyceInfoNyceInfo. 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
-