Class: HighLevel::Models::Payments::AmountSummary
- Inherits:
-
Data
- Object
- Data
- HighLevel::Models::Payments::AmountSummary
- Defined in:
- lib/high_level/models/payments/amount_summary.rb
Instance Attribute Summary collapse
-
#discount ⇒ Object
readonly
Returns the value of attribute discount.
-
#subtotal ⇒ Object
readonly
Returns the value of attribute subtotal.
Instance Attribute Details
#discount ⇒ Object (readonly)
Returns the value of attribute discount
9 10 11 |
# File 'lib/high_level/models/payments/amount_summary.rb', line 9 def discount @discount end |
#subtotal ⇒ Object (readonly)
Returns the value of attribute subtotal
9 10 11 |
# File 'lib/high_level/models/payments/amount_summary.rb', line 9 def subtotal @subtotal end |