Class: HighLevel::Models::Invoices::EstimateLineItemDto
- Inherits:
-
Data
- Object
- Data
- HighLevel::Models::Invoices::EstimateLineItemDto
- Defined in:
- lib/high_level/models/invoices/estimate_line_item_dto.rb
Instance Attribute Summary collapse
-
#amount ⇒ Object
readonly
Returns the value of attribute amount.
-
#attachments ⇒ Object
readonly
Returns the value of attribute attachments.
-
#automatic_tax_category_id ⇒ Object
readonly
Returns the value of attribute automatic_tax_category_id.
-
#currency ⇒ Object
readonly
Returns the value of attribute currency.
-
#description ⇒ Object
readonly
Returns the value of attribute description.
-
#is_setup_fee_item ⇒ Object
readonly
Returns the value of attribute is_setup_fee_item.
-
#name ⇒ Object
readonly
Returns the value of attribute name.
-
#price_id ⇒ Object
readonly
Returns the value of attribute price_id.
-
#product_id ⇒ Object
readonly
Returns the value of attribute product_id.
-
#qty ⇒ Object
readonly
Returns the value of attribute qty.
-
#tax_inclusive ⇒ Object
readonly
Returns the value of attribute tax_inclusive.
-
#taxes ⇒ Object
readonly
Returns the value of attribute taxes.
-
#type ⇒ Object
readonly
Returns the value of attribute type.
Instance Attribute Details
#amount ⇒ Object (readonly)
Returns the value of attribute amount
9 10 11 |
# File 'lib/high_level/models/invoices/estimate_line_item_dto.rb', line 9 def amount @amount end |
#attachments ⇒ Object (readonly)
Returns the value of attribute attachments
9 10 11 |
# File 'lib/high_level/models/invoices/estimate_line_item_dto.rb', line 9 def @attachments end |
#automatic_tax_category_id ⇒ Object (readonly)
Returns the value of attribute 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 |
#currency ⇒ Object (readonly)
Returns the value of attribute currency
9 10 11 |
# File 'lib/high_level/models/invoices/estimate_line_item_dto.rb', line 9 def currency @currency end |
#description ⇒ Object (readonly)
Returns the value of attribute description
9 10 11 |
# File 'lib/high_level/models/invoices/estimate_line_item_dto.rb', line 9 def description @description end |
#is_setup_fee_item ⇒ Object (readonly)
Returns the value of attribute 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 |
#name ⇒ Object (readonly)
Returns the value of attribute name
9 10 11 |
# File 'lib/high_level/models/invoices/estimate_line_item_dto.rb', line 9 def name @name end |
#price_id ⇒ Object (readonly)
Returns the value of attribute 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_id ⇒ Object (readonly)
Returns the value of attribute product_id
9 10 11 |
# File 'lib/high_level/models/invoices/estimate_line_item_dto.rb', line 9 def product_id @product_id end |
#qty ⇒ Object (readonly)
Returns the value of attribute qty
9 10 11 |
# File 'lib/high_level/models/invoices/estimate_line_item_dto.rb', line 9 def qty @qty end |
#tax_inclusive ⇒ Object (readonly)
Returns the value of attribute tax_inclusive
9 10 11 |
# File 'lib/high_level/models/invoices/estimate_line_item_dto.rb', line 9 def tax_inclusive @tax_inclusive end |
#taxes ⇒ Object (readonly)
Returns the value of attribute taxes
9 10 11 |
# File 'lib/high_level/models/invoices/estimate_line_item_dto.rb', line 9 def taxes @taxes end |
#type ⇒ Object (readonly)
Returns the value of attribute type
9 10 11 |
# File 'lib/high_level/models/invoices/estimate_line_item_dto.rb', line 9 def type @type end |