Method: FuseClient::SyncTransactionsRequest.attribute_map
- Defined in:
- lib/fuse_client/models/sync_transactions_request.rb
.attribute_map ⇒ Object
Attribute mapping from ruby-style variable name to JSON key.
28 29 30 31 32 33 34 |
# File 'lib/fuse_client/models/sync_transactions_request.rb', line 28 def self.attribute_map { :'access_token' => :'access_token', :'cursor' => :'cursor', :'count' => :'count' } end |