Name | Type | Description | Notes |
---|---|---|---|
data | VatType | [optional] |
from fattureincloud_python_sdk.models.modify_vat_type_request import ModifyVatTypeRequest
# TODO update the JSON string below
json = "{}"
# create an instance of ModifyVatTypeRequest from a JSON string
modify_vat_type_request_instance = ModifyVatTypeRequest.from_json(json)
# print the JSON string representation of the object
print(ModifyVatTypeRequest.to_json())
# convert the object into a dict
modify_vat_type_request_dict = modify_vat_type_request_instance.to_dict()
# create an instance of ModifyVatTypeRequest from a dict
modify_vat_type_request_from_dict = ModifyVatTypeRequest.from_dict(modify_vat_type_request_dict)