File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11configured_endpoints : 214
2- openapi_spec_url : https://storage.googleapis.com/stainless-sdk-openapi-specs/lithic/lithic-46435dfdef99ea1c005a78bab282c859980e1edd5570e781bf3b67dd97ebf545 .yml
3- openapi_spec_hash : fe504df52c793d72df78146d3fb6f3ac
2+ openapi_spec_url : https://storage.googleapis.com/stainless-sdk-openapi-specs/lithic/lithic-5b3d4793b9cc2b4a6ac971f36d5e8a08b48fb976aba670f9ffedc929a52d3e0a .yml
3+ openapi_spec_hash : 3bcf49d20dbd24100d67fa3750a40e6b
44config_hash : 5bb913c05ebeb301ec925b16e75bb251
Original file line number Diff line number Diff line change @@ -124,6 +124,7 @@ module Status
124124 DECLINED = :DECLINED
125125 PENDING = :PENDING
126126 RETURNED = :RETURNED
127+ REVERSED = :REVERSED
127128 SETTLED = :SETTLED
128129
129130 # @!method self.values
Original file line number Diff line number Diff line change @@ -202,6 +202,8 @@ module Lithic
202202 T . let ( :PENDING , Lithic ::PaymentListParams ::Status ::TaggedSymbol )
203203 RETURNED =
204204 T . let ( :RETURNED , Lithic ::PaymentListParams ::Status ::TaggedSymbol )
205+ REVERSED =
206+ T . let ( :REVERSED , Lithic ::PaymentListParams ::Status ::TaggedSymbol )
205207 SETTLED =
206208 T . let ( :SETTLED , Lithic ::PaymentListParams ::Status ::TaggedSymbol )
207209
Original file line number Diff line number Diff line change @@ -121,14 +121,15 @@ module Lithic
121121 def self?.values : -> ::Array[Lithic::Models::PaymentListParams::result]
122122 end
123123
124- type status = :DECLINED | :PENDING | :RETURNED | :SETTLED
124+ type status = :DECLINED | :PENDING | :RETURNED | :REVERSED | : SETTLED
125125
126126 module Status
127127 extend Lithic::Internal::Type::Enum
128128
129129 DECLINED: :DECLINED
130130 PENDING: :PENDING
131131 RETURNED: :RETURNED
132+ REVERSED: :REVERSED
132133 SETTLED: :SETTLED
133134
134135 def self?.values : -> ::Array[Lithic::Models::PaymentListParams::status]
You can’t perform that action at this time.
0 commit comments