# atom_api.AccountTypePayload

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**name** | **String** | Name of the account type such as “Taxable” or “Joint” | 
**shortName** | **String** | Abbreviated name for the account type | [optional] 
**category** | **String** | Category grouping that the account type falls under | [optional] 
**subcategory** | **String** | Subcategory grouping under the category that the account type falls under | [optional] 
**code** | **String** | Code defined by your firm for the account type | [optional] 
**isTaxable** | **Boolean** | Indicates if this account type is taxable. true indicates it is taxable | [optional] 
**isActive** | **Boolean** | Indicates if this account type is active. Defaults to true which indicates it is active and available to be assigned to accounts | [optional] [default to true]
**secondaryId** | [**SecondaryId**](SecondaryId.md) |  | [optional] 


