RetrieveAlert
Source:
src/Stripe/RetrieveAlert.ts
Retrieve a bound Stripe Billing Alert over HTTP.
Reading an Alert
Section titled “Reading an Alert”const retrieve = yield* Stripe.RetrieveAlert(highUsage);const live = yield* retrieve();Source:
src/Stripe/RetrieveAlert.ts
Retrieve a bound Stripe Billing Alert over HTTP.
const retrieve = yield* Stripe.RetrieveAlert(highUsage);const live = yield* retrieve();