RetrieveTaxRate
Source:
src/Stripe/RetrieveTaxRate.ts
Retrieve a bound Stripe Tax Rate over HTTP.
Reading a Tax Rate
Section titled “Reading a Tax Rate”const retrieve = yield* Stripe.RetrieveTaxRate(vat);const live = yield* retrieve();Source:
src/Stripe/RetrieveTaxRate.ts
Retrieve a bound Stripe Tax Rate over HTTP.
const retrieve = yield* Stripe.RetrieveTaxRate(vat);const live = yield* retrieve();