OEModule\PASAPI\resources\Appointment::shouldValidateRequired PHP Method

shouldValidateRequired() public method

public shouldValidateRequired ( ) : boolean
return boolean
    public function shouldValidateRequired()
    {
        return !$this->partial_record;
    }