SlotFlow API Documentation

DemandShipmentLine
in package

FinalYes

One shipped quantity for one demand line within a demand shipment.

Table of Contents

Properties

$lineSchedule  : DemandLineSchedule
Source demand line schedule from which this shipment line was derived.
$quantity  : int|float
Quantity released for this line in the shipment.
$subjectKey  : string
Subject key of the shipped line.

Methods

__construct()  : mixed
Create one shipped line quantity within a planned shipment.

Properties

$quantity read-only

Quantity released for this line in the shipment.

public int|float $quantity

$subjectKey read-only

Subject key of the shipped line.

public string $subjectKey

Methods

__construct()

Create one shipped line quantity within a planned shipment.

public __construct(string $subjectKey, int|float $quantity, DemandLineSchedule $lineSchedule) : mixed
Parameters
$subjectKey : string
$quantity : int|float
$lineSchedule : DemandLineSchedule

        
On this page

Search results