Class: HighLevel::Models::Products::CreatePriceResponseDto
- Inherits:
-
Data
- Object
- Data
- HighLevel::Models::Products::CreatePriceResponseDto
- Defined in:
- lib/high_level/models/products/create_price_response_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.
-
#created_at ⇒ Object
readonly
Returns the value of attribute created_at.
-
#currency ⇒ Object
readonly
Returns the value of attribute currency.
-
#id ⇒ Object
readonly
Returns the value of attribute id.
-
#location_id ⇒ Object
readonly
Returns the value of attribute location_id.
-
#membership_offers ⇒ Object
readonly
Returns the value of attribute membership_offers.
-
#name ⇒ Object
readonly
Returns the value of attribute name.
-
#product ⇒ Object
readonly
Returns the value of attribute product.
-
#recurring ⇒ Object
readonly
Returns the value of attribute recurring.
-
#track_inventory ⇒ Object
readonly
Returns the value of attribute track_inventory.
-
#type ⇒ Object
readonly
Returns the value of attribute type.
-
#updated_at ⇒ Object
readonly
Returns the value of attribute updated_at.
-
#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/create_price_response_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/create_price_response_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/create_price_response_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/create_price_response_dto.rb', line 9 def compare_at_price @compare_at_price end |
#created_at ⇒ Object (readonly)
Returns the value of attribute created_at
9 10 11 |
# File 'lib/high_level/models/products/create_price_response_dto.rb', line 9 def created_at @created_at end |
#currency ⇒ Object (readonly)
Returns the value of attribute currency
9 10 11 |
# File 'lib/high_level/models/products/create_price_response_dto.rb', line 9 def currency @currency end |
#id ⇒ Object (readonly)
Returns the value of attribute id
9 10 11 |
# File 'lib/high_level/models/products/create_price_response_dto.rb', line 9 def id @id end |
#location_id ⇒ Object (readonly)
Returns the value of attribute location_id
9 10 11 |
# File 'lib/high_level/models/products/create_price_response_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/create_price_response_dto.rb', line 9 def membership_offers @membership_offers end |
#name ⇒ Object (readonly)
Returns the value of attribute name
9 10 11 |
# File 'lib/high_level/models/products/create_price_response_dto.rb', line 9 def name @name end |
#product ⇒ Object (readonly)
Returns the value of attribute product
9 10 11 |
# File 'lib/high_level/models/products/create_price_response_dto.rb', line 9 def product @product end |
#recurring ⇒ Object (readonly)
Returns the value of attribute recurring
9 10 11 |
# File 'lib/high_level/models/products/create_price_response_dto.rb', line 9 def recurring @recurring end |
#track_inventory ⇒ Object (readonly)
Returns the value of attribute track_inventory
9 10 11 |
# File 'lib/high_level/models/products/create_price_response_dto.rb', line 9 def track_inventory @track_inventory end |
#type ⇒ Object (readonly)
Returns the value of attribute type
9 10 11 |
# File 'lib/high_level/models/products/create_price_response_dto.rb', line 9 def type @type end |
#updated_at ⇒ Object (readonly)
Returns the value of attribute updated_at
9 10 11 |
# File 'lib/high_level/models/products/create_price_response_dto.rb', line 9 def updated_at @updated_at end |
#user_id ⇒ Object (readonly)
Returns the value of attribute user_id
9 10 11 |
# File 'lib/high_level/models/products/create_price_response_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/create_price_response_dto.rb', line 9 def variant_option_ids @variant_option_ids end |