Class: Dodopayments::Models::LicenseKeyListParams
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- Dodopayments::Models::LicenseKeyListParams
- Extended by:
- Internal::Type::RequestParameters::Converter
- Includes:
- Internal::Type::RequestParameters
- Defined in:
- lib/dodopayments/models/license_key_list_params.rb
Overview
Defined Under Namespace
Modules: Status
Instance Attribute Summary collapse
-
#customer_id ⇒ String?
Filter by customer ID.
-
#page_number ⇒ Integer?
Page number default is 0.
-
#page_size ⇒ Integer?
Page size default is 10 max is 100.
-
#product_id ⇒ String?
Filter by product ID.
-
#status ⇒ Symbol, ...
Filter by license key status.
Attributes included from Internal::Type::RequestParameters
Instance 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, 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(customer_id: nil, page_number: nil, page_size: nil, product_id: nil, status: nil, request_options: {}) ⇒ Object
|
|
# File 'lib/dodopayments/models/license_key_list_params.rb', line 40
|
Instance Attribute Details
#customer_id ⇒ String?
Filter by customer ID
14 |
# File 'lib/dodopayments/models/license_key_list_params.rb', line 14 optional :customer_id, String |
#page_number ⇒ Integer?
Page number default is 0
20 |
# File 'lib/dodopayments/models/license_key_list_params.rb', line 20 optional :page_number, Integer |
#page_size ⇒ Integer?
Page size default is 10 max is 100
26 |
# File 'lib/dodopayments/models/license_key_list_params.rb', line 26 optional :page_size, Integer |
#product_id ⇒ String?
Filter by product ID
32 |
# File 'lib/dodopayments/models/license_key_list_params.rb', line 32 optional :product_id, String |
#status ⇒ Symbol, ...
Filter by license key status
38 |
# File 'lib/dodopayments/models/license_key_list_params.rb', line 38 optional :status, enum: -> { Dodopayments::LicenseKeyListParams::Status } |