Class: HighLevel::Models::Invoices::EstimateLineItemDto

Inherits:
Data
  • Object
show all
Defined in:
lib/high_level/models/invoices/estimate_line_item_dto.rb

Instance Attribute Summary collapse

Instance Attribute Details

#amountObject (readonly)

Returns the value of attribute amount

Returns:

  • (Object)

    the current value of amount



9
10
11
# File 'lib/high_level/models/invoices/estimate_line_item_dto.rb', line 9

def amount
  @amount
end

#attachmentsObject (readonly)

Returns the value of attribute attachments

Returns:

  • (Object)

    the current value of attachments



9
10
11
# File 'lib/high_level/models/invoices/estimate_line_item_dto.rb', line 9

def attachments
  @attachments
end

#automatic_tax_category_idObject (readonly)

Returns the value of attribute automatic_tax_category_id

Returns:

  • (Object)

    the current value of automatic_tax_category_id



9
10
11
# File 'lib/high_level/models/invoices/estimate_line_item_dto.rb', line 9

def automatic_tax_category_id
  @automatic_tax_category_id
end

#currencyObject (readonly)

Returns the value of attribute currency

Returns:

  • (Object)

    the current value of currency



9
10
11
# File 'lib/high_level/models/invoices/estimate_line_item_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/invoices/estimate_line_item_dto.rb', line 9

def description
  @description
end

#is_setup_fee_itemObject (readonly)

Returns the value of attribute is_setup_fee_item

Returns:

  • (Object)

    the current value of is_setup_fee_item



9
10
11
# File 'lib/high_level/models/invoices/estimate_line_item_dto.rb', line 9

def is_setup_fee_item
  @is_setup_fee_item
end

#nameObject (readonly)

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



9
10
11
# File 'lib/high_level/models/invoices/estimate_line_item_dto.rb', line 9

def name
  @name
end

#price_idObject (readonly)

Returns the value of attribute price_id

Returns:

  • (Object)

    the current value of price_id



9
10
11
# File 'lib/high_level/models/invoices/estimate_line_item_dto.rb', line 9

def price_id
  @price_id
end

#product_idObject (readonly)

Returns the value of attribute product_id

Returns:

  • (Object)

    the current value of product_id



9
10
11
# File 'lib/high_level/models/invoices/estimate_line_item_dto.rb', line 9

def product_id
  @product_id
end

#qtyObject (readonly)

Returns the value of attribute qty

Returns:

  • (Object)

    the current value of qty



9
10
11
# File 'lib/high_level/models/invoices/estimate_line_item_dto.rb', line 9

def qty
  @qty
end

#tax_inclusiveObject (readonly)

Returns the value of attribute tax_inclusive

Returns:

  • (Object)

    the current value of tax_inclusive



9
10
11
# File 'lib/high_level/models/invoices/estimate_line_item_dto.rb', line 9

def tax_inclusive
  @tax_inclusive
end

#taxesObject (readonly)

Returns the value of attribute taxes

Returns:

  • (Object)

    the current value of taxes



9
10
11
# File 'lib/high_level/models/invoices/estimate_line_item_dto.rb', line 9

def taxes
  @taxes
end

#typeObject (readonly)

Returns the value of attribute type

Returns:

  • (Object)

    the current value of type



9
10
11
# File 'lib/high_level/models/invoices/estimate_line_item_dto.rb', line 9

def type
  @type
end