Method: FuseClient::Entity#id

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

#idObject

Unique identifier for the user or business account that is connecting to an institution. Use this id when calling the GET /entities/$entity_id endpoint.



19
20
21
# File 'lib/fuse_client/models/entity.rb', line 19

def id
  @id
end