Skip to content
This repository was archived by the owner on Dec 9, 2024. It is now read-only.

Latest commit

 

History

History
22 lines (15 loc) · 461 Bytes

order_item.md

File metadata and controls

22 lines (15 loc) · 461 Bytes

OrderItem Model

The OrderItem DB Model specs

Fields

field type status description
order FK mandatory Order
product FK mandatory Product
quantity int mandatory How many?

Methods

  • unit_price
  • total_price
  • total_taxes

Checklist

  • A ProductItem must be connected to an Order
  • Must be saved upon Order Creation