Hierarchy

Properties

account_id: number

Internal (postgres incremented) account id

account_number: string

Account number (or class). Example: 411FOOBAR

counterpart_account?: null | {
    account_id: number;
    account_number: string;
    label: string;
}

Type declaration

  • account_id: number
  • account_number: string
  • label: string
label: string

Account name

Generated using TypeDoc