Uses of Class
com.adyen.model.balanceplatform.Summary
-
Packages that use Summary Package Description com.adyen.model.balanceplatform -
-
Uses of Summary in com.adyen.model.balanceplatform
Methods in com.adyen.model.balanceplatform that return Summary Modifier and Type Method Description SummarySummary. addTaxYearsItem(Integer taxYearsItem)static SummarySummary. fromJson(String jsonString)Create an instance of Summary given an JSON stringSummarySummary. includeNullValues(boolean includeNullValues)Configures whether null values are explicitly serialized in the JSON payload.SummarySummary. legalEntityId(String legalEntityId)The unique identifier of the legal entity.SummarySummary. taxYears(List<Integer> taxYears)The tax years for which the legal entity has a tax form.Methods in com.adyen.model.balanceplatform that return types with arguments of type Summary Modifier and Type Method Description List<Summary>TaxFormSummaryResponse. getData()A list of tax form summaries, where each summary consists of the legal entity and the tax years in which the legal entity has a tax form.Methods in com.adyen.model.balanceplatform with parameters of type Summary Modifier and Type Method Description TaxFormSummaryResponseTaxFormSummaryResponse. addDataItem(Summary dataItem)Method parameters in com.adyen.model.balanceplatform with type arguments of type Summary Modifier and Type Method Description TaxFormSummaryResponseTaxFormSummaryResponse. data(List<Summary> data)A list of tax form summaries, where each summary consists of the legal entity and the tax years in which the legal entity has a tax form.voidTaxFormSummaryResponse. setData(List<Summary> data)A list of tax form summaries, where each summary consists of the legal entity and the tax years in which the legal entity has a tax form.
-