Method: FuseClient::SyncTransactionsRequest#cursor

Defined in:
lib/fuse_client/models/sync_transactions_request.rb

#cursorObject

The cursor value represents the last update requested. Providing it will cause the response to only return changes after this update. If omitted, the entire history of updates will be returned, starting with the first-added transactions on the item.



22
23
24
# File 'lib/fuse_client/models/sync_transactions_request.rb', line 22

def cursor
  @cursor
end