Class: HighLevel::Models::Invoices::ItemTaxDto
- Inherits:
-
Data
- Object
- Data
- HighLevel::Models::Invoices::ItemTaxDto
- Defined in:
- lib/high_level/models/invoices/item_tax_dto.rb
Instance Attribute Summary collapse
-
#calculation ⇒ Object
readonly
Returns the value of attribute calculation.
-
#description ⇒ Object
readonly
Returns the value of attribute description.
-
#id ⇒ Object
readonly
Returns the value of attribute id.
-
#name ⇒ Object
readonly
Returns the value of attribute name.
-
#rate ⇒ Object
readonly
Returns the value of attribute rate.
-
#tax_id ⇒ Object
readonly
Returns the value of attribute tax_id.
Instance Attribute Details
#calculation ⇒ Object (readonly)
Returns the value of attribute calculation
9 10 11 |
# File 'lib/high_level/models/invoices/item_tax_dto.rb', line 9 def calculation @calculation end |
#description ⇒ Object (readonly)
Returns the value of attribute description
9 10 11 |
# File 'lib/high_level/models/invoices/item_tax_dto.rb', line 9 def description @description end |
#id ⇒ Object (readonly)
Returns the value of attribute id
9 10 11 |
# File 'lib/high_level/models/invoices/item_tax_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/invoices/item_tax_dto.rb', line 9 def name @name end |
#rate ⇒ Object (readonly)
Returns the value of attribute rate
9 10 11 |
# File 'lib/high_level/models/invoices/item_tax_dto.rb', line 9 def rate @rate end |
#tax_id ⇒ Object (readonly)
Returns the value of attribute tax_id
9 10 11 |
# File 'lib/high_level/models/invoices/item_tax_dto.rb', line 9 def tax_id @tax_id end |