RetrieveAccountPerson
Source:
src/Stripe/RetrieveAccountPerson.ts
Retrieve a bound Stripe Account Person over HTTP.
Reading a Person
Section titled “Reading a Person”const retrieve = yield* Stripe.RetrieveAccountPerson(cfo);const live = yield* retrieve();