Sha256: 6a31947f84a67b8c40d50ca50834b922e23bb1216fb1b3b4e88282033beeda51
Contents?: true
Size: 965 Bytes
Versions: 4
Compression:
Stored size: 965 Bytes
Contents
# SnapTrade::SnapTradeLoginUserRequestBody ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **broker** | **String** | Slug of the brokerage to connect the user to | [optional] | | **immediate_redirect** | **Boolean** | When set to True, user will be redirected back to the partner's site instead of the connection portal | [optional] | | **custom_redirect** | **String** | URL to redirect the user to after the user connects their brokerage account | [optional] | | **reconnect** | **String** | The UUID of the brokerage connection to be reconnected | [optional] | | **connection_type** | [**ConnectionType**](ConnectionType.md) | | [optional] | ## Example ```ruby require 'snaptrade' instance = SnapTrade::SnapTradeLoginUserRequestBody.new( broker: ALPACA, immediate_redirect: true, custom_redirect: https://snaptrade.com, reconnect: 8b5f262d-4bb9-365d-888a-202bd3b15fa1, connection_type: null ) ```
Version data entries
4 entries across 4 versions & 1 rubygems