Package | Description |
---|---|
com.dpslink.notification.api.param |
Business object definitions for use as parameters to DPS Notification Framework APIs.
|
Modifier and Type | Field and Description |
---|---|
static java.lang.Class<FShipSummary> |
API.FSHPSUM
The API parameter object type for a Flash shipment summary.
|
protected java.util.ArrayList<FShipSummary> |
FOrder.ivShipSums
The order's collection of shipment summaries.
|
Modifier and Type | Method and Description |
---|---|
java.util.ArrayList<FShipSummary> |
FOrder.getShipSummaries()
Returns the collection of shipment summary records.
|