Class: TesoteSdk::Models::TransactionData
- Inherits:
-
Struct
- Object
- Struct
- TesoteSdk::Models::TransactionData
- Extended by:
- FromHash
- Defined in:
- lib/tesote_sdk/models.rb
Instance Attribute Summary collapse
-
#amount_cents ⇒ Object
Returns the value of attribute amount_cents.
-
#created_at ⇒ Object
Returns the value of attribute created_at.
-
#created_at_date ⇒ Object
Returns the value of attribute created_at_date.
-
#currency ⇒ Object
Returns the value of attribute currency.
-
#description ⇒ Object
Returns the value of attribute description.
-
#external_service_id ⇒ Object
Returns the value of attribute external_service_id.
-
#note ⇒ Object
Returns the value of attribute note.
-
#running_balance_cents ⇒ Object
Returns the value of attribute running_balance_cents.
-
#transaction_date ⇒ Object
Returns the value of attribute transaction_date.
Method Summary
Methods included from FromHash
build_field, from_array, from_hash
Instance Attribute Details
#amount_cents ⇒ Object
Returns the value of attribute amount_cents
94 95 96 |
# File 'lib/tesote_sdk/models.rb', line 94 def amount_cents @amount_cents end |
#created_at ⇒ Object
Returns the value of attribute created_at
94 95 96 |
# File 'lib/tesote_sdk/models.rb', line 94 def created_at @created_at end |
#created_at_date ⇒ Object
Returns the value of attribute created_at_date
94 95 96 |
# File 'lib/tesote_sdk/models.rb', line 94 def created_at_date @created_at_date end |
#currency ⇒ Object
Returns the value of attribute currency
94 95 96 |
# File 'lib/tesote_sdk/models.rb', line 94 def currency @currency end |
#description ⇒ Object
Returns the value of attribute description
94 95 96 |
# File 'lib/tesote_sdk/models.rb', line 94 def description @description end |
#external_service_id ⇒ Object
Returns the value of attribute external_service_id
94 95 96 |
# File 'lib/tesote_sdk/models.rb', line 94 def external_service_id @external_service_id end |
#note ⇒ Object
Returns the value of attribute note
94 95 96 |
# File 'lib/tesote_sdk/models.rb', line 94 def note @note end |
#running_balance_cents ⇒ Object
Returns the value of attribute running_balance_cents
94 95 96 |
# File 'lib/tesote_sdk/models.rb', line 94 def running_balance_cents @running_balance_cents end |
#transaction_date ⇒ Object
Returns the value of attribute transaction_date
94 95 96 |
# File 'lib/tesote_sdk/models.rb', line 94 def transaction_date @transaction_date end |