Skip to content

Commit db7d72a

Browse files
docs(api): update category parameter description in external_payments
1 parent 7a7e783 commit db7d72a

5 files changed

Lines changed: 10 additions & 10 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: 214
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

lib/lithic/models/external_payment_list_params.rb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ class ExternalPaymentListParams < Lithic::Internal::Type::BaseModel
2020
optional :business_account_token, String
2121

2222
# @!attribute category
23-
# External Payment category to be returned.
23+
# The external rail the funds moved on
2424
#
2525
# @return [Symbol, Lithic::Models::ExternalPaymentListParams::Category, nil]
2626
optional :category, enum: -> { Lithic::ExternalPaymentListParams::Category }
@@ -79,7 +79,7 @@ class ExternalPaymentListParams < Lithic::Internal::Type::BaseModel
7979
#
8080
# @param business_account_token [String]
8181
#
82-
# @param category [Symbol, Lithic::Models::ExternalPaymentListParams::Category] External Payment category to be returned.
82+
# @param category [Symbol, Lithic::Models::ExternalPaymentListParams::Category] The external rail the funds moved on
8383
#
8484
# @param end_ [Time] Date string in RFC 3339 format. Only entries created before the specified time w
8585
#
@@ -97,7 +97,7 @@ class ExternalPaymentListParams < Lithic::Internal::Type::BaseModel
9797
#
9898
# @param request_options [Lithic::RequestOptions, Hash{Symbol=>Object}]
9999

100-
# External Payment category to be returned.
100+
# The external rail the funds moved on
101101
module Category
102102
extend Lithic::Internal::Type::Enum
103103

lib/lithic/resources/external_payments.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ def retrieve(external_payment_token, params = {})
7575
#
7676
# @param business_account_token [String]
7777
#
78-
# @param category [Symbol, Lithic::Models::ExternalPaymentListParams::Category] External Payment category to be returned.
78+
# @param category [Symbol, Lithic::Models::ExternalPaymentListParams::Category] The external rail the funds moved on
7979
#
8080
# @param end_ [Time] Date string in RFC 3339 format. Only entries created before the specified time w
8181
#

rbi/lithic/models/external_payment_list_params.rbi

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ module Lithic
2525
sig { params(business_account_token: String).void }
2626
attr_writer :business_account_token
2727

28-
# External Payment category to be returned.
28+
# The external rail the funds moved on
2929
sig do
3030
returns(
3131
T.nilable(Lithic::ExternalPaymentListParams::Category::OrSymbol)
@@ -121,7 +121,7 @@ module Lithic
121121
# will be included. UTC time zone.
122122
begin_: nil,
123123
business_account_token: nil,
124-
# External Payment category to be returned.
124+
# The external rail the funds moved on
125125
category: nil,
126126
# Date string in RFC 3339 format. Only entries created before the specified time
127127
# will be included. UTC time zone.
@@ -165,7 +165,7 @@ module Lithic
165165
def to_hash
166166
end
167167

168-
# External Payment category to be returned.
168+
# The external rail the funds moved on
169169
module Category
170170
extend Lithic::Internal::Type::Enum
171171

rbi/lithic/resources/external_payments.rbi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ module Lithic
7171
# will be included. UTC time zone.
7272
begin_: nil,
7373
business_account_token: nil,
74-
# External Payment category to be returned.
74+
# The external rail the funds moved on
7575
category: nil,
7676
# Date string in RFC 3339 format. Only entries created before the specified time
7777
# will be included. UTC time zone.

0 commit comments

Comments
 (0)