Class: Orb::Models::Customers::CreditListByExternalIDParams
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- Orb::Models::Customers::CreditListByExternalIDParams
- Extended by:
- Internal::Type::RequestParameters::Converter
- Includes:
- Internal::Type::RequestParameters
- Defined in:
- lib/orb/models/customers/credit_list_by_external_id_params.rb
Overview
Instance Attribute Summary collapse
-
#currency ⇒ String?
The ledger currency or custom pricing unit to use.
-
#cursor ⇒ String?
Cursor for pagination.
-
#include_all_blocks ⇒ Boolean?
If set to True, all expired and depleted blocks, as well as active block will be returned.
-
#limit ⇒ Integer?
The number of items to fetch.
Attributes included from Internal::Type::RequestParameters
Instance Method Summary collapse
-
#initialize(currency: nil, cursor: nil, include_all_blocks: nil, limit: nil, request_options: {}) ⇒ Object
constructor
Some parameter documentations has been truncated, see CreditListByExternalIDParams for more details.
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, 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
#initialize(currency: nil, cursor: nil, include_all_blocks: nil, limit: nil, request_options: {}) ⇒ Object
Some parameter documentations has been truncated, see Orb::Models::Customers::CreditListByExternalIDParams for more details.
|
|
# File 'lib/orb/models/customers/credit_list_by_external_id_params.rb', line 37
|
Instance Attribute Details
#currency ⇒ String?
The ledger currency or custom pricing unit to use.
15 |
# File 'lib/orb/models/customers/credit_list_by_external_id_params.rb', line 15 optional :currency, String, nil?: true |
#cursor ⇒ String?
Cursor for pagination. This can be populated by the ‘next_cursor` value returned from the initial request.
22 |
# File 'lib/orb/models/customers/credit_list_by_external_id_params.rb', line 22 optional :cursor, String, nil?: true |
#include_all_blocks ⇒ Boolean?
If set to True, all expired and depleted blocks, as well as active block will be returned.
29 |
# File 'lib/orb/models/customers/credit_list_by_external_id_params.rb', line 29 optional :include_all_blocks, Orb::Internal::Type::Boolean |
#limit ⇒ Integer?
The number of items to fetch. Defaults to 20.
35 |
# File 'lib/orb/models/customers/credit_list_by_external_id_params.rb', line 35 optional :limit, Integer |