Skip to content

Commit 7c331aa

Browse files
docs(api): update category parameter description in external_payments
1 parent 85d2d96 commit 7c331aa

3 files changed

Lines changed: 5 additions & 5 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: 213
2-
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/lithic/lithic-1514911f233cb8bf0d6752c45bfa53a61b8f9b8ff215a4ea94a95f9505911000.yml
3-
openapi_spec_hash: 9820a9c9a4ff778c627041eb53fd4ee5
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/lithic/lithic-021aecb037a2f6b44056d6ebe08129e55f2dd95d8a6944c6e2c1c8e2bede56b4.yml
3+
openapi_spec_hash: 3567c6592916d79ce38248d922cd0db6
44
config_hash: 5bb913c05ebeb301ec925b16e75bb251

src/lithic/resources/external_payments.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ def list(
175175
Only entries created after the specified time
176176
will be included. UTC time zone.
177177
178-
category: External Payment category to be returned.
178+
category: The external rail the funds moved on
179179
180180
end: Date string in RFC 3339 format. Only entries created before the specified time
181181
will be included. UTC time zone.
@@ -563,7 +563,7 @@ def list(
563563
Only entries created after the specified time
564564
will be included. UTC time zone.
565565
566-
category: External Payment category to be returned.
566+
category: The external rail the funds moved on
567567
568568
end: Date string in RFC 3339 format. Only entries created before the specified time
569569
will be included. UTC time zone.

src/lithic/types/external_payment_list_params.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ class ExternalPaymentListParams(TypedDict, total=False):
2323
category: Literal[
2424
"EXTERNAL_WIRE", "EXTERNAL_ACH", "EXTERNAL_CHECK", "EXTERNAL_FEDNOW", "EXTERNAL_RTP", "EXTERNAL_TRANSFER"
2525
]
26-
"""External Payment category to be returned."""
26+
"""The external rail the funds moved on"""
2727

2828
end: Annotated[Union[str, datetime], PropertyInfo(format="iso8601")]
2929
"""Date string in RFC 3339 format.

0 commit comments

Comments
 (0)