Skip to content

Commit e15d346

Browse files
feat(api): add override_company_name parameter to external_payments create
1 parent c72e14d commit e15d346

2 files changed

Lines changed: 8 additions & 2 deletions

File tree

.stats.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
configured_endpoints: 189
2-
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/lithic%2Flithic-7fb459122adaf544433c3d5acd17566e642289b3eccb7ee25d7b7ce418967e32.yml
3-
openapi_spec_hash: fe69fbb129fa5b7d7b1e71d4f2a908f1
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/lithic%2Flithic-8aac2690599ec7343fab3957433e94ebf63ac1186c753e00dff85b32f4d6e88c.yml
3+
openapi_spec_hash: 84da9d0725e41cb5661c6ed6661ce101
44
config_hash: 400b9afe0f7f7b7d96177d05950775f9

src/lithic/types/payment.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -157,6 +157,12 @@ class MethodAttributesACHMethodAttributes(BaseModel):
157157
company_id: Optional[str] = None
158158
"""Company ID for the ACH transaction"""
159159

160+
override_company_name: Optional[str] = None
161+
"""Value to override the configured company name with.
162+
163+
Can only be used if allowed to override
164+
"""
165+
160166
receipt_routing_number: Optional[str] = None
161167
"""Receipt routing number"""
162168

0 commit comments

Comments
 (0)