Class: TesoteSdk::Models::SourceAccount

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

#idObject

Returns the value of attribute id

Returns:

  • (Object)

    the current value of id



217
218
219
# File 'lib/tesote_sdk/models.rb', line 217

def id
  @id
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



217
218
219
# File 'lib/tesote_sdk/models.rb', line 217

def name
  @name
end

#payment_method_idObject

Returns the value of attribute payment_method_id

Returns:

  • (Object)

    the current value of payment_method_id



217
218
219
# File 'lib/tesote_sdk/models.rb', line 217

def payment_method_id
  @payment_method_id
end