Class: HighLevel::Models::Products::UpdatePriceDto
- Inherits:
-
Data
- Object
- Data
- HighLevel::Models::Products::UpdatePriceDto
- Defined in:
- lib/high_level/models/products/update_price_dto.rb
Instance Attribute Summary collapse
-
#allow_out_of_stock_purchases ⇒ Object
readonly
Returns the value of attribute allow_out_of_stock_purchases.
-
#amount ⇒ Object
readonly
Returns the value of attribute amount.
-
#available_quantity ⇒ Object
readonly
Returns the value of attribute available_quantity.
-
#compare_at_price ⇒ Object
readonly
Returns the value of attribute compare_at_price.
-
#currency ⇒ Object
readonly
Returns the value of attribute currency.
-
#description ⇒ Object
readonly
Returns the value of attribute description.
-
#digital_delivery ⇒ Object
readonly
Returns the value of attribute digital_delivery.
-
#is_digital_product ⇒ Object
readonly
Returns the value of attribute is_digital_product.
-
#location_id ⇒ Object
readonly
Returns the value of attribute location_id.
-
#membership_offers ⇒ Object
readonly
Returns the value of attribute membership_offers.
-
#meta ⇒ Object
readonly
Returns the value of attribute meta.
-
#name ⇒ Object
readonly
Returns the value of attribute name.
-
#recurring ⇒ Object
readonly
Returns the value of attribute recurring.
-
#setup_fee ⇒ Object
readonly
Returns the value of attribute setup_fee.
-
#shipping_options ⇒ Object
readonly
Returns the value of attribute shipping_options.
-
#sku ⇒ Object
readonly
Returns the value of attribute sku.
-
#total_cycles ⇒ Object
readonly
Returns the value of attribute total_cycles.
-
#track_inventory ⇒ Object
readonly
Returns the value of attribute track_inventory.
-
#trial_period ⇒ Object
readonly
Returns the value of attribute trial_period.
-
#type ⇒ Object
readonly
Returns the value of attribute type.
-
#user_id ⇒ Object
readonly
Returns the value of attribute user_id.
-
#variant_option_ids ⇒ Object
readonly
Returns the value of attribute variant_option_ids.
Instance Attribute Details
#allow_out_of_stock_purchases ⇒ Object (readonly)
Returns the value of attribute allow_out_of_stock_purchases
9 10 11 |
# File 'lib/high_level/models/products/update_price_dto.rb', line 9 def allow_out_of_stock_purchases @allow_out_of_stock_purchases end |
#amount ⇒ Object (readonly)
Returns the value of attribute amount
9 10 11 |
# File 'lib/high_level/models/products/update_price_dto.rb', line 9 def amount @amount end |
#available_quantity ⇒ Object (readonly)
Returns the value of attribute available_quantity
9 10 11 |
# File 'lib/high_level/models/products/update_price_dto.rb', line 9 def available_quantity @available_quantity end |
#compare_at_price ⇒ Object (readonly)
Returns the value of attribute compare_at_price
9 10 11 |
# File 'lib/high_level/models/products/update_price_dto.rb', line 9 def compare_at_price @compare_at_price end |
#currency ⇒ Object (readonly)
Returns the value of attribute currency
9 10 11 |
# File 'lib/high_level/models/products/update_price_dto.rb', line 9 def currency @currency end |
#description ⇒ Object (readonly)
Returns the value of attribute description
9 10 11 |
# File 'lib/high_level/models/products/update_price_dto.rb', line 9 def description @description end |
#digital_delivery ⇒ Object (readonly)
Returns the value of attribute digital_delivery
9 10 11 |
# File 'lib/high_level/models/products/update_price_dto.rb', line 9 def digital_delivery @digital_delivery end |
#is_digital_product ⇒ Object (readonly)
Returns the value of attribute is_digital_product
9 10 11 |
# File 'lib/high_level/models/products/update_price_dto.rb', line 9 def is_digital_product @is_digital_product end |
#location_id ⇒ Object (readonly)
Returns the value of attribute location_id
9 10 11 |
# File 'lib/high_level/models/products/update_price_dto.rb', line 9 def location_id @location_id end |
#membership_offers ⇒ Object (readonly)
Returns the value of attribute membership_offers
9 10 11 |
# File 'lib/high_level/models/products/update_price_dto.rb', line 9 def membership_offers @membership_offers end |
#meta ⇒ Object (readonly)
Returns the value of attribute meta
9 10 11 |
# File 'lib/high_level/models/products/update_price_dto.rb', line 9 def @meta end |
#name ⇒ Object (readonly)
Returns the value of attribute name
9 10 11 |
# File 'lib/high_level/models/products/update_price_dto.rb', line 9 def name @name end |
#recurring ⇒ Object (readonly)
Returns the value of attribute recurring
9 10 11 |
# File 'lib/high_level/models/products/update_price_dto.rb', line 9 def recurring @recurring end |
#setup_fee ⇒ Object (readonly)
Returns the value of attribute setup_fee
9 10 11 |
# File 'lib/high_level/models/products/update_price_dto.rb', line 9 def setup_fee @setup_fee end |
#shipping_options ⇒ Object (readonly)
Returns the value of attribute shipping_options
9 10 11 |
# File 'lib/high_level/models/products/update_price_dto.rb', line 9 def @shipping_options end |
#sku ⇒ Object (readonly)
Returns the value of attribute sku
9 10 11 |
# File 'lib/high_level/models/products/update_price_dto.rb', line 9 def sku @sku end |
#total_cycles ⇒ Object (readonly)
Returns the value of attribute total_cycles
9 10 11 |
# File 'lib/high_level/models/products/update_price_dto.rb', line 9 def total_cycles @total_cycles end |
#track_inventory ⇒ Object (readonly)
Returns the value of attribute track_inventory
9 10 11 |
# File 'lib/high_level/models/products/update_price_dto.rb', line 9 def track_inventory @track_inventory end |
#trial_period ⇒ Object (readonly)
Returns the value of attribute trial_period
9 10 11 |
# File 'lib/high_level/models/products/update_price_dto.rb', line 9 def trial_period @trial_period end |
#type ⇒ Object (readonly)
Returns the value of attribute type
9 10 11 |
# File 'lib/high_level/models/products/update_price_dto.rb', line 9 def type @type end |
#user_id ⇒ Object (readonly)
Returns the value of attribute user_id
9 10 11 |
# File 'lib/high_level/models/products/update_price_dto.rb', line 9 def user_id @user_id end |
#variant_option_ids ⇒ Object (readonly)
Returns the value of attribute variant_option_ids
9 10 11 |
# File 'lib/high_level/models/products/update_price_dto.rb', line 9 def variant_option_ids @variant_option_ids end |