Method: TransferZero::Account.openapi_types

Defined in:
lib/transferzero-sdk/models/account.rb

.openapi_typesObject

Attribute type mapping.



32
33
34
35
36
37
# File 'lib/transferzero-sdk/models/account.rb', line 32

def self.openapi_types
  {
    :'amount' => :'Float',
    :'currency' => :'String'
  }
end