Class: TesoteSdk::Models::SyncTransaction

Inherits:
Struct
  • Object
show all
Extended by:
FromHash
Defined in:
lib/tesote_sdk/models.rb

Instance Attribute Summary collapse

Method Summary

Methods included from FromHash

build_field, from_array, from_hash

Instance Attribute Details

#account_idObject

Returns the value of attribute account_id

Returns:

  • (Object)

    the current value of account_id



131
132
133
# File 'lib/tesote_sdk/models.rb', line 131

def 
  @account_id
end

#amountObject

Returns the value of attribute amount

Returns:

  • (Object)

    the current value of amount



131
132
133
# File 'lib/tesote_sdk/models.rb', line 131

def amount
  @amount
end

#categoryObject

Returns the value of attribute category

Returns:

  • (Object)

    the current value of category



131
132
133
# File 'lib/tesote_sdk/models.rb', line 131

def category
  @category
end

#dateObject

Returns the value of attribute date

Returns:

  • (Object)

    the current value of date



131
132
133
# File 'lib/tesote_sdk/models.rb', line 131

def date
  @date
end

#datetimeObject

Returns the value of attribute datetime

Returns:

  • (Object)

    the current value of datetime



131
132
133
# File 'lib/tesote_sdk/models.rb', line 131

def datetime
  @datetime
end

#iso_currency_codeObject

Returns the value of attribute iso_currency_code

Returns:

  • (Object)

    the current value of iso_currency_code



131
132
133
# File 'lib/tesote_sdk/models.rb', line 131

def iso_currency_code
  @iso_currency_code
end

#merchant_nameObject

Returns the value of attribute merchant_name

Returns:

  • (Object)

    the current value of merchant_name



131
132
133
# File 'lib/tesote_sdk/models.rb', line 131

def merchant_name
  @merchant_name
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



131
132
133
# File 'lib/tesote_sdk/models.rb', line 131

def name
  @name
end

#pendingObject

Returns the value of attribute pending

Returns:

  • (Object)

    the current value of pending



131
132
133
# File 'lib/tesote_sdk/models.rb', line 131

def pending
  @pending
end

#running_balance_centsObject

Returns the value of attribute running_balance_cents

Returns:

  • (Object)

    the current value of running_balance_cents



131
132
133
# File 'lib/tesote_sdk/models.rb', line 131

def running_balance_cents
  @running_balance_cents
end

#transaction_idObject

Returns the value of attribute transaction_id

Returns:

  • (Object)

    the current value of transaction_id



131
132
133
# File 'lib/tesote_sdk/models.rb', line 131

def transaction_id
  @transaction_id
end

#unofficial_currency_codeObject

Returns the value of attribute unofficial_currency_code

Returns:

  • (Object)

    the current value of unofficial_currency_code



131
132
133
# File 'lib/tesote_sdk/models.rb', line 131

def unofficial_currency_code
  @unofficial_currency_code
end