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