Class: Orb::Models::NewDimensionalPriceConfiguration
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- Orb::Models::NewDimensionalPriceConfiguration
- Defined in:
- lib/orb/models/new_dimensional_price_configuration.rb
Instance Attribute Summary collapse
-
#dimension_values ⇒ Array<String>
The list of dimension values matching (in order) the dimensions of the price group.
-
#dimensional_price_group_id ⇒ String?
The id of the dimensional price group to include this price in.
-
#external_dimensional_price_group_id ⇒ String?
The external id of the dimensional price group to include this price in.
Instance Method Summary collapse
-
#initialize(dimension_values: , dimensional_price_group_id: nil, external_dimensional_price_group_id: nil) ⇒ Object
constructor
Some parameter documentations has been truncated, see NewDimensionalPriceConfiguration for more details.
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(dimension_values: , dimensional_price_group_id: nil, external_dimensional_price_group_id: nil) ⇒ Object
Some parameter documentations has been truncated, see Orb::Models::NewDimensionalPriceConfiguration for more details.
|
|
# File 'lib/orb/models/new_dimensional_price_configuration.rb', line 25
|
Instance Attribute Details
#dimension_values ⇒ Array<String>
The list of dimension values matching (in order) the dimensions of the price group
11 |
# File 'lib/orb/models/new_dimensional_price_configuration.rb', line 11 required :dimension_values, Orb::Internal::Type::ArrayOf[String] |
#dimensional_price_group_id ⇒ String?
The id of the dimensional price group to include this price in
17 |
# File 'lib/orb/models/new_dimensional_price_configuration.rb', line 17 optional :dimensional_price_group_id, String, nil?: true |
#external_dimensional_price_group_id ⇒ String?
The external id of the dimensional price group to include this price in
23 |
# File 'lib/orb/models/new_dimensional_price_configuration.rb', line 23 optional :external_dimensional_price_group_id, String, nil?: true |