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
fromfattureincloud_python_sdk.models.issued_document_payments_list_item_payment_termsimportIssuedDocumentPaymentsListItemPaymentTerms# TODO update the JSON string belowjson="{}"# create an instance of IssuedDocumentPaymentsListItemPaymentTerms from a JSON stringissued_document_payments_list_item_payment_terms_instance=IssuedDocumentPaymentsListItemPaymentTerms.from_json(json)
# print the JSON string representation of the objectprintIssuedDocumentPaymentsListItemPaymentTerms.to_json()
# convert the object into a dictissued_document_payments_list_item_payment_terms_dict=issued_document_payments_list_item_payment_terms_instance.to_dict()
# create an instance of IssuedDocumentPaymentsListItemPaymentTerms from a dictissued_document_payments_list_item_payment_terms_form_dict=issued_document_payments_list_item_payment_terms.from_dict(issued_document_payments_list_item_payment_terms_dict)