Class: TesoteSdk::Models::TransactionCategory

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

#created_atObject

Returns the value of attribute created_at

Returns:

  • (Object)

    the current value of created_at



80
81
82
# File 'lib/tesote_sdk/models.rb', line 80

def created_at
  @created_at
end

#external_category_codeObject

Returns the value of attribute external_category_code

Returns:

  • (Object)

    the current value of external_category_code



80
81
82
# File 'lib/tesote_sdk/models.rb', line 80

def external_category_code
  @external_category_code
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



80
81
82
# File 'lib/tesote_sdk/models.rb', line 80

def name
  @name
end

#updated_atObject

Returns the value of attribute updated_at

Returns:

  • (Object)

    the current value of updated_at



80
81
82
# File 'lib/tesote_sdk/models.rb', line 80

def updated_at
  @updated_at
end