Skip to content

Latest commit

 

History

History
45 lines (41 loc) · 1.91 KB

CustomerInvoiceTemplate.md

File metadata and controls

45 lines (41 loc) · 1.91 KB

CustomerInvoiceTemplate

Properties

Name Type Description Notes
id int [optional]
create_date datetime [optional]
modify_date datetime [optional]
name str
po_no str [optional]
cost_center str [optional]
description str [optional]
notes str [optional]
terms str [optional]
special_instructions str [optional]
lob_id int
billing_period str
remit_to_attention str [optional]
remit_to_company str [optional]
remit_to_street str [optional]
remit_to_street2 str [optional]
remit_to_street3 str [optional]
remit_to_city str [optional]
remit_to_state str [optional]
remit_to_zip str [optional]
remit_to_country str [optional]
remit_to_phone str [optional]
remit_to_email str [optional]
bill_to_attention str [optional]
bill_to_company str [optional]
bill_to_street str [optional]
bill_to_street2 str [optional]
bill_to_street3 str [optional]
bill_to_city str [optional]
bill_to_state str [optional]
bill_to_zip str [optional]
bill_to_country str [optional]
bill_to_phone str [optional]
bill_to_email str [optional]
line_items list[CustomerInvoiceTemplateLine] [optional]
custom_fields dict(str, object) [optional]

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