AccountService::allPersons( string $parentId, null|array $params = null, null|array|StripeUtilRequestOptions $opts = null )
Returns a list of people associated with the account’s legal entity. The people are returned sorted by creation date, with the most recent people appearing first.
Description Description
Parameters Parameters
- $parentId
-
(Required)
- $params
-
(Optional)
Default value: null
- $opts
-
(Optional)
Default value: null
Return Return
(StripeCollection)
Source Source
File: includes/gateways/stripe/vendor/stripe/stripe-php/lib/Service/AccountService.php