Class DTAZV
DTAZV class provides functions to create DTAZV files used in Germany to exchange informations about money transactions with banks or online banking programs
- DTA
-
DTAZV
Located at dta.lib.php
Methods summary
public
|
|
public
boolean
|
#
addExchange( array $receiver_data, float $amount, integer $purpose, mixed $account_sender = array(), array $account_sender,… )
add an exchange |
public
string
|
Methods inherited from DTA
Properties summary
private
integer
|
$m_consecutive_number
|
#
1
|
private
array
|
$m_validCountrys
|
#
array()
|
public
string
|
$m_sender_name
sender's name, max. 35 chars are allowed |
#
""
|
public
string
|
$m_sender_name2
sender's name 2, max. 35 chars are allowed |
#
""
|
public
string
|
$m_sender_str
sender's street, max. 35 chars are allowed |
#
""
|
public
string
|
$m_sender_city
sender's city, max. 35 chars are allowed |
#
""
|
public
boolean
|
$m_notify_central_bank
notify central bank (if true province code and company number must be set) |
#
false
|
public
string
|
$m_province_code
province code |
#
""
|
public
string
|
$m_company_number
company number |
#
""
|
public
string
|
$m_fee_regulation
fee regulation 00 => standard, 01 => sender pay, 02 => receiver pay |
#
"00"
|