Class: HighLevel::Models::Products::BulkEditPriceDto

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

def id
  @id
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/bulk_edit_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/bulk_edit_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/bulk_edit_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/bulk_edit_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/bulk_edit_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/bulk_edit_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/bulk_edit_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/bulk_edit_price_dto.rb', line 9

def trial_period
  @trial_period
end