File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed
Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 11configured_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
44config_hash : d15ecbf4dc8a7a0ef99397d11b557444
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments