File tree Expand file tree Collapse file tree 3 files changed +11
-3
lines changed
lib/orb/models/customers/credits
rbi/orb/models/customers/credits Expand file tree Collapse file tree 3 files changed +11
-3
lines changed Original file line number Diff line number Diff line change 11configured_endpoints : 139
2- openapi_spec_url : https://storage.googleapis.com/stainless-sdk-openapi-specs/orb%2Forb-ebac75191b7fecb0dc03df5b9eeb62d99811905552ddc2a2bd5a7a77dbfe00d3 .yml
3- openapi_spec_hash : 1b96488643f8c4bc07ea184aa2505ca7
2+ openapi_spec_url : https://storage.googleapis.com/stainless-sdk-openapi-specs/orb%2Forb-b1ac6575304b8d616a2d758bfaa630d9b909f22b6bf0259cf01ee87e2db1229f .yml
3+ openapi_spec_hash : fb87fae72aa232e036f2fc029919412c
44config_hash : c01c1191b1cd696c7ca855ff6d28a8df
Original file line number Diff line number Diff line change @@ -75,6 +75,10 @@ class DecrementLedgerEntry < Orb::Internal::Type::BaseModel
7575 required :starting_balance , Float
7676
7777 # @!attribute event_id
78+ # @deprecated
79+ #
80+ # This field is deprecated and will always be null. Decrements are not associated
81+ # with individual events.
7882 #
7983 # @return [String, nil]
8084 optional :event_id , String , nil? : true
@@ -119,7 +123,7 @@ class DecrementLedgerEntry < Orb::Internal::Type::BaseModel
119123 #
120124 # @param starting_balance [Float]
121125 #
122- # @param event_id [String, nil]
126+ # @param event_id [String, nil] This field is deprecated and will always be null. Decrements are not associated
123127 #
124128 # @param invoice_id [String, nil]
125129 #
Original file line number Diff line number Diff line change @@ -74,6 +74,8 @@ module Orb
7474 sig { returns ( Float ) }
7575 attr_accessor :starting_balance
7676
77+ # This field is deprecated and will always be null. Decrements are not associated
78+ # with individual events.
7779 sig { returns ( T . nilable ( String ) ) }
7880 attr_accessor :event_id
7981
@@ -123,6 +125,8 @@ module Orb
123125 # `null`.
124126 metadata :,
125127 starting_balance :,
128+ # This field is deprecated and will always be null. Decrements are not associated
129+ # with individual events.
126130 event_id : nil ,
127131 invoice_id : nil ,
128132 price_id : nil
You can’t perform that action at this time.
0 commit comments