RetrieveProductFeature
Source:
src/Stripe/RetrieveProductFeature.ts
Retrieve a bound Stripe Product Feature attachment over HTTP.
Reading a Product Feature
Section titled “Reading a Product Feature”const retrieve = yield* Stripe.RetrieveProductFeature(seatsOnPro);const live = yield* retrieve();