VatCalculatorInterface
VatCalculatorInterface.php
:
15
Interface
Methods¶
calculate()
¶
VatCalculatorInterface.php
:
17
|
|
|
Parameters
| Name | Type | Default value | Description |
|---|---|---|---|
| $price | PriceInterface | - | - |
| $vatCategory | VatCategoryInterface | - | - |
Return values
Money