Class: TesoteSdk::Models::AccountData

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

#available_balance_centsObject

Returns the value of attribute available_balance_cents

Returns:

  • (Object)

    the current value of available_balance_cents



45
46
47
# File 'lib/tesote_sdk/models.rb', line 45

def available_balance_cents
  @available_balance_cents
end

#balance_centsObject

Returns the value of attribute balance_cents

Returns:

  • (Object)

    the current value of balance_cents



45
46
47
# File 'lib/tesote_sdk/models.rb', line 45

def balance_cents
  @balance_cents
end

#balance_data_current_as_ofObject

Returns the value of attribute balance_data_current_as_of

Returns:

  • (Object)

    the current value of balance_data_current_as_of



45
46
47
# File 'lib/tesote_sdk/models.rb', line 45

def balance_data_current_as_of
  @balance_data_current_as_of
end

#currencyObject

Returns the value of attribute currency

Returns:

  • (Object)

    the current value of currency



45
46
47
# File 'lib/tesote_sdk/models.rb', line 45

def currency
  @currency
end

#custom_user_provided_identifierObject

Returns the value of attribute custom_user_provided_identifier

Returns:

  • (Object)

    the current value of custom_user_provided_identifier



45
46
47
# File 'lib/tesote_sdk/models.rb', line 45

def custom_user_provided_identifier
  @custom_user_provided_identifier
end

#masked_account_numberObject

Returns the value of attribute masked_account_number

Returns:

  • (Object)

    the current value of masked_account_number



45
46
47
# File 'lib/tesote_sdk/models.rb', line 45

def 
  @masked_account_number
end

#transactions_data_current_as_ofObject

Returns the value of attribute transactions_data_current_as_of

Returns:

  • (Object)

    the current value of transactions_data_current_as_of



45
46
47
# File 'lib/tesote_sdk/models.rb', line 45

def transactions_data_current_as_of
  @transactions_data_current_as_of
end