Uses of Class
com.adyen.model.recurring.RecurringDetailWrapper
-
Packages that use RecurringDetailWrapper Package Description com.adyen.model.recurring -
-
Uses of RecurringDetailWrapper in com.adyen.model.recurring
Methods in com.adyen.model.recurring that return RecurringDetailWrapper Modifier and Type Method Description static RecurringDetailWrapperRecurringDetailWrapper. fromJson(String jsonString)Create an instance of RecurringDetailWrapper given an JSON stringRecurringDetailWrapperRecurringDetailWrapper. recurringDetail(RecurringDetail recurringDetail)recurringDetailMethods in com.adyen.model.recurring that return types with arguments of type RecurringDetailWrapper Modifier and Type Method Description List<RecurringDetailWrapper>RecurringDetailsResult. getDetails()Payment details stored for recurring payments.Methods in com.adyen.model.recurring with parameters of type RecurringDetailWrapper Modifier and Type Method Description RecurringDetailsResultRecurringDetailsResult. addDetailsItem(RecurringDetailWrapper detailsItem)Method parameters in com.adyen.model.recurring with type arguments of type RecurringDetailWrapper Modifier and Type Method Description RecurringDetailsResultRecurringDetailsResult. details(List<RecurringDetailWrapper> details)Payment details stored for recurring payments.voidRecurringDetailsResult. setDetails(List<RecurringDetailWrapper> details)Payment details stored for recurring payments.
-