This is definitely not functional yet. Signed-off-by: Jacob Kiers <code@kiers.eu>
1.1 KiB
1.1 KiB
AutocompletePiggyBalance
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| id | String | ||
| name | String | Name of the piggy bank found by an auto-complete search. | |
| name_with_balance | Option<String> | Name of the piggy bank found by an auto-complete search with the current balance formatted nicely. | [optional] |
| currency_id | Option<String> | Currency ID for this piggy bank. | [optional] |
| currency_code | Option<String> | Currency code for this piggy bank. | [optional] |
| currency_symbol | Option<String> | [optional] | |
| currency_decimal_places | Option<i32> | [optional] | |
| object_group_id | Option<String> | The group ID of the group this object is part of. NULL if no group. | [optional] |
| object_group_title | Option<String> | The name of the group. NULL if no group. | [optional] |