|
DHL-PHP-SDK
v0.4
A wrapper for the DHL-XML-API Version 2
|
Public Member Functions | |
| __construct ($description, $countryCodeOrigin, $customsTariffNumber, $amount, $netWeightInKG, $customsValue) | |
| __destruct () | |
| getDescription () | |
| getCountryCodeOrigin () | |
| getCustomsTariffNumber () | |
| getAmount () | |
| getNetWeightInKG () | |
| getCustomsValue () | |
| getExportDocPositionClass_v2 () | |
Protected Member Functions | |
| getExportDocPositionClass_v1 () | |
Definition at line 25 of file ExportDocPosition.php.
| __construct | ( | $description, | |
| $countryCodeOrigin, | |||
| $customsTariffNumber, | |||
| $amount, | |||
| $netWeightInKG, | |||
| $customsValue | |||
| ) |
ExportDocPosition constructor.
| string | $description | - Description of the unit / position |
| string | $countryCodeOrigin | - Origin Country-ISO-Code |
| string | null | $customsTariffNumber | - Customs tariff number of the unit / position (HS-code) or null for none |
| int | $amount | - Quantity of the unit / position |
| int | float | $netWeightInKG | - Net weight of the unit / position |
| int | float | $customsValue | - Customs value amount of the unit / position |
Definition at line 87 of file ExportDocPosition.php.
| __destruct | ( | ) |
Clears Memory
Definition at line 107 of file ExportDocPosition.php.
| getAmount | ( | ) |
Get the Amount
Definition at line 175 of file ExportDocPosition.php.
| getCountryCodeOrigin | ( | ) |
Get the Country Code Origin
Definition at line 139 of file ExportDocPosition.php.
| getCustomsTariffNumber | ( | ) |
Get the Custom Tariff Number
Definition at line 157 of file ExportDocPosition.php.
| getCustomsValue | ( | ) |
Get the Customs Value for the Unit / Package
Definition at line 211 of file ExportDocPosition.php.
| getDescription | ( | ) |
Get the Description
Definition at line 121 of file ExportDocPosition.php.
|
protected |
Returns a Class for ExportDocPosition
Definition at line 231 of file ExportDocPosition.php.
| getExportDocPositionClass_v2 | ( | ) |
Returns a Class for ExportDocPosition
Definition at line 245 of file ExportDocPosition.php.
| getNetWeightInKG | ( | ) |
Get the Weight in KG
Definition at line 193 of file ExportDocPosition.php.