Sha256: 239b92da0ac305e580f042869221b79854dbaa0fb3f5359dbf3c4d16f736f4d5
Contents?: true
Size: 1.04 KB
Versions: 41
Compression:
Stored size: 1.04 KB
Contents
# SnapTrade::ConnectionsSessionEvents200ResponseInner ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **id** | **String** | | [optional] | | **session_event_type** | [**SessionEventType**](SessionEventType.md) | | [optional] | | **session_id** | **String** | | [optional] | | **user_id** | **String** | SnapTrade User ID. Provided by SnapTrade Partner. Can be any string, as long as it's unique to a user | [optional] | | **created_date** | **String** | Time | [optional] | | **brokerage_status_code** | **Integer** | | [optional] | | **brokerage_authorization_id** | **String** | | [optional] | ## Example ```ruby require 'snaptrade' instance = SnapTrade::ConnectionsSessionEvents200ResponseInner.new( id: 2bcd7cc3-e922-4976-bce1-9858296801c3, session_event_type: null, session_id: 2bcd7cc3-e922-4976-bce1-9858296801c3, user_id: snaptrade-user-123, created_date: 2022-01-21T20:11:19.217Z, brokerage_status_code: 400, brokerage_authorization_id: 2bcd7cc3-e922-4976-bce1-9858296801c3 ) ```
Version data entries
41 entries across 41 versions & 1 rubygems