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