Uses of Class
com.xero.models.accounting.ImportSummaryAccounts
-
Packages that use ImportSummaryAccounts Package Description com.xero.models.accounting -
-
Uses of ImportSummaryAccounts in com.xero.models.accounting
Methods in com.xero.models.accounting that return ImportSummaryAccounts Modifier and Type Method Description ImportSummaryAccountsImportSummaryAccounts. _new(Integer _new)The number of new accounts createdImportSummaryAccountsImportSummaryAccounts. deleted(Integer deleted)The number of accounts deletedImportSummaryAccountsImportSummaryAccounts. errored(Integer errored)The number of accounts that had an errorImportSummaryAccountsImportSummary. getAccounts()Get accountsImportSummaryAccountsImportSummaryAccounts. locked(Integer locked)The number of locked accountsImportSummaryAccountsImportSummaryAccounts. newOrUpdated(Integer newOrUpdated)The number of new or updated accountsImportSummaryAccountsImportSummaryAccounts. present(Boolean present)presentImportSummaryAccountsImportSummaryAccounts. system(Integer system)The number of system accountsImportSummaryAccountsImportSummaryAccounts. total(Integer total)The total number of accounts in the orgImportSummaryAccountsImportSummaryAccounts. updated(Integer updated)The number of accounts updatedMethods in com.xero.models.accounting with parameters of type ImportSummaryAccounts Modifier and Type Method Description ImportSummaryImportSummary. accounts(ImportSummaryAccounts accounts)accountsvoidImportSummary. setAccounts(ImportSummaryAccounts accounts)accounts
-