Skip to content

Commit e132253

Browse files
feat(api): api update (#932)
1 parent ff2bd2f commit e132253

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
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: 201
2-
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/increase%2Fincrease-fb44f7a35402f0dc2a091841c1ee5c0d0b1c0dc21bbd49f9fe7a07cfaca8dfca.yml
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/increase%2Fincrease-acd347798fc268a8063bde83e83ff69541a1feb789e40bc54b3798937a7492ca.yml

src/increase/types/check_transfer.py

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -182,6 +182,13 @@ class PhysicalCheck(BaseModel):
182182
return_address: Optional[PhysicalCheckReturnAddress] = None
183183
"""The return address to be printed on the check."""
184184

185+
shipping_method: Optional[Literal["usps_first_class", "fedex_overnight"]] = None
186+
"""The shipping method for the check.
187+
188+
- `usps_first_class` - USPS First Class
189+
- `fedex_overnight` - FedEx Overnight
190+
"""
191+
185192
signature_text: Optional[str] = None
186193
"""The text that will appear as the signature on the check in cursive font.
187194

0 commit comments

Comments
 (0)