Class: TesoteSdk::Models::Fee

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

#amountObject

Returns the value of attribute amount

Returns:

  • (Object)

    the current value of amount



230
231
232
# File 'lib/tesote_sdk/models.rb', line 230

def amount
  @amount
end

#currencyObject

Returns the value of attribute currency

Returns:

  • (Object)

    the current value of currency



230
231
232
# File 'lib/tesote_sdk/models.rb', line 230

def currency
  @currency
end