ILIAS  Release_4_0_x_branch Revision 61816
 All Data Structures Namespaces Files Functions Variables Groups Pages
LastschriftWS Class Reference
+ Collaboration diagram for LastschriftWS:

Public Member Functions

 LastschriftWS ()
 abbuchenOhneEinzugsermaechtigung ($eShopCustomerNumber, $address, $bank, $bookingList)

Data Fields

 $_soapClient = NULL

Detailed Description

Definition at line 1874 of file class.ilPurchaseBMFGUI.php.

Member Function Documentation

LastschriftWS::abbuchenOhneEinzugsermaechtigung (   $eShopCustomerNumber,
  $address,
  $bank,
  $bookingList 
)

Definition at line 1887 of file class.ilPurchaseBMFGUI.php.

References $address, $bmfConfig, $result, and ilBMFSettings\getInstance().

{
$bmfConfig = $bmfSetObj->getAll();
$tmp = array(
'mandantNr' => $bmfConfig["mandantNr"],
'eShopKundenNr' => $eShopCustomerNumber,
'lieferAdresse' => $address,
'bankverbindung' => $bank,
'buchungsListe' => $bookingList
);
$result = $this->_soapClient->call("abbuchenOhneEinzugsermaechtigung", $tmp, "LastschriftWS");
return $result;
}

+ Here is the call graph for this function:

LastschriftWS::LastschriftWS ( )

Definition at line 1879 of file class.ilPurchaseBMFGUI.php.

References $bmfConfig, and ilBMFSettings\getInstance().

{
$bmfConfig = $bmfSetObj->getAll();
$this->_soapClient = new ilBMFClient($bmfConfig["ePaymentServer"], false, false, array('curl' => array(CURLOPT_SSLCERT => $bmfConfig["clientCertificate"], CURLE_SSL_PEER_CERTIFICATE => $bmfConfig["caCertificate"], CURLOPT_TIMEOUT => (int)$bmfConfig["timeOut"])));
}

+ Here is the call graph for this function:

Field Documentation

LastschriftWS::$_soapClient = NULL

Definition at line 1877 of file class.ilPurchaseBMFGUI.php.


The documentation for this class was generated from the following file: