Class: Affirm::Struct::Transaction::Event

Inherits:
Base
  • Object
show all
Defined in:
lib/affirm/structs/transaction/event.rb

Instance Attribute Summary collapse

Method Summary

Methods inherited from Base

#initialize

Constructor Details

This class inherits a constructor from Affirm::Struct::Base

Instance Attribute Details

#amountObject

Returns the value of attribute amount.



5
6
7
# File 'lib/affirm/structs/transaction/event.rb', line 5

def amount
  @amount
end

#createdObject

Returns the value of attribute created.



6
7
8
# File 'lib/affirm/structs/transaction/event.rb', line 6

def created
  @created
end

#currencyObject

Returns the value of attribute currency.



9
10
11
# File 'lib/affirm/structs/transaction/event.rb', line 9

def currency
  @currency
end

#feeObject

Returns the value of attribute fee.



8
9
10
# File 'lib/affirm/structs/transaction/event.rb', line 8

def fee
  @fee
end

#idObject

Returns the value of attribute id.



4
5
6
# File 'lib/affirm/structs/transaction/event.rb', line 4

def id
  @id
end

#typeObject

Returns the value of attribute type.



7
8
9
# File 'lib/affirm/structs/transaction/event.rb', line 7

def type
  @type
end