File tree Expand file tree Collapse file tree 3 files changed +14
-2
lines changed
Expand file tree Collapse file tree 3 files changed +14
-2
lines changed Original file line number Diff line number Diff line change 11configured_endpoints : 234
2- openapi_spec_url : https://storage.googleapis.com/stainless-sdk-openapi-specs/increase%2Fincrease-946ad9479adebd282fe6122c780bc4d062ff9ce0e8794c74bd1ec4aa330aab04 .yml
3- openapi_spec_hash : eb1f88706f7c87c9f72903c7a7c96026
2+ openapi_spec_url : https://storage.googleapis.com/stainless-sdk-openapi-specs/increase%2Fincrease-dd0c83cac837fbe98857fa997663b0d0469344a7564bd4fe506e6c71d1d6af73 .yml
3+ openapi_spec_hash : 2352f37602105b164533038199b21804
44config_hash : 890ca5fa6b8209d4eaac90550c7dc62c
Original file line number Diff line number Diff line change @@ -441,6 +441,12 @@ class ElementCardAuthentication(BaseModel):
441441 purchase_amount : Optional [int ] = None
442442 """The purchase amount in minor units."""
443443
444+ purchase_amount_cardholder_estimated : Optional [int ] = None
445+ """
446+ The purchase amount in the cardholder's currency (i.e., USD) estimated using
447+ daily conversion rates from the card network.
448+ """
449+
444450 purchase_currency : Optional [str ] = None
445451 """
446452 The [ISO 4217](https://en.wikipedia.org/wiki/ISO_4217) code for the
Original file line number Diff line number Diff line change @@ -273,6 +273,12 @@ class CardAuthentication(BaseModel):
273273 purchase_amount : Optional [int ] = None
274274 """The purchase amount in minor units."""
275275
276+ purchase_amount_cardholder_estimated : Optional [int ] = None
277+ """
278+ The purchase amount in the cardholder's currency (i.e., USD) estimated using
279+ daily conversion rates from the card network.
280+ """
281+
276282 purchase_currency : Optional [str ] = None
277283 """
278284 The [ISO 4217](https://en.wikipedia.org/wiki/ISO_4217) code for the
You can’t perform that action at this time.
0 commit comments