Example #1
0
 /**
  * Wrapper to get the Billcode from the response
  *
  * @return string
  */
 public function getBillcode()
 {
     return parent::getCode();
 }
Example #2
0
 /**
  * Wrapper to get the Paycode from the response
  *
  * @return string
  */
 public function getPaycode()
 {
     return parent::getCode();
 }