customerNumber; } /** * Sets customerNumber * * @param string $customerNumber * @return UnSynBindPosRequest */ public function setCustomerNumber($customerNumber) { $this->customerNumber = $customerNumber; return $this; } /** * Gets poscati * * @return string */ public function getPoscati() { return $this->poscati; } /** * Sets poscati * * @param string $poscati * @return UnSynBindPosRequest */ public function setPoscati($poscati) { $this->poscati = $poscati; return $this; } public static function getOperationId() { return 'unSynBindPos'; } }