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 stringAccelInfoPaymentMethod. getAccel()accelAccelInfoPaymentMethodSetupInfo. getAccel()accelAccelInfoUpdatePaymentMethodInfo. getAccel()accelAccelInfoAccelInfo. 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 PaymentMethodPaymentMethod. accel(AccelInfo accel)accelPaymentMethodSetupInfoPaymentMethodSetupInfo. accel(AccelInfo accel)accelUpdatePaymentMethodInfoUpdatePaymentMethodInfo. accel(AccelInfo accel)accelvoidPaymentMethod. setAccel(AccelInfo accel)accelvoidPaymentMethodSetupInfo. setAccel(AccelInfo accel)accelvoidUpdatePaymentMethodInfo. setAccel(AccelInfo accel)accel
-