Uses of Class
com.xero.models.finance.PnlAccountType
Packages that use PnlAccountType
-
Uses of PnlAccountType in com.xero.models.finance
Methods in com.xero.models.finance that return PnlAccountTypeModifier and TypeMethodDescriptionPnlAccountType.accounts(List<PnlAccount> accounts) A list of the movement on each account detail during the query period.PnlAccountType.addAccountsItem(PnlAccount accountsItem) A list of the movement on each account detail during the query period.Name of this account type, it will be either Trading Income or Other Income for Revenue section / Direct Cost or Operating Expenses for Expense sectionTotal movement on this account typeMethods in com.xero.models.finance that return types with arguments of type PnlAccountTypeModifier and TypeMethodDescriptionPnlAccountClass.getAccountTypes()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.Methods in com.xero.models.finance with parameters of type PnlAccountTypeModifier and TypeMethodDescriptionPnlAccountClass.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.Method parameters in com.xero.models.finance with type arguments of type PnlAccountTypeModifier 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.voidPnlAccountClass.setAccountTypes(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.