Skip to content

Commit 22cb186

Browse files
stainless-app[bot]stainless-bot
authored andcommitted
feat(api): api update (#812)
1 parent 8935013 commit 22cb186

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

.stats.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
configured_endpoints: 199
2-
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/increase%2Fincrease-7678922302b8dfe04d326fee16e9644cb1dd6cffa5e810c58f37d9b159b04582.yml
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/increase%2Fincrease-820e880c0c5a0a64c9370d6fa3f8d0f479c25f88ea3e2cec4d83ab6b40c9cebf.yml

src/increase/types/card_payment.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1524,7 +1524,7 @@ class ElementCardRefund(BaseModel):
15241524
interchange: Optional[ElementCardRefundInterchange] = None
15251525
"""Interchange assessed as a part of this transaciton."""
15261526

1527-
merchant_acceptor_id: Optional[str] = None
1527+
merchant_acceptor_id: str
15281528
"""
15291529
The merchant identifier (commonly abbreviated as MID) of the merchant the card
15301530
is transacting with.
@@ -1539,7 +1539,7 @@ class ElementCardRefund(BaseModel):
15391539
merchant_country: str
15401540
"""The country the merchant resides in."""
15411541

1542-
merchant_name: Optional[str] = None
1542+
merchant_name: str
15431543
"""The name of the merchant."""
15441544

15451545
merchant_state: Optional[str] = None
@@ -2182,7 +2182,7 @@ class ElementCardSettlement(BaseModel):
21822182
interchange: Optional[ElementCardSettlementInterchange] = None
21832183
"""Interchange assessed as a part of this transaciton."""
21842184

2185-
merchant_acceptor_id: Optional[str] = None
2185+
merchant_acceptor_id: str
21862186
"""
21872187
The merchant identifier (commonly abbreviated as MID) of the merchant the card
21882188
is transacting with.
@@ -2197,7 +2197,7 @@ class ElementCardSettlement(BaseModel):
21972197
merchant_country: str
21982198
"""The country the merchant resides in."""
21992199

2200-
merchant_name: Optional[str] = None
2200+
merchant_name: str
22012201
"""The name of the merchant."""
22022202

22032203
merchant_state: Optional[str] = None

src/increase/types/transaction.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -883,7 +883,7 @@ class SourceCardRefund(BaseModel):
883883
interchange: Optional[SourceCardRefundInterchange] = None
884884
"""Interchange assessed as a part of this transaciton."""
885885

886-
merchant_acceptor_id: Optional[str] = None
886+
merchant_acceptor_id: str
887887
"""
888888
The merchant identifier (commonly abbreviated as MID) of the merchant the card
889889
is transacting with.
@@ -898,7 +898,7 @@ class SourceCardRefund(BaseModel):
898898
merchant_country: str
899899
"""The country the merchant resides in."""
900900

901-
merchant_name: Optional[str] = None
901+
merchant_name: str
902902
"""The name of the merchant."""
903903

904904
merchant_state: Optional[str] = None
@@ -1446,7 +1446,7 @@ class SourceCardSettlement(BaseModel):
14461446
interchange: Optional[SourceCardSettlementInterchange] = None
14471447
"""Interchange assessed as a part of this transaciton."""
14481448

1449-
merchant_acceptor_id: Optional[str] = None
1449+
merchant_acceptor_id: str
14501450
"""
14511451
The merchant identifier (commonly abbreviated as MID) of the merchant the card
14521452
is transacting with.
@@ -1461,7 +1461,7 @@ class SourceCardSettlement(BaseModel):
14611461
merchant_country: str
14621462
"""The country the merchant resides in."""
14631463

1464-
merchant_name: Optional[str] = None
1464+
merchant_name: str
14651465
"""The name of the merchant."""
14661466

14671467
merchant_state: Optional[str] = None

0 commit comments

Comments
 (0)