Method: FuseClient::TransactionToEnrich.openapi_types
- Defined in:
- lib/fuse_client/models/transaction_to_enrich.rb
.openapi_types ⇒ Object
Attribute type mapping.
85 86 87 88 89 90 91 92 93 94 95 96 97 |
# File 'lib/fuse_client/models/transaction_to_enrich.rb', line 85 def self.openapi_types { :'id' => :'String', :'description' => :'String', :'mcc' => :'String', :'amount' => :'Float', :'direction' => :'String', :'country_code' => :'String', :'iso_currency_code' => :'String', :'date' => :'String', :'owner_type' => :'String' } end |