Uses of Class
com.adyen.model.checkout.RecurringDetail
-
Packages that use RecurringDetail Package Description com.adyen.model.checkout -
-
Uses of RecurringDetail in com.adyen.model.checkout
Methods in com.adyen.model.checkout that return types with arguments of type RecurringDetail Modifier and Type Method Description List<RecurringDetail>PaymentSetupResponse. getRecurringDetails()Deprecated.Methods in com.adyen.model.checkout with parameters of type RecurringDetail Modifier and Type Method Description PaymentSetupResponsePaymentSetupResponse. addRecurringDetailsItem(RecurringDetail recurringDetailsItem)Method parameters in com.adyen.model.checkout with type arguments of type RecurringDetail Modifier and Type Method Description PaymentSetupResponsePaymentSetupResponse. recurringDetails(List<RecurringDetail> recurringDetails)Deprecated.voidPaymentSetupResponse. setRecurringDetails(List<RecurringDetail> recurringDetails)Deprecated.
-