Sha256: 37dc31e4b553ebaf31adfb75c71c6c9846a8d4c3d389107409143a61848b47d0
Contents?: true
Size: 703 Bytes
Versions: 34
Compression:
Stored size: 703 Bytes
Contents
# SnapTrade::BrokerageAuthorizationTypeReadOnly ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **id** | **String** | | [optional] | | **type** | [**BrokerageAuthorizationTypeReadOnlyType**](BrokerageAuthorizationTypeReadOnlyType.md) | | [optional] | | **auth_type** | [**AuthType**](AuthType.md) | | [optional] | | **brokerage** | [**BrokerageAuthorizationTypeReadOnlyBrokerage**](BrokerageAuthorizationTypeReadOnlyBrokerage.md) | | [optional] | ## Example ```ruby require 'snaptrade' instance = SnapTrade::BrokerageAuthorizationTypeReadOnly.new( id: 2bcd7cc3-e922-4976-bce1-9858296801c3, type: null, auth_type: null, brokerage: null ) ```
Version data entries
34 entries across 34 versions & 1 rubygems