UpdateTaxSettings
Source:
src/Stripe/UpdateTaxSettings.ts
Update bound Stripe Tax Settings over HTTP. Tax Settings is an account singleton — the update op has no id field; the bound resource associates the API key with the host. Fields Stripe has already set cannot be removed.
Updating Tax Settings
Section titled “Updating Tax Settings”const update = yield* Stripe.UpdateTaxSettings(settings);const live = yield* update({ defaults: { tax_behavior: "exclusive" },});