Class: Orb::Models::Customers::Credits::LedgerListParams
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- Orb::Models::Customers::Credits::LedgerListParams
- Extended by:
- Internal::Type::RequestParameters::Converter
- Includes:
- Internal::Type::RequestParameters
- Defined in:
- lib/orb/models/customers/credits/ledger_list_params.rb
Overview
Defined Under Namespace
Modules: EntryStatus, EntryType
Instance Attribute Summary collapse
- #created_at_gt ⇒ Time?
- #created_at_gte ⇒ Time?
- #created_at_lt ⇒ Time?
- #created_at_lte ⇒ Time?
-
#currency ⇒ String?
The ledger currency or custom pricing unit to use.
-
#cursor ⇒ String?
Cursor for pagination.
- #entry_status ⇒ Symbol, ...
- #entry_type ⇒ Symbol, ...
-
#limit ⇒ Integer?
The number of items to fetch.
- #minimum_amount ⇒ String?
Attributes included from Internal::Type::RequestParameters
Class Method Summary collapse
Methods included from Internal::Type::RequestParameters::Converter
Methods included from Internal::Type::RequestParameters
Methods inherited from Internal::Type::BaseModel
#==, ==, #[], coerce, #deconstruct_keys, #deep_to_h, dump, fields, hash, #hash, inherited, #initialize, inspect, #inspect, known_fields, optional, recursively_to_h, required, #to_h, #to_json, #to_s, to_sorbet_type, #to_yaml
Methods included from Internal::Type::Converter
#coerce, coerce, #dump, dump, inspect, #inspect, meta_info, new_coerce_state, type_info
Methods included from Internal::Util::SorbetRuntimeSupport
#const_missing, #define_sorbet_constant!, #sorbet_constant_defined?, #to_sorbet_type, to_sorbet_type
Constructor Details
This class inherits a constructor from Orb::Internal::Type::BaseModel
Instance Attribute Details
#created_at_gt ⇒ Time?
15 |
# File 'lib/orb/models/customers/credits/ledger_list_params.rb', line 15 optional :created_at_gt, Time, nil?: true |
#created_at_gte ⇒ Time?
20 |
# File 'lib/orb/models/customers/credits/ledger_list_params.rb', line 20 optional :created_at_gte, Time, nil?: true |
#created_at_lt ⇒ Time?
25 |
# File 'lib/orb/models/customers/credits/ledger_list_params.rb', line 25 optional :created_at_lt, Time, nil?: true |
#created_at_lte ⇒ Time?
30 |
# File 'lib/orb/models/customers/credits/ledger_list_params.rb', line 30 optional :created_at_lte, Time, nil?: true |
#currency ⇒ String?
The ledger currency or custom pricing unit to use.
36 |
# File 'lib/orb/models/customers/credits/ledger_list_params.rb', line 36 optional :currency, String, nil?: true |
#cursor ⇒ String?
Cursor for pagination. This can be populated by the ‘next_cursor` value returned from the initial request.
43 |
# File 'lib/orb/models/customers/credits/ledger_list_params.rb', line 43 optional :cursor, String, nil?: true |
#entry_status ⇒ Symbol, ...
48 49 50 51 52 |
# File 'lib/orb/models/customers/credits/ledger_list_params.rb', line 48 optional :entry_status, enum: -> { Orb::Customers::Credits::LedgerListParams::EntryStatus }, nil?: true |
#entry_type ⇒ Symbol, ...
57 |
# File 'lib/orb/models/customers/credits/ledger_list_params.rb', line 57 optional :entry_type, enum: -> { Orb::Customers::Credits::LedgerListParams::EntryType }, nil?: true |
#limit ⇒ Integer?
The number of items to fetch. Defaults to 20.
63 |
# File 'lib/orb/models/customers/credits/ledger_list_params.rb', line 63 optional :limit, Integer |
#minimum_amount ⇒ String?
68 |
# File 'lib/orb/models/customers/credits/ledger_list_params.rb', line 68 optional :minimum_amount, String, nil?: true |
Class Method Details
.values ⇒ Array<Symbol>
|
|
# File 'lib/orb/models/customers/credits/ledger_list_params.rb', line 102
|