EarningReportResponse
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| date | String | Date for which the earnings are reported | [default to null] |
| total_earning | Double | Total earnings for the date | [default to null] |
| total_commission | Double | Total commission for the date | [default to null] |
| total_balance | Double | Total balance (earnings minus commission) for the date | [default to null] |
| amount | Double | Additional amount field | [optional] [default to null] |
| currency | CurrencyResponse | Currency information | [optional] [default to null] |
| formatted_updated_date | String | Formatted updated date string | [optional] [default to null] |