RetrieveTaxSettings
Source:
src/Stripe/RetrieveTaxSettings.ts
Retrieve bound Stripe Tax Settings over HTTP. Tax Settings is an account singleton — the retrieve op has no id field; the bound resource associates the API key with the host.
Reading Tax Settings
Section titled “Reading Tax Settings”const retrieve = yield* Stripe.RetrieveTaxSettings(settings);const live = yield* retrieve();