Copied!

VatServiceInterface

VatServiceInterface.php : 15

Methods

publicgetVatCategories()

VatServiceInterface.php : 17
public getVatCategories(RegionInterface $region) : VatCategoryListInterface

Parameters

Name Type Default value Description
$region RegionInterface - -

Return values

VatCategoryListInterface

publicgetVatCategoryByIdentifier()

VatServiceInterface.php : 22
public getVatCategoryByIdentifier(RegionInterface $region, string $identifier) : VatCategoryInterface

Parameters

Name Type Default value Description
$region RegionInterface - -
$identifier string - -

Return values

VatCategoryInterface

Tags
Throws
NotFoundException