Name | Type | Description | Notes |
---|---|---|---|
attributes | TransactionLink | ||
id | str | ||
links | ObjectLink | ||
type | str | Immutable value |
from firefly_iii_client.models.transaction_link_read import TransactionLinkRead
# TODO update the JSON string below
json = "{}"
# create an instance of TransactionLinkRead from a JSON string
transaction_link_read_instance = TransactionLinkRead.from_json(json)
# print the JSON string representation of the object
print(TransactionLinkRead.to_json())
# convert the object into a dict
transaction_link_read_dict = transaction_link_read_instance.to_dict()
# create an instance of TransactionLinkRead from a dict
transaction_link_read_form_dict = transaction_link_read.from_dict(transaction_link_read_dict)