Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 2.94 KB

PaymentReceivingCash.md

File metadata and controls

22 lines (17 loc) · 2.94 KB

# PaymentReceivingCash

Properties

Name Type Description Notes
payment_structure_type string รับชำระเงิน ด้วยเงินสด
document_id int id เอกสาร
payment_method int ประเภทการเก็บเงิน <br> 1 = เงินสด [default to 1]
payment_date \DateTime วันที่รับชำระเงิน / วันที่ชำระเงิน รูปแบบ yyyy-MM-dd <br> <ex>Example: 2020-01-01</ex>
collected float จำนวนเงินยอดรับสุทธิ <br> <ex> Example : 100.00 </ex> [default to 0]
payment_deduction_type int ประเภทรายการปรับลด <br> 1 = ส่วนลดพิเศษ <br> 3 = ค่านายหน้าและส่วนแบ่งการขาย <br> 5 = ค่าดำเนินการ <br> 7 = ปัดเศษ <br> [optional] [default to 0]
payment_deduction_amount float จำนวนเงินยอดรายการปรับลด <br> <ex> Example : 100.00 </ex> [optional] [default to 0]
withheld_percentage int เปอร์เซ็น หัก ณ ที่จ่าย <br> 0.5 = 0.5% <br> 0.75 = 0.75% <br> 1 = 1% <br> 1.5 = 1.5% <br> 2 = 2% <br> 3 = 3% <br> 5 = 5% <br> 10 = 10% <br> 15 = 15% <br> -1 = จำนวนเงิน <red>(สำหรับเอกสารที่ใช้ภาษีแยกตามรายการสินค้า ต้องใช้เป็นจำนวนเงิน)</red> [optional] [default to 0]
withheld_amount float จำนวน ยอดหัก ณ ที่จ่าย <br> <ex> Example : 100.00 </ex> [optional] [default to 0]
payment_remarks string หมายเหตุ การรับชำระเงิน หรือ ชำระเงิน [optional]
remaining_collected_type int สาเหตุเงินขาด เงินเกิน <br> 51 = เงินขาดหรือเงินกิน <br> 55 = ค่าธรรมเนียมธนาคาร [optional] [default to 0]
remaining_collected float จำนวน ยอดเงินขาด หรือ เงินเกิน <br> <ex> Example : 100.00 </ex> [optional] [default to 0]

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