I would like to know the possibility of cross-checking the company name and the vatnumber.Right now it is only possible to check whether the vat number is existing or not. So I would like to know if it is possible to do it ?Any advice on it would be really helpful
My entity is as follows: /**
@ORM\Column(name="company_name", type="string", nullable=true) */ protected $companyName;
/**
I would like to know the possibility of cross-checking the company name and the vatnumber.Right now it is only possible to check whether the vat number is existing or not. So I would like to know if it is possible to do it ?Any advice on it would be really helpful