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