ePages 7.28.0 - DE_EPAGES/MeinPaket/API/DTO/OrderConsignment.pm

Package DE_EPAGES::MeinPaket::API::DTO::OrderConsignment

DTO Class for data structure OrderConsignment

Base
DE_EPAGES::MeinPaket::API::DTO::DTO

Functions

ConsignmentEntryList
consignmentId
consignmentStatus
popConsignmentEntry
pushConsignmentEntry

ConsignmentEntryList

returns list of 'ConsignmentEntry' elements

Syntax
$Object->ConsignmentEntryList();
Return
$ConsignmentEntryList (any.array.ref)
element list of ConsignmentEntry

consignmentId

getter/setter for 'consignmentId'

Syntax
my $consignmentId= $Object->consignmentId;
$Object->consignmentId('value');
Input
$consignmentId (any)
value of consignmentId
Return
$consignmentId (any)
value of consignmentId

consignmentStatus

getter/setter for 'consignmentStatus'

Syntax
my $consignmentStatus= $Object->consignmentStatus;
$Object->consignmentStatus('value');
Input
$consignmentStatus (any)
value of consignmentStatus
Return
$consignmentStatus (any)
value of consignmentStatus

popConsignmentEntry

pops 'ConsignmentEntry' from stack

Syntax
$Object->popConsignmentEntry();
Return
$ConsignmentEntry (any)
last element of ConsignmentEntry

pushConsignmentEntry

pushes 'ConsignmentEntry' on stack

Syntax
$Object->pushConsignmentEntry($Element);
Input
$ConsignmentEntry (any)
value of ConsignmentEntry