8000 Update generated code for v1755 · stripe/stripe-python@6e27593 · GitHub
[go: up one dir, main page]

Skip to content

Commit 6e27593

Browse files
Update generated code for v1755
1 parent 9c513d3 commit 6e27593

File tree

3 files changed

+25
-1
lines changed

3 files changed

+25
-1
lines changed

OPENAPI_VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v1754
1+
v1755

stripe/identity/_verification_report.py

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,10 @@ class IssuedDate(StripeObject):
152152
"""
153153
Document ID number.
154154
"""
155+
sex: Optional[Literal["[redacted]", "female", "male", "unknown"]]
156+
"""
157+
Sex of the person in the document.
158+
"""
155159
status: Literal["unverified", "verified"]
156160
"""
157161
Status of this `document` check.
@@ -160,6 +164,14 @@ class IssuedDate(StripeObject):
160164
"""
161165
Type of the document.
162166
"""
167+
unparsed_place_of_birth: Optional[str]
168+
"""
169+
Place of birth as it appears in the document.
170+
"""
171+
unparsed_sex: Optional[str]
172+
"""
173+
Sex as it appears in the document.
174+
"""
163175
_inner_class_types = {
164176
"address": Address,
165177
"dob": Dob,

stripe/identity/_verification_session.py

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -212,6 +212,18 @@ class Dob(StripeObject):
212212
"""
213213
The user's verified phone number
214214
"""
215+
sex: Optional[Literal["[redacted]", "female", "male", "unknown"]]
216+
"""
217+
The user's verified sex.
218+
"""
219+
unparsed_place_of_birth: Optional[str]
220+
"""
221+
The user's verified place of birth as it appears in the document.
222+
"""
223+
unparsed_sex: Optional[str]
224+
"""
225+
The user's verified sex as it appears in the document.
226+
"""
215227
_inner_class_types = {"address": Address, "dob": Dob}
216228

217229
class CancelParams(RequestOptions):

0 commit comments

Comments
 (0)
0