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