# atom_api.AccountStatusPayload

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**accountId** | **String** | The ID of the account to which the status belongs | 
**status** | **String** | Status of the account such as “Signed Up” or “Awaiting Payment” | 
**stageId** | **String** | Refers to the stage the client is in. Useful for sign-up funnels | 
**comments** | **String** | Comments for the client regarding the status of their account | [optional] 
**secondaryId** | [**SecondaryId**](SecondaryId.md) |  | [optional] 
**metadata** | **Object** | Custom information associated with the aggregation account in the format key:value | [optional] 


