Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 1.1 KB

SimpleProductItem.md

File metadata and controls

20 lines (15 loc) · 1.1 KB

Flowaccount.OpenAPITools.Model.SimpleProductItem

Properties

Name Type Description Notes
DocumentStructureType string
Type int ประเภทสินค้า <br> 1 = บริการ (service) <br> 3 = สินค้าไม่นับสต๊อก (non inventory) <br> 5 = สินค้านับสต๊อก (inventory) [optional] [default to 1]
Name string ชื่อสินค้า
Description string รายละเอียดสินค้า [optional]
Quantity decimal จำนวนสินค้า
UnitName string หน่วยสินค้า [optional]
PricePerUnit decimal ราคาสินค้าต่อหน่วย
Total decimal ราคารวมสินค้า

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