Skip to content

Commit

Permalink
Codegen for openapi v149 (#1296)
Browse files Browse the repository at this point in the history
  • Loading branch information
pakrym-stripe authored May 26, 2022
1 parent 60449d0 commit b5a3ebf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion OPENAPI_VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v147
v149
1 change: 1 addition & 0 deletions lib/Person.php
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
* @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.
* @property bool $id_number_secondary_provided Whether the person's <code>id_number_secondary</code> was provided.
* @property null|string $last_name The person's last name.
* @property null|string $last_name_kana The Kana variation of the person's last name (Japan only).
* @property null|string $last_name_kanji The Kanji variation of the person's last name (Japan only).
Expand Down

0 comments on commit b5a3ebf

Please sign in to comment.