Skip to content

Commit

Permalink
API Updates (#1181)
Browse files Browse the repository at this point in the history
  • Loading branch information
dcr-stripe authored Sep 16, 2021
1 parent 0630fbf commit 2f7ab7d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/Person.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
* @property null|string $first_name The person's first name.
* @property null|string $first_name_kana The Kana variation of the person's first name (Japan only).
* @property null|string $first_name_kanji The Kanji variation of the person's first name (Japan only).
* @property string[] $full_name_aliases A list of alternate names or aliases that the person is known by.
* @property null|\Stripe\StripeObject $future_requirements Information about the upcoming new requirements for this person, including what information needs to be collected, and by when.
* @property null|string $gender The person's gender (International regulations require either "male" or "female").
* @property bool $id_number_provided Whether the person's <code>id_number</code> was provided.
Expand Down

0 comments on commit 2f7ab7d

Please sign in to comment.