|
DHL-PHP-SDK
v0.4
A wrapper for the DHL-XML-API Version 2
|
Public Member Functions | |
| __construct () | |
| __destruct () | |
| getAccountOwnerName () | |
| setAccountOwnerName ($accountOwnerName) | |
| getBankName () | |
| setBankName ($bankName) | |
| getIban () | |
| setIban ($iban) | |
| getNote1 () | |
| setNote1 ($note1) | |
| getNote2 () | |
| setNote2 ($note2) | |
| getBic () | |
| setBic ($bic) | |
| getAccountReference () | |
| setAccountReference ($accountReference) | |
| getBankClass_v1 () | |
| getBankClass_v2 () | |
Definition at line 23 of file BankData.php.
| __construct | ( | ) |
BankData constructor.
Definition at line 101 of file BankData.php.
| __destruct | ( | ) |
Clears Memory
Definition at line 108 of file BankData.php.
| getAccountOwnerName | ( | ) |
Get the Account Owner Name
Definition at line 123 of file BankData.php.
| getAccountReference | ( | ) |
Get the Account reference
Definition at line 231 of file BankData.php.
| getBankClass_v1 | ( | ) |
Returns a DHL-Bank-Class for API v1
Definition at line 251 of file BankData.php.
| getBankClass_v2 | ( | ) |
Returns a DHL-Bank-Class for API v2
Definition at line 263 of file BankData.php.
| getBankName | ( | ) |
| getBic | ( | ) |
| getIban | ( | ) |
| getNote1 | ( | ) |
Get additional Bank-Note (1)
Definition at line 177 of file BankData.php.
| getNote2 | ( | ) |
Get additional Bank-Note (2)
Definition at line 195 of file BankData.php.
| setAccountOwnerName | ( | $accountOwnerName | ) |
Set the Account Owner Name
| string | $accountOwnerName | - Account Owner Name |
Definition at line 132 of file BankData.php.
| setAccountReference | ( | $accountReference | ) |
Set the Account reference
| null | string | $accountReference | - Account reference or null for none |
Definition at line 240 of file BankData.php.
| setBankName | ( | $bankName | ) |
Set the Bank-Name
| string | $bankName | - Bank-Name |
Definition at line 150 of file BankData.php.
| setBic | ( | $bic | ) |
Set the BIC
| null | string | $bic | - BIC or null for none |
Definition at line 222 of file BankData.php.
| setIban | ( | $iban | ) |
| setNote1 | ( | $note1 | ) |
Set addition Bank-Note (1)
| null | string | $note1 | - Bank-Note (1) or null for none |
Definition at line 186 of file BankData.php.
| setNote2 | ( | $note2 | ) |
Set additional Bank-Note (2)
| null | string | $note2 | - Bank-Note (2) or null for none |
Definition at line 204 of file BankData.php.