Uses of Class
com.adyen.model.legalentitymanagement.FinancialReport
-
Packages that use FinancialReport Package Description com.adyen.model.legalentitymanagement -
-
Uses of FinancialReport in com.adyen.model.legalentitymanagement
Methods in com.adyen.model.legalentitymanagement that return FinancialReport Modifier and Type Method Description FinancialReportFinancialReport. annualTurnover(String annualTurnover)The annual turnover of the business.FinancialReportFinancialReport. balanceSheetTotal(String balanceSheetTotal)The balance sheet total of the business.FinancialReportFinancialReport. currencyOfFinancialData(String currencyOfFinancialData)The currency used for the net assets and balance sheet total.FinancialReportFinancialReport. dateOfFinancialData(String dateOfFinancialData)The date the financial data were provided, in YYYY-MM-DD format.FinancialReportFinancialReport. employeeCount(String employeeCount)The number of employees of the business.static FinancialReportFinancialReport. fromJson(String jsonString)Create an instance of FinancialReport given an JSON stringFinancialReportFinancialReport. netAssets(String netAssets)The net assets of the business.Methods in com.adyen.model.legalentitymanagement that return types with arguments of type FinancialReport Modifier and Type Method Description List<FinancialReport>Organization. getFinancialReports()The financial report information of the organization.List<FinancialReport>SoleProprietorship. getFinancialReports()The information from the financial report of the sole proprietorship.Methods in com.adyen.model.legalentitymanagement with parameters of type FinancialReport Modifier and Type Method Description OrganizationOrganization. addFinancialReportsItem(FinancialReport financialReportsItem)SoleProprietorshipSoleProprietorship. addFinancialReportsItem(FinancialReport financialReportsItem)Method parameters in com.adyen.model.legalentitymanagement with type arguments of type FinancialReport Modifier and Type Method Description OrganizationOrganization. financialReports(List<FinancialReport> financialReports)The financial report information of the organization.SoleProprietorshipSoleProprietorship. financialReports(List<FinancialReport> financialReports)The information from the financial report of the sole proprietorship.voidOrganization. setFinancialReports(List<FinancialReport> financialReports)The financial report information of the organization.voidSoleProprietorship. setFinancialReports(List<FinancialReport> financialReports)The information from the financial report of the sole proprietorship.
-