SlotFlow API Documentation

DemandShipment
in package

FinalYes

One planned shipment release containing one or more demand lines.

Table of Contents

Properties

$lines  : array<string|int, mixed>
Shipment line quantities included in this release.
$releaseTime  : int
Release time for this shipment on the normalized time axis.

Methods

__construct()  : mixed
Create one planned shipment release.
totalQuantity()  : int|float
Return the total quantity included in this shipment across all lines.

Properties

$lines read-only

Shipment line quantities included in this release.

public array<string|int, mixed> $lines

$releaseTime read-only

Release time for this shipment on the normalized time axis.

public int $releaseTime

Methods

totalQuantity()

Return the total quantity included in this shipment across all lines.

public totalQuantity() : int|float
Return values
int|float

        
On this page

Search results