Uses of Class
com.adyen.model.management.AccelResponseInfo
-
Packages that use AccelResponseInfo Package Description com.adyen.model.management -
-
Uses of AccelResponseInfo in com.adyen.model.management
Methods in com.adyen.model.management that return AccelResponseInfo Modifier and Type Method Description static AccelResponseInfoAccelResponseInfo. fromJson(String jsonString)Create an instance of AccelResponseInfo given an JSON stringAccelResponseInfoPaymentMethod. getAccel()Get accelAccelResponseInfoAccelResponseInfo. includeNullValues(boolean includeNullValues)Configures whether null values are explicitly serialized in the JSON payload.AccelResponseInfoAccelResponseInfo. processingType(AccelResponseInfo.ProcessingTypeEnum processingType)The type of transactions processed over this payment method.AccelResponseInfoAccelResponseInfo. transactionDescription(TransactionDescriptionResponseInfo transactionDescription)transactionDescriptionMethods in com.adyen.model.management with parameters of type AccelResponseInfo Modifier and Type Method Description PaymentMethodPaymentMethod. accel(AccelResponseInfo accel)accelvoidPaymentMethod. setAccel(AccelResponseInfo accel)accel
-