Class: HighLevel::Models::Payments::AmountSummary

Inherits:
Data
  • Object
show all
Defined in:
lib/high_level/models/payments/amount_summary.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/payments/amount_summary.rb', line 9

def discount
  @discount
end

#subtotalObject (readonly)

Returns the value of attribute subtotal

Returns:

  • (Object)

    the current value of subtotal



9
10
11
# File 'lib/high_level/models/payments/amount_summary.rb', line 9

def subtotal
  @subtotal
end