RetrievePlan
Source:
src/Stripe/RetrievePlan.ts
Retrieve a bound Stripe Plan over HTTP.
Reading a Plan
Section titled “Reading a Plan”const retrieve = yield* Stripe.RetrievePlan(plan);const live = yield* retrieve();Source:
src/Stripe/RetrievePlan.ts
Retrieve a bound Stripe Plan over HTTP.
const retrieve = yield* Stripe.RetrievePlan(plan);const live = yield* retrieve();