Uses of Class
com.xero.models.finance.PnlAccount
Packages that use PnlAccount
-
Uses of PnlAccount in com.xero.models.finance
Methods in com.xero.models.finance that return PnlAccountModifier and TypeMethodDescriptionID of the accountPnlAccount.accountType(String accountType) The type of the account.Account codeAccount namePnlAccount.reportingCode(String reportingCode) Reporting code (Shown if set)Total movement on this accountMethods in com.xero.models.finance that return types with arguments of type PnlAccountModifier and TypeMethodDescriptionPnlAccountType.getAccounts()A list of the movement on each account detail during the query period.Methods in com.xero.models.finance with parameters of type PnlAccountModifier and TypeMethodDescriptionPnlAccountType.addAccountsItem(PnlAccount accountsItem) A list of the movement on each account detail during the query period.Method parameters in com.xero.models.finance with type arguments of type PnlAccountModifier and TypeMethodDescriptionPnlAccountType.accounts(List<PnlAccount> accounts) A list of the movement on each account detail during the query period.voidPnlAccountType.setAccounts(List<PnlAccount> accounts) A list of the movement on each account detail during the query period.