Uses of Class
com.adyen.model.balanceplatform.TaxFormSummaryResponse
-
Packages that use TaxFormSummaryResponse Package Description com.adyen.model.balanceplatform com.adyen.service.balanceplatform -
-
Uses of TaxFormSummaryResponse in com.adyen.model.balanceplatform
Methods in com.adyen.model.balanceplatform that return TaxFormSummaryResponse Modifier and Type Method Description TaxFormSummaryResponseTaxFormSummaryResponse. addDataItem(Summary dataItem)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.static TaxFormSummaryResponseTaxFormSummaryResponse. fromJson(String jsonString)Create an instance of TaxFormSummaryResponse given an JSON stringTaxFormSummaryResponseTaxFormSummaryResponse. includeNullValues(boolean includeNullValues)Configures whether null values are explicitly serialized in the JSON payload. -
Uses of TaxFormSummaryResponse in com.adyen.service.balanceplatform
Methods in com.adyen.service.balanceplatform that return TaxFormSummaryResponse Modifier and Type Method Description TaxFormSummaryResponseAccountHoldersApi. getTaxFormSummary(String id, String formType)Get summary of tax forms for an account holderTaxFormSummaryResponseAccountHoldersApi. getTaxFormSummary(String id, String formType, RequestOptions requestOptions)Get summary of tax forms for an account holder
-