Class: HighLevel::Models::Invoices::TotalSummaryDto
- Inherits:
-
Data
- Object
- Data
- HighLevel::Models::Invoices::TotalSummaryDto
- Defined in:
- lib/high_level/models/invoices/total_summary_dto.rb
Instance Attribute Summary collapse
-
#discount ⇒ Object
readonly
Returns the value of attribute discount.
-
#sub_total ⇒ Object
readonly
Returns the value of attribute sub_total.
-
#tax ⇒ Object
readonly
Returns the value of attribute tax.
Instance Attribute Details
#discount ⇒ Object (readonly)
Returns the value of attribute discount
9 10 11 |
# File 'lib/high_level/models/invoices/total_summary_dto.rb', line 9 def discount @discount end |
#sub_total ⇒ Object (readonly)
Returns the value of attribute sub_total
9 10 11 |
# File 'lib/high_level/models/invoices/total_summary_dto.rb', line 9 def sub_total @sub_total end |
#tax ⇒ Object (readonly)
Returns the value of attribute tax
9 10 11 |
# File 'lib/high_level/models/invoices/total_summary_dto.rb', line 9 def tax @tax end |