Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface Statement

Hierarchy

  • Statement

Index

Properties

id

id: string

The statement ID

Optional start_balance

start_balance?: Money

The balance at the start of this period.

Money fields can be signed or unsigned. Fields are signed (an unsigned value will be interpreted as positive).

Optional end_balance

end_balance?: Money

The balance at the end of this period.

Money fields can be signed or unsigned. Fields are signed (an unsigned value will be interpreted as positive).

period

period: { start_date: string; end_date: string }

The time period for this statement.

Type declaration

  • start_date: string

    Start date of the statement period.

  • end_date: string

    End date of the statement period.

Generated using TypeDoc