Class: Orb::Models::Customers::Credits::LedgerListByExternalIDParams

Inherits:
Internal::Type::BaseModel show all
Extended by:
Internal::Type::RequestParameters::Converter
Includes:
Internal::Type::RequestParameters
Defined in:
lib/orb/models/customers/credits/ledger_list_by_external_id_params.rb

Overview

Defined Under Namespace

Modules: EntryStatus, EntryType

Instance Attribute Summary collapse

Attributes included from Internal::Type::RequestParameters

#request_options

Class Method Summary collapse

Methods included from Internal::Type::RequestParameters::Converter

dump_request

Methods included from Internal::Type::RequestParameters

included

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_gtTime?

Returns:

  • (Time, nil)


15
# File 'lib/orb/models/customers/credits/ledger_list_by_external_id_params.rb', line 15

optional :created_at_gt, Time, nil?: true

#created_at_gteTime?

Returns:

  • (Time, nil)


20
# File 'lib/orb/models/customers/credits/ledger_list_by_external_id_params.rb', line 20

optional :created_at_gte, Time, nil?: true

#created_at_ltTime?

Returns:

  • (Time, nil)


25
# File 'lib/orb/models/customers/credits/ledger_list_by_external_id_params.rb', line 25

optional :created_at_lt, Time, nil?: true

#created_at_lteTime?

Returns:

  • (Time, nil)


30
# File 'lib/orb/models/customers/credits/ledger_list_by_external_id_params.rb', line 30

optional :created_at_lte, Time, nil?: true

#currencyString?

The ledger currency or custom pricing unit to use.

Returns:

  • (String, nil)


36
# File 'lib/orb/models/customers/credits/ledger_list_by_external_id_params.rb', line 36

optional :currency, String, nil?: true

#cursorString?

Cursor for pagination. This can be populated by the ‘next_cursor` value returned from the initial request.

Returns:

  • (String, nil)


43
# File 'lib/orb/models/customers/credits/ledger_list_by_external_id_params.rb', line 43

optional :cursor, String, nil?: true

#entry_statusSymbol, ...



48
49
50
# File 'lib/orb/models/customers/credits/ledger_list_by_external_id_params.rb', line 48

optional :entry_status,
enum: -> { Orb::Customers::Credits::LedgerListByExternalIDParams::EntryStatus },
nil?: true

#entry_typeSymbol, ...



55
56
57
# File 'lib/orb/models/customers/credits/ledger_list_by_external_id_params.rb', line 55

optional :entry_type,
enum: -> { Orb::Customers::Credits::LedgerListByExternalIDParams::EntryType },
nil?: true

#limitInteger?

The number of items to fetch. Defaults to 20.

Returns:

  • (Integer, nil)


63
# File 'lib/orb/models/customers/credits/ledger_list_by_external_id_params.rb', line 63

optional :limit, Integer

#minimum_amountString?

Returns:

  • (String, nil)


68
# File 'lib/orb/models/customers/credits/ledger_list_by_external_id_params.rb', line 68

optional :minimum_amount, String, nil?: true

Class Method Details

.valuesArray<Symbol>

Returns:

  • (Array<Symbol>)


# File 'lib/orb/models/customers/credits/ledger_list_by_external_id_params.rb', line 103