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