Example #1
0
 public function __construct($id, $currencyCode, $encryptedData)
 {
     parent::__construct($id);
     $this->CurrencyCode = $currencyCode;
     $this->EncryptedData = $encryptedData;
 }
 public function __construct($id)
 {
     parent::__construct($id);
 }