Skip to content

Commit 05625f9

Browse files
feat(api): api update
1 parent bcd7775 commit 05625f9

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-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: 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
44
config_hash: 890ca5fa6b8209d4eaac90550c7dc62c

src/increase/types/card_payment.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff 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

src/increase/types/real_time_decision.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)