Class: TesoteSdk::Models::Destination
- Inherits:
-
Struct
- Object
- Struct
- TesoteSdk::Models::Destination
- Extended by:
- FromHash
- Defined in:
- lib/tesote_sdk/models.rb
Instance Attribute Summary collapse
-
#counterparty_id ⇒ Object
Returns the value of attribute counterparty_id.
-
#counterparty_name ⇒ Object
Returns the value of attribute counterparty_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
#counterparty_id ⇒ Object
Returns the value of attribute counterparty_id
221 222 223 |
# File 'lib/tesote_sdk/models.rb', line 221 def counterparty_id @counterparty_id end |
#counterparty_name ⇒ Object
Returns the value of attribute counterparty_name
221 222 223 |
# File 'lib/tesote_sdk/models.rb', line 221 def counterparty_name @counterparty_name end |
#payment_method_id ⇒ Object
Returns the value of attribute payment_method_id
221 222 223 |
# File 'lib/tesote_sdk/models.rb', line 221 def payment_method_id @payment_method_id end |