Example #1
0
 /**
  * 
  * @param type $apiConfig
  */
 function __construct($apiConfig = \CityPay\Config\DefaultConfig::class)
 {
     parent::__construct($apiConfig);
 }
Example #2
0
 /**
  * @param $transType
  * @return $this
  */
 public function transType($transType)
 {
     parent::set("trans_type", $transType);
     return $this->this();
 }