Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface CashAccount

Details of a Brex Cash account.

Hierarchy

  • CashAccount

Index

Properties

id

id: string

ID of the cash account.

name

name: string

Name of the cash account

Optional status

status?: string

Status of the cash account (usually ACTIVE).

current_balance

current_balance: Money

Current balance of the cash account.

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

available_balance

available_balance: Money

Available balance of the cash account.

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

account_number

account_number: string

Account number.

routing_number

routing_number: string

Routing number.

Generated using TypeDoc