# FinApiAccess.SubTransactionParams

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**amount** | **Number** | Amount | 
**categoryId** | **Number** | Category identifier. If not specified, the original transaction's category will be applied. If you explicitly want the sub-transaction to have no category, then pass this field with value '0' (zero). | [optional] 
**purpose** | **String** | Purpose. Maximum length is 2000. If not specified, the original transaction's value will be applied. | [optional] 
**counterpart** | **String** | Counterpart. Maximum length is 80. If not specified, the original transaction's value will be applied. | [optional] 
**counterpartAccountNumber** | **String** | Counterpart account number. If not specified, the original transaction's value will be applied. | [optional] 
**counterpartIban** | **String** | Counterpart IBAN. If not specified, the original transaction's value will be applied. | [optional] 
**counterpartBic** | **String** | Counterpart BIC. If not specified, the original transaction's value will be applied. | [optional] 
**counterpartBlz** | **String** | Counterpart BLZ. If not specified, the original transaction's value will be applied. | [optional] 
**labelIds** | **[Number]** |  | [optional] 


