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 deleted.
function onTaxRegionDeleted(handler: function): void;
handler(event: TaxRegionDeletedEnvelope): void | Promise<void>
import { taxRegions } from "@wix/billing";
taxRegions.onTaxRegionDeleted((event) => {
// handle your event here
});