Class: HighLevel::Models::Products::UpdatePriceDto

Inherits:
Data
  • Object
show all
Defined in:
lib/high_level/models/products/update_price_dto.rb

Instance Attribute Summary collapse

Instance Attribute Details

#allow_out_of_stock_purchasesObject (readonly)

Returns the value of attribute allow_out_of_stock_purchases

Returns:

  • (Object)

    the current value of 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

#amountObject (readonly)

Returns the value of attribute amount

Returns:

  • (Object)

    the current value of amount



9
10
11
# File 'lib/high_level/models/products/update_price_dto.rb', line 9

def amount
  @amount
end

#available_quantityObject (readonly)

Returns the value of attribute available_quantity

Returns:

  • (Object)

    the current value of 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_priceObject (readonly)

Returns the value of attribute compare_at_price

Returns:

  • (Object)

    the current value of 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

#currencyObject (readonly)

Returns the value of attribute currency

Returns:

  • (Object)

    the current value of currency



9
10
11
# File 'lib/high_level/models/products/update_price_dto.rb', line 9

def currency
  @currency
end

#descriptionObject (readonly)

Returns the value of attribute description

Returns:

  • (Object)

    the current value of description



9
10
11
# File 'lib/high_level/models/products/update_price_dto.rb', line 9

def description
  @description
end

#digital_deliveryObject (readonly)

Returns the value of attribute digital_delivery

Returns:

  • (Object)

    the current value of 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_productObject (readonly)

Returns the value of attribute is_digital_product

Returns:

  • (Object)

    the current value of 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_idObject (readonly)

Returns the value of attribute location_id

Returns:

  • (Object)

    the current value of location_id



9
10
11
# File 'lib/high_level/models/products/update_price_dto.rb', line 9

def location_id
  @location_id
end

#membership_offersObject (readonly)

Returns the value of attribute membership_offers

Returns:

  • (Object)

    the current value of membership_offers



9
10
11
# File 'lib/high_level/models/products/update_price_dto.rb', line 9

def membership_offers
  @membership_offers
end

#metaObject (readonly)

Returns the value of attribute meta

Returns:

  • (Object)

    the current value of meta



9
10
11
# File 'lib/high_level/models/products/update_price_dto.rb', line 9

def meta
  @meta
end

#nameObject (readonly)

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



9
10
11
# File 'lib/high_level/models/products/update_price_dto.rb', line 9

def name
  @name
end

#recurringObject (readonly)

Returns the value of attribute recurring

Returns:

  • (Object)

    the current value of recurring



9
10
11
# File 'lib/high_level/models/products/update_price_dto.rb', line 9

def recurring
  @recurring
end

#setup_feeObject (readonly)

Returns the value of attribute setup_fee

Returns:

  • (Object)

    the current value of setup_fee



9
10
11
# File 'lib/high_level/models/products/update_price_dto.rb', line 9

def setup_fee
  @setup_fee
end

#shipping_optionsObject (readonly)

Returns the value of attribute shipping_options

Returns:

  • (Object)

    the current value of shipping_options



9
10
11
# File 'lib/high_level/models/products/update_price_dto.rb', line 9

def shipping_options
  @shipping_options
end

#skuObject (readonly)

Returns the value of attribute sku

Returns:

  • (Object)

    the current value of sku



9
10
11
# File 'lib/high_level/models/products/update_price_dto.rb', line 9

def sku
  @sku
end

#total_cyclesObject (readonly)

Returns the value of attribute total_cycles

Returns:

  • (Object)

    the current value of total_cycles



9
10
11
# File 'lib/high_level/models/products/update_price_dto.rb', line 9

def total_cycles
  @total_cycles
end

#track_inventoryObject (readonly)

Returns the value of attribute track_inventory

Returns:

  • (Object)

    the current value of track_inventory



9
10
11
# File 'lib/high_level/models/products/update_price_dto.rb', line 9

def track_inventory
  @track_inventory
end

#trial_periodObject (readonly)

Returns the value of attribute trial_period

Returns:

  • (Object)

    the current value of trial_period



9
10
11
# File 'lib/high_level/models/products/update_price_dto.rb', line 9

def trial_period
  @trial_period
end

#typeObject (readonly)

Returns the value of attribute type

Returns:

  • (Object)

    the current value of type



9
10
11
# File 'lib/high_level/models/products/update_price_dto.rb', line 9

def type
  @type
end

#user_idObject (readonly)

Returns the value of attribute user_id

Returns:

  • (Object)

    the current value of 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_idsObject (readonly)

Returns the value of attribute variant_option_ids

Returns:

  • (Object)

    the current value of 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