Account::updatePerson( string $id, string $personId, null|array $params = null, null|array|string $opts = null )
Description Description
Parameters Parameters
- $id
-
(Required) the ID of the account to which the person belongs
- $personId
-
(Required) the ID of the person to update
- $params
-
(Optional)
Default value: null
- $opts
-
(Optional)
Default value: null
Return Return
(StripePerson)
Source Source
File: includes/gateways/stripe/vendor/stripe/stripe-php/lib/Account.php