Markette\Gopay\Entity\BasePayment::setSpecific PHP Method

setSpecific() public method

Sets specific symbol
public setSpecific ( integer $specific ) : self
$specific integer
return self
    public function setSpecific($specific)
    {
        $this->specific = (int) $specific;
        return $this;
    }