RetrievePromotionCode
Source:
src/Stripe/RetrievePromotionCode.ts
Retrieve a bound Stripe Promotion Code over HTTP.
Reading a Promotion Code
Section titled “Reading a Promotion Code”const retrieve = yield* Stripe.RetrievePromotionCode(promo);const live = yield* retrieve();