# fintracker_api.model.AccountCreate ## Load the model package ```dart import 'package:fintracker_api/api.dart'; ``` ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **broker** | [**Broker**](Broker.md) | | **currency** | **String** | | [optional] [default to 'RUB'] **name** | **String** | | **sourceId** | **String** | Agreement number exactly as the broker's report prints it | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)