Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 956 Bytes

ModifyF24Response.md

File metadata and controls

30 lines (20 loc) · 956 Bytes

ModifyF24Response

Properties

Name Type Description Notes
data F24 [optional]

Example

from fattureincloud_python_sdk.models.modify_f24_response import ModifyF24Response

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

# convert the object into a dict
modify_f24_response_dict = modify_f24_response_instance.to_dict()
# create an instance of ModifyF24Response from a dict
modify_f24_response_from_dict = ModifyF24Response.from_dict(modify_f24_response_dict)

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