Class: HighLevel::Models::Invoices::ItemTaxDto

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

Instance Attribute Summary collapse

Instance Attribute Details

#calculationObject (readonly)

Returns the value of attribute calculation

Returns:

  • (Object)

    the current value of calculation



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

def calculation
  @calculation
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/item_tax_dto.rb', line 9

def description
  @description
end

#idObject (readonly)

Returns the value of attribute id

Returns:

  • (Object)

    the current value of id



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

def name
  @name
end

#rateObject (readonly)

Returns the value of attribute rate

Returns:

  • (Object)

    the current value of rate



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

def rate
  @rate
end

#tax_idObject (readonly)

Returns the value of attribute tax_id

Returns:

  • (Object)

    the current value of tax_id



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

def tax_id
  @tax_id
end