Class: TesoteSdk::Models::SyncTransaction
- Inherits:
-
Struct
- Object
- Struct
- TesoteSdk::Models::SyncTransaction
- Extended by:
- FromHash
- Defined in:
- lib/tesote_sdk/models.rb
Instance Attribute Summary collapse
-
#account_id ⇒ Object
Returns the value of attribute account_id.
-
#amount ⇒ Object
Returns the value of attribute amount.
-
#category ⇒ Object
Returns the value of attribute category.
-
#date ⇒ Object
Returns the value of attribute date.
-
#datetime ⇒ Object
Returns the value of attribute datetime.
-
#iso_currency_code ⇒ Object
Returns the value of attribute iso_currency_code.
-
#merchant_name ⇒ Object
Returns the value of attribute merchant_name.
-
#name ⇒ Object
Returns the value of attribute name.
-
#pending ⇒ Object
Returns the value of attribute pending.
-
#running_balance_cents ⇒ Object
Returns the value of attribute running_balance_cents.
-
#transaction_id ⇒ Object
Returns the value of attribute transaction_id.
-
#unofficial_currency_code ⇒ Object
Returns the value of attribute unofficial_currency_code.
Method Summary
Methods included from FromHash
build_field, from_array, from_hash
Instance Attribute Details
#account_id ⇒ Object
Returns the value of attribute account_id
131 132 133 |
# File 'lib/tesote_sdk/models.rb', line 131 def account_id @account_id end |
#amount ⇒ Object
Returns the value of attribute amount
131 132 133 |
# File 'lib/tesote_sdk/models.rb', line 131 def amount @amount end |
#category ⇒ Object
Returns the value of attribute category
131 132 133 |
# File 'lib/tesote_sdk/models.rb', line 131 def category @category end |
#date ⇒ Object
Returns the value of attribute date
131 132 133 |
# File 'lib/tesote_sdk/models.rb', line 131 def date @date end |
#datetime ⇒ Object
Returns the value of attribute datetime
131 132 133 |
# File 'lib/tesote_sdk/models.rb', line 131 def datetime @datetime end |
#iso_currency_code ⇒ Object
Returns the value of attribute iso_currency_code
131 132 133 |
# File 'lib/tesote_sdk/models.rb', line 131 def iso_currency_code @iso_currency_code end |
#merchant_name ⇒ Object
Returns the value of attribute merchant_name
131 132 133 |
# File 'lib/tesote_sdk/models.rb', line 131 def merchant_name @merchant_name end |
#name ⇒ Object
Returns the value of attribute name
131 132 133 |
# File 'lib/tesote_sdk/models.rb', line 131 def name @name end |
#pending ⇒ Object
Returns the value of attribute pending
131 132 133 |
# File 'lib/tesote_sdk/models.rb', line 131 def pending @pending end |
#running_balance_cents ⇒ Object
Returns the value of attribute running_balance_cents
131 132 133 |
# File 'lib/tesote_sdk/models.rb', line 131 def running_balance_cents @running_balance_cents end |
#transaction_id ⇒ Object
Returns the value of attribute transaction_id
131 132 133 |
# File 'lib/tesote_sdk/models.rb', line 131 def transaction_id @transaction_id end |
#unofficial_currency_code ⇒ Object
Returns the value of attribute unofficial_currency_code
131 132 133 |
# File 'lib/tesote_sdk/models.rb', line 131 def unofficial_currency_code @unofficial_currency_code end |