This API is subject to change. Bug fixes and new features will be released based on developer feedback throughout the preview period.
Triggered when a tax region is updated.
function onTaxRegionUpdated(handler: function): void;
handler(event: TaxRegionUpdatedEnvelope): void | Promise<void>
import { taxRegions } from "@wix/billing";
taxRegions.onTaxRegionUpdated((event) => {
// handle your event here
});