Class: TesoteSdk::Models::SourceAccount
- Inherits:
-
Struct
- Object
- Struct
- TesoteSdk::Models::SourceAccount
- Extended by:
- FromHash
- Defined in:
- lib/tesote_sdk/models.rb
Instance Attribute Summary collapse
-
#id ⇒ Object
Returns the value of attribute id.
-
#name ⇒ Object
Returns the value of attribute name.
-
#payment_method_id ⇒ Object
Returns the value of attribute payment_method_id.
Method Summary
Methods included from FromHash
build_field, from_array, from_hash
Instance Attribute Details
#id ⇒ Object
Returns the value of attribute id
217 218 219 |
# File 'lib/tesote_sdk/models.rb', line 217 def id @id end |
#name ⇒ Object
Returns the value of attribute name
217 218 219 |
# File 'lib/tesote_sdk/models.rb', line 217 def name @name end |
#payment_method_id ⇒ Object
Returns the value of attribute payment_method_id
217 218 219 |
# File 'lib/tesote_sdk/models.rb', line 217 def payment_method_id @payment_method_id end |