Class: HighLevel::Models::Invoices::TotalSummaryDto

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

Instance Attribute Summary collapse

Instance Attribute Details

#discountObject (readonly)

Returns the value of attribute discount

Returns:

  • (Object)

    the current value of discount



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

def discount
  @discount
end

#sub_totalObject (readonly)

Returns the value of attribute sub_total

Returns:

  • (Object)

    the current value of sub_total



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

def sub_total
  @sub_total
end

#taxObject (readonly)

Returns the value of attribute tax

Returns:

  • (Object)

    the current value of tax



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

def tax
  @tax
end