for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace Germania\VatIdNo;
interface VatIdNoProviderInterface
{
/**
* Returns the VAT ID number.
*
* @return string
*/
public function getVatIdNo();
* Returns the tax number.
public function getTaxNo();
}