/** * Certificates contains collection of exemption certificate records. */ public function getCertificates() { if (isset($this->Certificates->Certificate)) { return Utils::EnsureIsArray($this->Certificates->Certificate); } else { return null; } }
function __construct() { $this->AccountId = 0; $this->BatchId = 0; $this->CreatedUserId = 0; $this->ModifiedUserId = 0; $this->RecordCount = 0; $this->CurrentRecord = 0; $this->CreatedDate = Utils::getCurrentDate(); $this->CompletedDate = Utils::getCurrentDate(); $this->ModifiedDate = Utils::getCurrentDate(); }