AAAAhome/academiac/www/plugins/vmcalculation/avalara/classes/ApplyPaymentRequest.class.php000060400000004246151373130420025407 0ustar00DocType=DocumentType::$SalesOrder; } /** * Sets the companyCode value for this ApplyPaymentRequest. * * @param string $value */ public function setCompanyCode($value){ $this->CompanyCode=$value;} //string /** * Sets the docCode value for this ApplyPaymentRequest. * * @param DocumentType $value */ public function setDocType($value){ $this->DocType=$value;} //DocumentType /** * Sets the docType value for this ApplyPaymentRequest. * * @param string $value */ public function setDocCode($value){ $this->DocCode=$value;} //string /** * PaymentDate should be in the format yyyy-mm-dd * * @param date $value */ public function setPaymentDate($value){ $this->PaymentDate=$value;} //date /** * Gets the companyCode value for this ApplyPaymentRequest. * * @return string */ public function getCompanyCode(){ return $this->CompanyCode;} //string /** * Gets the docType value for this ApplyPaymentRequest. * * @return DocumentType */ public function getDocType(){ return $this->DocType;} //DocumentType /** * Gets the docCode value for this ApplyPaymentRequest. * * @return unknown */ public function getDocCode(){ return $this->DocCode;} //string /** * PaymentDate should be in the format yyyy-mm-dd * * @param date $value */ public function getPaymentDate(){ return $this->PaymentDate;} //date } ?>