Uses of Class
com.xero.models.finance.PnlAccountClass
Packages that use PnlAccountClass
-
Uses of PnlAccountClass in com.xero.models.finance
Methods in com.xero.models.finance that return PnlAccountClassModifier and TypeMethodDescriptionPnlAccountClass.accountTypes(List<PnlAccountType> accountTypes) Contains trading income and other income for revenue section / operating expenses and direct cost for expense section if the data is available for each section.PnlAccountClass.addAccountTypesItem(PnlAccountType accountTypesItem) Contains trading income and other income for revenue section / operating expenses and direct cost for expense section if the data is available for each section.ProfitAndLossResponse.getExpense()Get expenseProfitAndLossResponse.getRevenue()Get revenueTotal revenue/expense valueMethods in com.xero.models.finance with parameters of type PnlAccountClassModifier and TypeMethodDescriptionProfitAndLossResponse.expense(PnlAccountClass expense) expenseProfitAndLossResponse.revenue(PnlAccountClass revenue) revenuevoidProfitAndLossResponse.setExpense(PnlAccountClass expense) expensevoidProfitAndLossResponse.setRevenue(PnlAccountClass revenue) revenue