Skip to content

Commit 0ac5c64

Browse files
feat(api): api update
1 parent 52cee70 commit 0ac5c64

File tree

3 files changed

+16
-2
lines changed

3 files changed

+16
-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: 236
2-
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/increase%2Fincrease-d5ad75c7a80acd1cb3ff0483fa0b5b2eb9d73287f107f53a8fb3a3a0b6a32ed8.yml
3-
openapi_spec_hash: da73faf476df3eddcf0ac51c38dd1b17
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/increase%2Fincrease-81da26cfd6540bc5195c268095b26df132373e932997f224d19247a36e1a1183.yml
3+
openapi_spec_hash: 7b9bbc35378f2fc47629810923bd0017
44
config_hash: 25d7d7aa4882db6189b4b53e8e249e80

src/increase/types/card_push_transfer.py

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -765,6 +765,13 @@ class CardPushTransfer(BaseModel):
765765
recipient_name: str
766766
"""The name of the funds recipient."""
767767

768+
route: Literal["visa", "mastercard"]
769+
"""The card network route used for the transfer.
770+
771+
- `visa` - Visa and Interlink
772+
- `mastercard` - Mastercard and Maestro
773+
"""
774+
768775
sender_address_city: str
769776
"""The city of the sender."""
770777

src/increase/types/card_validation.py

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -381,6 +381,13 @@ class CardValidation(BaseModel):
381381
merchant_state: str
382382
"""The U.S. state where the merchant (typically your business) is located."""
383383

384+
route: Literal["visa", "mastercard"]
385+
"""The card network route used for the validation.
386+
387+
- `visa` - Visa and Interlink
388+
- `mastercard` - Mastercard and Maestro
389+
"""
390+
384391
status: Literal["requires_attention", "pending_submission", "submitted", "complete", "declined"]
385392
"""The lifecycle status of the validation.
386393

0 commit comments

Comments
 (0)