Class: FeeDetails
- Inherits:
-
Object
- Object
- FeeDetails
- Defined in:
- lib/compropago_sdk/factory/models/fee_details.rb
Instance Attribute Summary collapse
-
#amount ⇒ Object
Returns the value of attribute amount.
-
#amount_refunded ⇒ Object
Returns the value of attribute amount_refunded.
-
#application ⇒ Object
Returns the value of attribute application.
-
#currency ⇒ Object
Returns the value of attribute currency.
-
#tax ⇒ Object
Returns the value of attribute tax.
-
#type ⇒ Object
Returns the value of attribute type.
Instance Attribute Details
#amount ⇒ Object
Returns the value of attribute amount.
3 4 5 |
# File 'lib/compropago_sdk/factory/models/fee_details.rb', line 3 def amount @amount end |
#amount_refunded ⇒ Object
Returns the value of attribute amount_refunded.
7 8 9 |
# File 'lib/compropago_sdk/factory/models/fee_details.rb', line 7 def amount_refunded @amount_refunded end |
#application ⇒ Object
Returns the value of attribute application.
6 7 8 |
# File 'lib/compropago_sdk/factory/models/fee_details.rb', line 6 def application @application end |
#currency ⇒ Object
Returns the value of attribute currency.
4 5 6 |
# File 'lib/compropago_sdk/factory/models/fee_details.rb', line 4 def currency @currency end |
#tax ⇒ Object
Returns the value of attribute tax.
8 9 10 |
# File 'lib/compropago_sdk/factory/models/fee_details.rb', line 8 def tax @tax end |
#type ⇒ Object
Returns the value of attribute type.
5 6 7 |
# File 'lib/compropago_sdk/factory/models/fee_details.rb', line 5 def type @type end |