Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface CardAccount

Hierarchy

  • CardAccount

Index

Properties

id

id: string

ID of the card account

Optional status

status?: string

Account status (should be 'ACTIVE').

Optional current_balance

current_balance?: Money

The current card balance.

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

Optional available_balance

available_balance?: Money

The available balance.

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

Optional account_limit

account_limit?: Money

The account limit.

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

current_statement_period

current_statement_period: { start_date: string; end_date: string }

The current statement period.

Type declaration

  • start_date: string

    Start date

  • end_date: string

    End date

Generated using TypeDoc