Class: HighLevel::Models::Products::BulkEditPriceDto
- Inherits:
-
Data
- Object
- Data
- HighLevel::Models::Products::BulkEditPriceDto
- Defined in:
- lib/high_level/models/products/bulk_edit_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.
-
#id ⇒ Object
readonly
Returns the value of attribute id.
-
#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.
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/bulk_edit_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/bulk_edit_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/bulk_edit_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/bulk_edit_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/bulk_edit_price_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/bulk_edit_price_dto.rb', line 9 def id @id end |
#name ⇒ Object (readonly)
Returns the value of attribute name
9 10 11 |
# File 'lib/high_level/models/products/bulk_edit_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/bulk_edit_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/bulk_edit_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/bulk_edit_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/bulk_edit_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/bulk_edit_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/bulk_edit_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/bulk_edit_price_dto.rb', line 9 def trial_period @trial_period end |