We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
For how to handle the exceptions correctly, see Exceptions.
The TaxRateService->get() method can extract all TaxRate models.
use PlugAndPay\Sdk\Enum\TaxRateIncludes; use PlugAndPay\Sdk\Filters\TaxRateFilter; use PlugAndPay\Sdk\Service\Client; use PlugAndPay\Sdk\Service\TaxRateService; $client = new Client($token); $service = new TaxRateService($client); $filter = (new TaxRateFilter())->country(CountryCode::NL); $taxRates = $service->include()->get($filter);
If you find something missing, please open an issue or reach out to us on our Discord channel.