-
Notifications
You must be signed in to change notification settings - Fork 1
shipping.Class.ShippingService
Tom Grey edited this page Jan 13, 2024
·
8 revisions
Service for managing shipping records.
new ShippingService():
ShippingService
privateshipments:ShippingRecord[] =[]
getAllShipments():
ShippingRecord[]
Get all shipping records.
An array of all shipping records.
shipOrder(
shipment):ShippingRecord
Ship an order.
• shipment: ShippingRecord
The shipment record.
The shipped record.
Generated using typedoc-plugin-markdown and TypeDoc