Book
Extends
Book
Properties
accounts?
optional accounts: Account[];The book Accounts
Inherited from
bkper.Book.accountsagentId?
optional agentId: string;The id of agent that created the resource
Inherited from
bkper.Book.agentIdautoPost?
optional autoPost: boolean;Tells if the Book has auto post enabled
Inherited from
bkper.Book.autoPostclosingDate?
optional closingDate: string;The book closing date
Inherited from
bkper.Book.closingDatecollection?
optional collection: Collection;Inherited from
bkper.Book.collectioncreatedAt?
optional createdAt: string;The creation timestamp, in milliseconds
Inherited from
bkper.Book.createdAtdatePattern?
optional datePattern: string;The date pattern of the Book. Example: dd/MM/yyyy
Inherited from
bkper.Book.datePatterndecimalSeparator?
optional decimalSeparator: "DOT" | "COMMA";The decimal separator of the Book
Inherited from
bkper.Book.decimalSeparatorfractionDigits?
optional fractionDigits: number;The number of fraction digits (decimal places) of the Book
Inherited from
bkper.Book.fractionDigitsgroups?
optional groups: Group[];The book account Groups
Inherited from
bkper.Book.groupsid?
optional id: string;The unique id that identifies the Book in the system. Found at bookId url param
Inherited from
bkper.Book.idlastUpdateMs?
optional lastUpdateMs: string;The last update date of the Book, in in milliseconds
Inherited from
bkper.Book.lastUpdateMslockDate?
optional lockDate: string;The book lock date
Inherited from
bkper.Book.lockDatename?
optional name: string;The name of the Book
Inherited from
bkper.Book.nameownerName?
optional ownerName: string;The Book owner username
Inherited from
bkper.Book.ownerNamepageSize?
optional pageSize: number;The transactions pagination page size
Inherited from
bkper.Book.pageSizeperiod?
optional period: "MONTH" | "QUARTER" | "YEAR";The period slice for balances visualization
Inherited from
bkper.Book.periodperiodStartMonth?
optional periodStartMonth: | "JANUARY" | "FEBRUARY" | "MARCH" | "APRIL" | "MAY" | "JUNE" | "JULY" | "AUGUST" | "SEPTEMBER" | "OCTOBER" | "NOVEMBER" | "DECEMBER";The start month when YEAR period set
Inherited from
bkper.Book.periodStartMonthpermission?
optional permission: "OWNER" | "EDITOR" | "POSTER" | "RECORDER" | "VIEWER" | "NONE";The Permission the current user has in the Book
Inherited from
bkper.Book.permissionproperties?
optional properties: object;The key/value custom properties of the Book
Index Signature
[name: string]: stringInherited from
bkper.Book.propertiestimeZone?
optional timeZone: string;The time zone of the Book
Inherited from
bkper.Book.timeZonetimeZoneOffset?
optional timeZoneOffset: number;The time zone offset of the Book, in minutes
Inherited from
bkper.Book.timeZoneOffsettotalTransactions?
optional totalTransactions: number;The total transactions posted
Inherited from
bkper.Book.totalTransactionstotalTransactionsCurrentMonth?
optional totalTransactionsCurrentMonth: number;The total transactions posted on current month
Inherited from
bkper.Book.totalTransactionsCurrentMonthtotalTransactionsCurrentYear?
optional totalTransactionsCurrentYear: number;The total transactions posted on current year
Inherited from
bkper.Book.totalTransactionsCurrentYearupdatedAt?
optional updatedAt: string;The last update timestamp, in milliseconds
Inherited from
bkper.Book.updatedAtvisibility?
optional visibility: "PUBLIC" | "PRIVATE";The Visibility of the Book
Inherited from
bkper.Book.visibility