Skip to content

Commit 178a7f8

Browse files
feat(api): add remittance_information field to payment wire attributes
1 parent f3b006e commit 178a7f8

2 files changed

Lines changed: 5 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-dad98281bf8dca620bc21f30217878fc043d725586d0395558f0b66b78f316a8.yml
3-
openapi_spec_hash: 326eff6733ff1b438d77dd1288816101
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/lithic%2Flithic-fcf9b2688f1093591ebfa0f26aaa02929c63992600ce5709a97908d8a1360592.yml
3+
openapi_spec_hash: 7376ab615eac0a338424a9217717c21c
44
config_hash: 400b9afe0f7f7b7d96177d05950775f9

src/lithic/types/payment.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -187,6 +187,9 @@ class MethodAttributesWireMethodAttributes(BaseModel):
187187
for tracking the message through the Fedwire system
188188
"""
189189

190+
remittance_information: Optional[str] = None
191+
"""Payment details or invoice reference"""
192+
190193

191194
MethodAttributes: TypeAlias = Union[MethodAttributesACHMethodAttributes, MethodAttributesWireMethodAttributes]
192195

0 commit comments

Comments
 (0)