@theredspace/spp-client
Preparing search index...
PurchaseItem
Interface PurchaseItem
Line item on a purchase order
interface
PurchaseItem
{
created
:
string
;
description
:
string
;
id
:
number
;
item_id
:
number
;
purchaseorder_id
:
number
;
quantity
:
number
;
total_cost
:
number
;
unit_cost
:
number
;
updated
:
string
;
}
Index
Properties
created
description
id
item_
id
purchaseorder_
id
quantity
total_
cost
unit_
cost
updated
Properties
created
created
:
string
description
description
:
string
id
id
:
number
item_
id
item_id
:
number
purchaseorder_
id
purchaseorder_id
:
number
quantity
quantity
:
number
total_
cost
total_cost
:
number
unit_
cost
unit_cost
:
number
updated
updated
:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
created
description
id
item_
id
purchaseorder_
id
quantity
total_
cost
unit_
cost
updated
@theredspace/spp-client
Loading...
Line item on a purchase order