Class: TesoteSdk::Models::TransactionData

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

#amount_centsObject

Returns the value of attribute amount_cents

Returns:

  • (Object)

    the current value of amount_cents



94
95
96
# File 'lib/tesote_sdk/models.rb', line 94

def amount_cents
  @amount_cents
end

#created_atObject

Returns the value of attribute created_at

Returns:

  • (Object)

    the current value of created_at



94
95
96
# File 'lib/tesote_sdk/models.rb', line 94

def created_at
  @created_at
end

#created_at_dateObject

Returns the value of attribute created_at_date

Returns:

  • (Object)

    the current value of created_at_date



94
95
96
# File 'lib/tesote_sdk/models.rb', line 94

def created_at_date
  @created_at_date
end

#currencyObject

Returns the value of attribute currency

Returns:

  • (Object)

    the current value of currency



94
95
96
# File 'lib/tesote_sdk/models.rb', line 94

def currency
  @currency
end

#descriptionObject

Returns the value of attribute description

Returns:

  • (Object)

    the current value of description



94
95
96
# File 'lib/tesote_sdk/models.rb', line 94

def description
  @description
end

#external_service_idObject

Returns the value of attribute external_service_id

Returns:

  • (Object)

    the current value of external_service_id



94
95
96
# File 'lib/tesote_sdk/models.rb', line 94

def external_service_id
  @external_service_id
end

#noteObject

Returns the value of attribute note

Returns:

  • (Object)

    the current value of note



94
95
96
# File 'lib/tesote_sdk/models.rb', line 94

def note
  @note
end

#running_balance_centsObject

Returns the value of attribute running_balance_cents

Returns:

  • (Object)

    the current value of running_balance_cents



94
95
96
# File 'lib/tesote_sdk/models.rb', line 94

def running_balance_cents
  @running_balance_cents
end

#transaction_dateObject

Returns the value of attribute transaction_date

Returns:

  • (Object)

    the current value of transaction_date



94
95
96
# File 'lib/tesote_sdk/models.rb', line 94

def transaction_date
  @transaction_date
end