Class: TesoteSdk::Models::AccountData
- Inherits:
-
Struct
- Object
- Struct
- TesoteSdk::Models::AccountData
- Extended by:
- FromHash
- Defined in:
- lib/tesote_sdk/models.rb
Instance Attribute Summary collapse
-
#available_balance_cents ⇒ Object
Returns the value of attribute available_balance_cents.
-
#balance_cents ⇒ Object
Returns the value of attribute balance_cents.
-
#balance_data_current_as_of ⇒ Object
Returns the value of attribute balance_data_current_as_of.
-
#currency ⇒ Object
Returns the value of attribute currency.
-
#custom_user_provided_identifier ⇒ Object
Returns the value of attribute custom_user_provided_identifier.
-
#masked_account_number ⇒ Object
Returns the value of attribute masked_account_number.
-
#transactions_data_current_as_of ⇒ Object
Returns the value of attribute transactions_data_current_as_of.
Method Summary
Methods included from FromHash
build_field, from_array, from_hash
Instance Attribute Details
#available_balance_cents ⇒ Object
Returns the value of attribute available_balance_cents
45 46 47 |
# File 'lib/tesote_sdk/models.rb', line 45 def available_balance_cents @available_balance_cents end |
#balance_cents ⇒ Object
Returns the value of attribute balance_cents
45 46 47 |
# File 'lib/tesote_sdk/models.rb', line 45 def balance_cents @balance_cents end |
#balance_data_current_as_of ⇒ Object
Returns the value of attribute 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 |
#currency ⇒ Object
Returns the value of attribute currency
45 46 47 |
# File 'lib/tesote_sdk/models.rb', line 45 def currency @currency end |
#custom_user_provided_identifier ⇒ Object
Returns the value of attribute 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_number ⇒ Object
Returns the value of attribute masked_account_number
45 46 47 |
# File 'lib/tesote_sdk/models.rb', line 45 def masked_account_number @masked_account_number end |
#transactions_data_current_as_of ⇒ Object
Returns the value of attribute 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 |