Class: HighLevel::Models::Products::UpdatePriceResponseDto

Inherits:
Data
  • Object
show all
Defined in:
lib/high_level/models/products/update_price_response_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_response_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_response_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_response_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_response_dto.rb', line 9

def compare_at_price
  @compare_at_price
end

#created_atObject (readonly)

Returns the value of attribute created_at

Returns:

  • (Object)

    the current value of created_at



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

def created_at
  @created_at
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_response_dto.rb', line 9

def currency
  @currency
end

#idObject (readonly)

Returns the value of attribute id

Returns:

  • (Object)

    the current value of id



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

def id
  @id
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_response_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_response_dto.rb', line 9

def membership_offers
  @membership_offers
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_response_dto.rb', line 9

def name
  @name
end

#productObject (readonly)

Returns the value of attribute product

Returns:

  • (Object)

    the current value of product



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

def product
  @product
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_response_dto.rb', line 9

def recurring
  @recurring
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_response_dto.rb', line 9

def track_inventory
  @track_inventory
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_response_dto.rb', line 9

def type
  @type
end

#updated_atObject (readonly)

Returns the value of attribute updated_at

Returns:

  • (Object)

    the current value of updated_at



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

def updated_at
  @updated_at
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_response_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_response_dto.rb', line 9

def variant_option_ids
  @variant_option_ids
end