Uses of Class
com.adyen.model.management.NyceResponseInfo
-
Packages that use NyceResponseInfo Package Description com.adyen.model.management -
-
Uses of NyceResponseInfo in com.adyen.model.management
Methods in com.adyen.model.management that return NyceResponseInfo Modifier and Type Method Description static NyceResponseInfoNyceResponseInfo. fromJson(String jsonString)Create an instance of NyceResponseInfo given an JSON stringNyceResponseInfoPaymentMethod. getNyce()Get nyceNyceResponseInfoNyceResponseInfo. includeNullValues(boolean includeNullValues)Configures whether null values are explicitly serialized in the JSON payload.NyceResponseInfoNyceResponseInfo. processingType(NyceResponseInfo.ProcessingTypeEnum processingType)The type of transactions processed over this payment method.NyceResponseInfoNyceResponseInfo. transactionDescription(TransactionDescriptionResponseInfo transactionDescription)transactionDescriptionMethods in com.adyen.model.management with parameters of type NyceResponseInfo Modifier and Type Method Description PaymentMethodPaymentMethod. nyce(NyceResponseInfo nyce)nycevoidPaymentMethod. setNyce(NyceResponseInfo nyce)nyce
-