Module: Orb::Models::Customers::Credits::LedgerListParams::EntryStatus
- Extended by:
- Internal::Type::Enum
- Defined in:
- lib/orb/models/customers/credits/ledger_list_params.rb
Constant Summary collapse
- COMMITTED =
:committed- PENDING =
:pending
Instance Method Summary collapse
-
#initialize(created_at_gt: nil, created_at_gte: nil, created_at_lt: nil, created_at_lte: nil, currency: nil, cursor: nil, entry_status: nil, entry_type: nil, limit: nil, minimum_amount: nil, request_options: {}) ⇒ Object
Some parameter documentations has been truncated, see Orb::Models::Customers::Credits::LedgerListParams for more details.
Methods included from Internal::Type::Enum
==, ===, coerce, dump, hash, inspect, to_sorbet_type, values
Methods included from Internal::Util::SorbetRuntimeSupport
#const_missing, #define_sorbet_constant!, #sorbet_constant_defined?, #to_sorbet_type, to_sorbet_type
Methods included from Internal::Type::Converter
#coerce, coerce, #dump, dump, inspect, #inspect, meta_info, new_coerce_state, type_info
Instance Method Details
#initialize(created_at_gt: nil, created_at_gte: nil, created_at_lt: nil, created_at_lte: nil, currency: nil, cursor: nil, entry_status: nil, entry_type: nil, limit: nil, minimum_amount: nil, request_options: {}) ⇒ Object
Some parameter documentations has been truncated, see Orb::Models::Customers::Credits::LedgerListParams for more details.
96 97 98 99 100 101 102 103 104 |
# File 'lib/orb/models/customers/credits/ledger_list_params.rb', line 96 module EntryStatus extend Orb::Internal::Type::Enum COMMITTED = :committed PENDING = :pending # @!method self.values # @return [Array<Symbol>] end |