Package DE_EPAGES::MeinPaket::API::DTO::QueryResponse
DTO Class for data structure QueryResponse
Base |
DE_EPAGES::MeinPaket::API::DTO::Response |
Functions
ErrorList
returns list of 'Error' elements
Syntax |
$Object->ErrorList(); |
Return |
|
OrderList
returns list of 'Order' elements
Syntax |
$Object->OrderList(); |
Return |
|
popError
pops 'Error' from stack
Syntax |
$Object->popError(); |
Return |
|
popOrder
pops 'Order' from stack
Syntax |
$Object->popOrder(); |
Return |
|
pushError
pushes 'Error' on stack
Syntax |
$Object->pushError($Element); |
Input |
|
pushOrder
pushes 'Order' on stack
Syntax |
$Object->pushOrder($Element); |
Input |
|