Method: FuseClient::SyncTransactionsRequest.openapi_types
- Defined in:
- lib/fuse_client/models/sync_transactions_request.rb
.openapi_types ⇒ Object
Attribute type mapping.
42 43 44 45 46 47 48 |
# File 'lib/fuse_client/models/sync_transactions_request.rb', line 42 def self.openapi_types { :'access_token' => :'String', :'cursor' => :'String', :'count' => :'Integer' } end |