UpdateCustomer
Source:
src/Stripe/UpdateCustomer.ts
Update a bound Stripe Customer over HTTP.
Updating a Customer
Section titled “Updating a Customer”const update = yield* Stripe.UpdateCustomer(alice);const live = yield* update({ name: "Alice Example" });