Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 1.07 KB

ProductItem.md

File metadata and controls

18 lines (13 loc) · 1.07 KB

# ProductItem

Properties

Name Type Description Notes
document_structure_type string
type int ประเภทสินค้า <br> 1 = บริการ (service) <br> 3 = สินค้าไม่นับสต๊อก (non inventory) <br> 5 = สินค้านับสต๊อก (inventory) [optional] [default to 1]
name string ชื่อสินค้า
description string รายละเอียดสินค้า [optional]
quantity float จำนวนสินค้า
unit_name string หน่วยสินค้า [optional]
price_per_unit float ราคาสินค้าต่อหน่วย
total float ราคารวมสินค้า

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