Class: Affirm::Struct::Transaction::Event
- Defined in:
- lib/affirm/structs/transaction/event.rb
Instance Attribute Summary collapse
-
#amount ⇒ Object
Returns the value of attribute amount.
-
#created ⇒ Object
Returns the value of attribute created.
-
#currency ⇒ Object
Returns the value of attribute currency.
-
#fee ⇒ Object
Returns the value of attribute fee.
-
#id ⇒ Object
Returns the value of attribute id.
-
#type ⇒ Object
Returns the value of attribute type.
Method Summary
Methods inherited from Base
Constructor Details
This class inherits a constructor from Affirm::Struct::Base
Instance Attribute Details
#amount ⇒ Object
Returns the value of attribute amount.
5 6 7 |
# File 'lib/affirm/structs/transaction/event.rb', line 5 def amount @amount end |
#created ⇒ Object
Returns the value of attribute created.
6 7 8 |
# File 'lib/affirm/structs/transaction/event.rb', line 6 def created @created end |
#currency ⇒ Object
Returns the value of attribute currency.
9 10 11 |
# File 'lib/affirm/structs/transaction/event.rb', line 9 def currency @currency end |
#fee ⇒ Object
Returns the value of attribute fee.
8 9 10 |
# File 'lib/affirm/structs/transaction/event.rb', line 8 def fee @fee end |
#id ⇒ Object
Returns the value of attribute id.
4 5 6 |
# File 'lib/affirm/structs/transaction/event.rb', line 4 def id @id end |
#type ⇒ Object
Returns the value of attribute type.
7 8 9 |
# File 'lib/affirm/structs/transaction/event.rb', line 7 def type @type end |