DHL-PHP-SDK  v0.4
A wrapper for the DHL-XML-API Version 2
LabelResponse.php
Go to the documentation of this file.
1 <?php
2 
3 namespace Petschko\DHL;
4 
21 interface LabelResponse {
36  function getStatusCode();
37 
43  function getStatusText();
44 
50  function getStatusMessage();
51 
57  function getSequenceNumber();
58 
64  function getShipmentNumber();
65 
71  function getLabel();
72 
78  function getReturnLabel();
79 
85  function getExportDoc();
86 
92  function getCodLabel();
93 }