Class: Telnyx::Models::BundlePricing::UserBundleCreateParams::Item
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- Telnyx::Models::BundlePricing::UserBundleCreateParams::Item
- Defined in:
- lib/telnyx/models/bundle_pricing/user_bundle_create_params.rb
Instance Attribute Summary collapse
-
#billing_bundle_id ⇒ String
Quantity of user bundles to order.
-
#quantity ⇒ Integer
Quantity of user bundles to order.
Instance Method Summary collapse
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(billing_bundle_id:, quantity:) ⇒ Object
42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 |
# File 'lib/telnyx/models/bundle_pricing/user_bundle_create_params.rb', line 42 class Item < Telnyx::Internal::Type::BaseModel # @!attribute billing_bundle_id # Quantity of user bundles to order. # # @return [String] required :billing_bundle_id, String # @!attribute quantity # Quantity of user bundles to order. # # @return [Integer] required :quantity, Integer # @!method initialize(billing_bundle_id:, quantity:) # @param billing_bundle_id [String] Quantity of user bundles to order. # # @param quantity [Integer] Quantity of user bundles to order. end |
Instance Attribute Details
#billing_bundle_id ⇒ String
Quantity of user bundles to order.
47 |
# File 'lib/telnyx/models/bundle_pricing/user_bundle_create_params.rb', line 47 required :billing_bundle_id, String |
#quantity ⇒ Integer
Quantity of user bundles to order.
53 |
# File 'lib/telnyx/models/bundle_pricing/user_bundle_create_params.rb', line 53 required :quantity, Integer |