# Cyclos411Api.AccountHistoryStatus

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**beginDate** | **Date** | The reference begin date | [optional] 
**balanceAtBegin** | [**BigDecimal**](BigDecimal.md) | The raw balance at the beginning of the informed period | [optional] 
**endDate** | **Date** | The reference end date | [optional] 
**balanceAtEnd** | [**BigDecimal**](BigDecimal.md) | The raw balance at the end of the informed period | [optional] 
**incoming** | [**AmountSummary**](AmountSummary.md) | The summary of incoming transfers | [optional] 
**outgoing** | [**AmountSummary**](AmountSummary.md) | The summary of outgoing transfers | [optional] 
**netInflow** | [**BigDecimal**](BigDecimal.md) | The raw difference between incoming and outgoing transfers in the informed period   | [optional] 


