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
Issued document item apply withholding taxes, rivalsa and cassa
[optional]
discount
float
Issued document item discount percentual value
[optional]
discount_highlight
bool
Issued document item highlight discount
[optional]
in_dn
bool
Issued document item add in delivery note
[optional]
stock
bool
Issued document item move stock
[optional]
ei_raw
object
Issued document advanced raw attributes for e-invoices
[optional]
Example
fromfattureincloud_python_sdk.models.issued_document_items_list_itemimportIssuedDocumentItemsListItem# TODO update the JSON string belowjson="{}"# create an instance of IssuedDocumentItemsListItem from a JSON stringissued_document_items_list_item_instance=IssuedDocumentItemsListItem.from_json(json)
# print the JSON string representation of the objectprint(IssuedDocumentItemsListItem.to_json())
# convert the object into a dictissued_document_items_list_item_dict=issued_document_items_list_item_instance.to_dict()
# create an instance of IssuedDocumentItemsListItem from a dictissued_document_items_list_item_from_dict=IssuedDocumentItemsListItem.from_dict(issued_document_items_list_item_dict)