File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed
Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change 11configured_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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments