Skip to content

Commit 1c50836

Browse files
feat(api): api update
1 parent 346b26f commit 1c50836

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

.stats.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
configured_endpoints: 232
2-
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/increase%2Fincrease-0bdf7012f2b877d17a7dc56e14a67bd22ffee9acdff8627800cc91f5f6487d74.yml
3-
openapi_spec_hash: db9f6935a1a74bee62d494e30122259b
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/increase%2Fincrease-a76bb95dd4266308c0e772481f487ebd92b62b738a74a9d20cfd3343afea15eb.yml
3+
openapi_spec_hash: f26bb4c5e7e19cd85a58302c4c8745f5
44
config_hash: d15ecbf4dc8a7a0ef99397d11b557444

src/increase/types/card_payment.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -221,6 +221,12 @@ class ElementCardAuthentication(BaseModel):
221221
card_payment_id: str
222222
"""The ID of the Card Payment this transaction belongs to."""
223223

224+
cardholder_email: Optional[str] = None
225+
"""The email address of the cardholder."""
226+
227+
cardholder_name: Optional[str] = None
228+
"""The name of the cardholder."""
229+
224230
category: Optional[Literal["payment_authentication", "non_payment_authentication"]] = None
225231
"""The category of the card authentication attempt.
226232

0 commit comments

Comments
 (0)