Class: QPay::TaxEntry
- Inherits:
-
Struct
- Object
- Struct
- QPay::TaxEntry
- Defined in:
- lib/qpay/models.rb
Instance Attribute Summary collapse
-
#amount ⇒ Object
Returns the value of attribute amount.
-
#description ⇒ Object
Returns the value of attribute description.
-
#discount_code ⇒ Object
Returns the value of attribute discount_code.
-
#note ⇒ Object
Returns the value of attribute note.
-
#surcharge_code ⇒ Object
Returns the value of attribute surcharge_code.
-
#tax_code ⇒ Object
Returns the value of attribute tax_code.
Instance Attribute Details
#amount ⇒ Object
Returns the value of attribute amount
60 61 62 |
# File 'lib/qpay/models.rb', line 60 def amount @amount end |
#description ⇒ Object
Returns the value of attribute description
60 61 62 |
# File 'lib/qpay/models.rb', line 60 def description @description end |
#discount_code ⇒ Object
Returns the value of attribute discount_code
60 61 62 |
# File 'lib/qpay/models.rb', line 60 def discount_code @discount_code end |
#note ⇒ Object
Returns the value of attribute note
60 61 62 |
# File 'lib/qpay/models.rb', line 60 def note @note end |
#surcharge_code ⇒ Object
Returns the value of attribute surcharge_code
60 61 62 |
# File 'lib/qpay/models.rb', line 60 def surcharge_code @surcharge_code end |
#tax_code ⇒ Object
Returns the value of attribute tax_code
60 61 62 |
# File 'lib/qpay/models.rb', line 60 def tax_code @tax_code end |