-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
0 parents
commit f6e2a34
Showing
231 changed files
with
59,075 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,233 @@ | ||
<?php | ||
/** | ||
* File for class MicrobiltStructACHInfo_Type | ||
* @package Microbilt | ||
* @subpackage Structs | ||
* @author WsdlToPhp Team <contact@wsdltophp.com> | ||
* @version 20150429-01 | ||
* @date 2015-11-26 | ||
*/ | ||
/** | ||
* This class stands for MicrobiltStructACHInfo_Type originally named ACHInfo_Type | ||
* Meta informations extracted from the WSDL | ||
* - from schema : {@link https://creditserver.microbilt.com/WebServices/EX/ExStd.svc?xsd=xsd2} | ||
* @package Microbilt | ||
* @subpackage Structs | ||
* @author WsdlToPhp Team <contact@wsdltophp.com> | ||
* @version 20150429-01 | ||
* @date 2015-11-26 | ||
*/ | ||
class MicrobiltStructACHInfo_Type extends MicrobiltStructAggregate | ||
{ | ||
/** | ||
* The CheckRoutingNum | ||
* Meta informations extracted from the WSDL | ||
* - maxOccurs : 1 | ||
* - minOccurs : 0 | ||
* @var string | ||
*/ | ||
public $CheckRoutingNum; | ||
/** | ||
* The CheckAcctNum | ||
* Meta informations extracted from the WSDL | ||
* - maxOccurs : 1 | ||
* - minOccurs : 0 | ||
* @var string | ||
*/ | ||
public $CheckAcctNum; | ||
/** | ||
* The CheckAcctType | ||
* Meta informations extracted from the WSDL | ||
* - maxOccurs : 1 | ||
* - minOccurs : 0 | ||
* @var string | ||
*/ | ||
public $CheckAcctType; | ||
/** | ||
* The CheckNum | ||
* Meta informations extracted from the WSDL | ||
* - maxOccurs : 1 | ||
* - minOccurs : 0 | ||
* @var string | ||
*/ | ||
public $CheckNum; | ||
/** | ||
* The CheckEntryClassCd | ||
* Meta informations extracted from the WSDL | ||
* - maxOccurs : 1 | ||
* - minOccurs : 0 | ||
* @var string | ||
*/ | ||
public $CheckEntryClassCd; | ||
/** | ||
* The CheckDt | ||
* Meta informations extracted from the WSDL | ||
* - maxOccurs : 1 | ||
* - minOccurs : 0 | ||
* @var date | ||
*/ | ||
public $CheckDt; | ||
/** | ||
* The ACHPaymentType | ||
* Meta informations extracted from the WSDL | ||
* - maxOccurs : 1 | ||
* - minOccurs : 0 | ||
* @var string | ||
*/ | ||
public $ACHPaymentType; | ||
/** | ||
* Constructor method for ACHInfo_Type | ||
* @see parent::__construct() | ||
* @param string $_checkRoutingNum | ||
* @param string $_checkAcctNum | ||
* @param string $_checkAcctType | ||
* @param string $_checkNum | ||
* @param string $_checkEntryClassCd | ||
* @param date $_checkDt | ||
* @param string $_aCHPaymentType | ||
* @return MicrobiltStructACHInfo_Type | ||
*/ | ||
public function __construct($_checkRoutingNum = NULL,$_checkAcctNum = NULL,$_checkAcctType = NULL,$_checkNum = NULL,$_checkEntryClassCd = NULL,$_checkDt = NULL,$_aCHPaymentType = NULL) | ||
{ | ||
MicrobiltWsdlClass::__construct(array('CheckRoutingNum'=>$_checkRoutingNum,'CheckAcctNum'=>$_checkAcctNum,'CheckAcctType'=>$_checkAcctType,'CheckNum'=>$_checkNum,'CheckEntryClassCd'=>$_checkEntryClassCd,'CheckDt'=>$_checkDt,'ACHPaymentType'=>$_aCHPaymentType),false); | ||
} | ||
/** | ||
* Get CheckRoutingNum value | ||
* @return string|null | ||
*/ | ||
public function getCheckRoutingNum() | ||
{ | ||
return $this->CheckRoutingNum; | ||
} | ||
/** | ||
* Set CheckRoutingNum value | ||
* @param string $_checkRoutingNum the CheckRoutingNum | ||
* @return string | ||
*/ | ||
public function setCheckRoutingNum($_checkRoutingNum) | ||
{ | ||
return ($this->CheckRoutingNum = $_checkRoutingNum); | ||
} | ||
/** | ||
* Get CheckAcctNum value | ||
* @return string|null | ||
*/ | ||
public function getCheckAcctNum() | ||
{ | ||
return $this->CheckAcctNum; | ||
} | ||
/** | ||
* Set CheckAcctNum value | ||
* @param string $_checkAcctNum the CheckAcctNum | ||
* @return string | ||
*/ | ||
public function setCheckAcctNum($_checkAcctNum) | ||
{ | ||
return ($this->CheckAcctNum = $_checkAcctNum); | ||
} | ||
/** | ||
* Get CheckAcctType value | ||
* @return string|null | ||
*/ | ||
public function getCheckAcctType() | ||
{ | ||
return $this->CheckAcctType; | ||
} | ||
/** | ||
* Set CheckAcctType value | ||
* @param string $_checkAcctType the CheckAcctType | ||
* @return string | ||
*/ | ||
public function setCheckAcctType($_checkAcctType) | ||
{ | ||
return ($this->CheckAcctType = $_checkAcctType); | ||
} | ||
/** | ||
* Get CheckNum value | ||
* @return string|null | ||
*/ | ||
public function getCheckNum() | ||
{ | ||
return $this->CheckNum; | ||
} | ||
/** | ||
* Set CheckNum value | ||
* @param string $_checkNum the CheckNum | ||
* @return string | ||
*/ | ||
public function setCheckNum($_checkNum) | ||
{ | ||
return ($this->CheckNum = $_checkNum); | ||
} | ||
/** | ||
* Get CheckEntryClassCd value | ||
* @return string|null | ||
*/ | ||
public function getCheckEntryClassCd() | ||
{ | ||
return $this->CheckEntryClassCd; | ||
} | ||
/** | ||
* Set CheckEntryClassCd value | ||
* @param string $_checkEntryClassCd the CheckEntryClassCd | ||
* @return string | ||
*/ | ||
public function setCheckEntryClassCd($_checkEntryClassCd) | ||
{ | ||
return ($this->CheckEntryClassCd = $_checkEntryClassCd); | ||
} | ||
/** | ||
* Get CheckDt value | ||
* @return date|null | ||
*/ | ||
public function getCheckDt() | ||
{ | ||
return $this->CheckDt; | ||
} | ||
/** | ||
* Set CheckDt value | ||
* @param date $_checkDt the CheckDt | ||
* @return date | ||
*/ | ||
public function setCheckDt($_checkDt) | ||
{ | ||
return ($this->CheckDt = $_checkDt); | ||
} | ||
/** | ||
* Get ACHPaymentType value | ||
* @return string|null | ||
*/ | ||
public function getACHPaymentType() | ||
{ | ||
return $this->ACHPaymentType; | ||
} | ||
/** | ||
* Set ACHPaymentType value | ||
* @param string $_aCHPaymentType the ACHPaymentType | ||
* @return string | ||
*/ | ||
public function setACHPaymentType($_aCHPaymentType) | ||
{ | ||
return ($this->ACHPaymentType = $_aCHPaymentType); | ||
} | ||
/** | ||
* Method called when an object has been exported with var_export() functions | ||
* It allows to return an object instantiated with the values | ||
* @see MicrobiltWsdlClass::__set_state() | ||
* @uses MicrobiltWsdlClass::__set_state() | ||
* @param array $_array the exported values | ||
* @return MicrobiltStructACHInfo_Type | ||
*/ | ||
public static function __set_state(array $_array,$_className = __CLASS__) | ||
{ | ||
return parent::__set_state($_array,$_className); | ||
} | ||
/** | ||
* Method returning the class name | ||
* @return string __CLASS__ | ||
*/ | ||
public function __toString() | ||
{ | ||
return __CLASS__; | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,129 @@ | ||
<?php | ||
/** | ||
* File for class MicrobiltStructAKAInfo_Type | ||
* @package Microbilt | ||
* @subpackage Structs | ||
* @author WsdlToPhp Team <contact@wsdltophp.com> | ||
* @version 20150429-01 | ||
* @date 2015-11-26 | ||
*/ | ||
/** | ||
* This class stands for MicrobiltStructAKAInfo_Type originally named AKAInfo_Type | ||
* Meta informations extracted from the WSDL | ||
* - from schema : {@link https://creditserver.microbilt.com/WebServices/EX/ExStd.svc?xsd=xsd2} | ||
* @package Microbilt | ||
* @subpackage Structs | ||
* @author WsdlToPhp Team <contact@wsdltophp.com> | ||
* @version 20150429-01 | ||
* @date 2015-11-26 | ||
*/ | ||
class MicrobiltStructAKAInfo_Type extends MicrobiltStructAggregate | ||
{ | ||
/** | ||
* The PersonName | ||
* Meta informations extracted from the WSDL | ||
* - maxOccurs : 1 | ||
* - minOccurs : 0 | ||
* @var MicrobiltStructPersonName_Type | ||
*/ | ||
public $PersonName; | ||
/** | ||
* The RecordID | ||
* Meta informations extracted from the WSDL | ||
* - maxOccurs : 1 | ||
* - minOccurs : 0 | ||
* @var string | ||
*/ | ||
public $RecordID; | ||
/** | ||
* The Message | ||
* Meta informations extracted from the WSDL | ||
* - maxOccurs : unbounded | ||
* - minOccurs : 0 | ||
* @var MicrobiltStructMessage_Type | ||
*/ | ||
public $Message; | ||
/** | ||
* Constructor method for AKAInfo_Type | ||
* @see parent::__construct() | ||
* @param MicrobiltStructPersonName_Type $_personName | ||
* @param string $_recordID | ||
* @param MicrobiltStructMessage_Type $_message | ||
* @return MicrobiltStructAKAInfo_Type | ||
*/ | ||
public function __construct($_personName = NULL,$_recordID = NULL,$_message = NULL) | ||
{ | ||
MicrobiltWsdlClass::__construct(array('PersonName'=>$_personName,'RecordID'=>$_recordID,'Message'=>$_message),false); | ||
} | ||
/** | ||
* Get PersonName value | ||
* @return MicrobiltStructPersonName_Type|null | ||
*/ | ||
public function getPersonName() | ||
{ | ||
return $this->PersonName; | ||
} | ||
/** | ||
* Set PersonName value | ||
* @param MicrobiltStructPersonName_Type $_personName the PersonName | ||
* @return MicrobiltStructPersonName_Type | ||
*/ | ||
public function setPersonName($_personName) | ||
{ | ||
return ($this->PersonName = $_personName); | ||
} | ||
/** | ||
* Get RecordID value | ||
* @return string|null | ||
*/ | ||
public function getRecordID() | ||
{ | ||
return $this->RecordID; | ||
} | ||
/** | ||
* Set RecordID value | ||
* @param string $_recordID the RecordID | ||
* @return string | ||
*/ | ||
public function setRecordID($_recordID) | ||
{ | ||
return ($this->RecordID = $_recordID); | ||
} | ||
/** | ||
* Get Message value | ||
* @return MicrobiltStructMessage_Type|null | ||
*/ | ||
public function getMessage() | ||
{ | ||
return $this->Message; | ||
} | ||
/** | ||
* Set Message value | ||
* @param MicrobiltStructMessage_Type $_message the Message | ||
* @return MicrobiltStructMessage_Type | ||
*/ | ||
public function setMessage($_message) | ||
{ | ||
return ($this->Message = $_message); | ||
} | ||
/** | ||
* Method called when an object has been exported with var_export() functions | ||
* It allows to return an object instantiated with the values | ||
* @see MicrobiltWsdlClass::__set_state() | ||
* @uses MicrobiltWsdlClass::__set_state() | ||
* @param array $_array the exported values | ||
* @return MicrobiltStructAKAInfo_Type | ||
*/ | ||
public static function __set_state(array $_array,$_className = __CLASS__) | ||
{ | ||
return parent::__set_state($_array,$_className); | ||
} | ||
/** | ||
* Method returning the class name | ||
* @return string __CLASS__ | ||
*/ | ||
public function __toString() | ||
{ | ||
return __CLASS__; | ||
} | ||
} |
Oops, something went wrong.