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


Top ↑

Return Return

(StripeCollection)


Top ↑

Source Source

File: includes/gateways/stripe/vendor/stripe/stripe-php/lib/Service/AccountService.php


			

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.