BalancesReport
Extends
BalancesReport
Properties
payload
payload: Balances;The underlying payload data for this resource
Inherited from
Bkper.BalancesReport.payloadMethods
createDataTable()
createDataTable(): BalancesDataTableBuilder;Creates a BalancesDataTableBuilder to generate a two-dimensional array with all [[BalancesContainers]].
Returns
BalancesDataTableBuilder
Inherited from
Bkper.BalancesReport.createDataTablegetAccountBalancesContainers()
getAccountBalancesContainers(): BalancesContainer[];Gets all [[Account]] [[BalancesContainers]].
Returns
BalancesContainer[]
Inherited from
Bkper.BalancesReport.getAccountBalancesContainersgetBalancesContainer()
getBalancesContainer(name): BalancesContainer;Gets a specific [[BalancesContainer]].
Parameters
| Parameter | Type |
|---|---|
name | string |
Returns
BalancesContainer
Inherited from
Bkper.BalancesReport.getBalancesContainergetBalancesContainers()
getBalancesContainers(): BalancesContainer[];Gets all [[BalancesContainers]] of the report.
Returns
BalancesContainer[]
Inherited from
Bkper.BalancesReport.getBalancesContainersgetBook()
getBook(): Book;The [[Book]] that generated the report.
Returns
Book
Inherited from
Bkper.BalancesReport.getBookgetPeriodicity()
getPeriodicity(): Periodicity;The [[Periodicity]] of the query used to generate the report.
Returns
Inherited from
Bkper.BalancesReport.getPeriodicityhasOnlyOneGroup()
hasOnlyOneGroup(): boolean;Check if the report has only one Group specified on query.
Returns
boolean
Inherited from
Bkper.BalancesReport.hasOnlyOneGroupjson()
json(): Balances;Gets an immutable copy of the JSON payload for this resource.
Returns
Balances
An immutable copy of the json payload
Inherited from
Bkper.BalancesReport.json