Package DE_EPAGES::MeinPaket::API::DTO::OrderConsignment
DTO Class for data structure OrderConsignment
Base |
DE_EPAGES::MeinPaket::API::DTO::DTO |
Functions
ConsignmentEntryList
returns list of 'ConsignmentEntry' elements
Syntax |
$Object->ConsignmentEntryList(); |
Return |
|
consignmentId
getter/setter for 'consignmentId'
Syntax |
my $consignmentId= $Object->consignmentId; $Object->consignmentId('value'); |
Input |
|
Return |
|
consignmentStatus
getter/setter for 'consignmentStatus'
Syntax |
my $consignmentStatus= $Object->consignmentStatus; $Object->consignmentStatus('value'); |
Input |
|
Return |
|
popConsignmentEntry
pops 'ConsignmentEntry' from stack
Syntax |
$Object->popConsignmentEntry(); |
Return |
|
pushConsignmentEntry
pushes 'ConsignmentEntry' on stack
Syntax |
$Object->pushConsignmentEntry($Element); |
Input |
|