Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 851 Bytes

BillSingle.md

File metadata and controls

29 lines (20 loc) · 851 Bytes

BillSingle

Properties

Name Type Description Notes
data BillRead

Example

from firefly_iii_client.models.bill_single import BillSingle

# TODO update the JSON string below
json = "{}"
# create an instance of BillSingle from a JSON string
bill_single_instance = BillSingle.from_json(json)
# print the JSON string representation of the object
print(BillSingle.to_json())

# convert the object into a dict
bill_single_dict = bill_single_instance.to_dict()
# create an instance of BillSingle from a dict
bill_single_form_dict = bill_single.from_dict(bill_single_dict)

[Back to Model list] [Back to API list] [Back to README]