Sha256: e5efe8cc7f63dcf0374682c7e558468b0ca7732d3616a43c3b779a67f710038b
Contents?: true
Size: 653 Bytes
Versions: 7
Compression:
Stored size: 653 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** | | [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
7 entries across 7 versions & 1 rubygems