AAAAhome/academiac/www/plugins/vmcalculation/avalara/classes/InitiateExemptCertRequest.class.php000060400000003060151373125050026527 0ustar00CommunicationMode = CommunicationMode::$Email; $this->Type=RequestType::$STANDARD; } public function setCustomer($value){$this->Customer=$value;} // Customer public function getCustomer(){return $this->Customer;} // Customer public function setLocationCode($value){$this->LocationCode=$value;} // string public function getLocationCode(){return $this->LocationCode;} // string public function setCustomMessage($value){$this->CustomMessage=$value;} // string public function getCustomMessage(){return $this->CustomMessage;} // string public function setCommunicationMode($value){$this->CommunicationMode=$value;} // CommunicationMode public function getCommunicationMode(){return $this->CommunicationMode;} // CommunicationMode public function setType($value){$this->Type=$value;} // RequestType public function getType(){return $this->Type;} // RequestType } ?>