You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Submit either a foreign_currency_id or a foreign_currency_code, or neither.
[optional]
foreign_currency_id
str
Submit either a foreign_currency_id or a foreign_currency_code, or neither.
[optional]
piggy_bank_id
str
Optional.
[optional]
source_id
str
ID of the source account.
tags
List[str]
Array of tags.
[optional]
Example
fromfirefly_iii_client.models.recurrence_transaction_storeimportRecurrenceTransactionStore# TODO update the JSON string belowjson="{}"# create an instance of RecurrenceTransactionStore from a JSON stringrecurrence_transaction_store_instance=RecurrenceTransactionStore.from_json(json)
# print the JSON string representation of the objectprint(RecurrenceTransactionStore.to_json())
# convert the object into a dictrecurrence_transaction_store_dict=recurrence_transaction_store_instance.to_dict()
# create an instance of RecurrenceTransactionStore from a dictrecurrence_transaction_store_form_dict=recurrence_transaction_store.from_dict(recurrence_transaction_store_dict)