Class: HighLevel::Models::Proposals::GrandTotalDto

Inherits:
Data
  • Object
show all
Defined in:
lib/high_level/models/proposals/grand_total_dto.rb

Instance Attribute Summary collapse

Instance Attribute Details

#amountObject (readonly)

Returns the value of attribute amount

Returns:

  • (Object)

    the current value of amount



9
10
11
# File 'lib/high_level/models/proposals/grand_total_dto.rb', line 9

def amount
  @amount
end

#currencyObject (readonly)

Returns the value of attribute currency

Returns:

  • (Object)

    the current value of currency



9
10
11
# File 'lib/high_level/models/proposals/grand_total_dto.rb', line 9

def currency
  @currency
end

#discount_percentageObject (readonly)

Returns the value of attribute discount_percentage

Returns:

  • (Object)

    the current value of discount_percentage



9
10
11
# File 'lib/high_level/models/proposals/grand_total_dto.rb', line 9

def discount_percentage
  @discount_percentage
end

#discountsObject (readonly)

Returns the value of attribute discounts

Returns:

  • (Object)

    the current value of discounts



9
10
11
# File 'lib/high_level/models/proposals/grand_total_dto.rb', line 9

def discounts
  @discounts
end