# GitChrisQueen_TDA_JS.CashAccount

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**accountId** | **String** |  | [optional] 
**currentBalances** | [**CashAccountCurrentBalances**](CashAccountCurrentBalances.md) |  | [optional] 
**initialBalances** | [**CashAccountInitialBalances**](CashAccountInitialBalances.md) |  | [optional] 
**isClosingOnlyRestricted** | **Boolean** |  | [optional] [default to false]
**isDayTrader** | **Boolean** |  | [optional] [default to false]
**orderStrategies** | [**MarginAccountOrderStrategies**](MarginAccountOrderStrategies.md) |  | [optional] 
**positions** | [**MarginAccountPositions**](MarginAccountPositions.md) |  | [optional] 
**projectedBalances** | [**CashAccountCurrentBalances**](CashAccountCurrentBalances.md) |  | [optional] 
**roundTrips** | **Number** |  | [optional] 
**type** | **String** |  | [optional] 


<a name="TypeEnum"></a>
## Enum: TypeEnum


* `CASH` (value: `"CASH"`)

* `MARGIN` (value: `"MARGIN"`)




