upstox-java

TokenResponse

Properties

Name | Type | Description | Notes ———— | ————- | ————- | ————- email | String | E-mail address of the user | [optional] exchanges | List<ExchangesEnum> | Lists the exchanges to which the user has access | [optional] products | List<ProductsEnum> | Lists the products types to which the user has access | [optional] broker | String | The broker ID | [optional] userId | String | Uniquely identifies the user | [optional] userName | String | Name of the user | [optional] orderTypes | List<OrderTypesEnum> | Order types enabled for the user | [optional] userType | String | Identifies the user's registered role at the broker. This will be individual for all retail users | [optional] poa | Boolean | To depict if the user has given power of attorney for transactions | [optional] isActive | Boolean | Whether the status of account is active or not | [optional] accessToken | String | The authentication token that is to used with every subsequent API requests | [optional]

Enum: List<ExchangesEnum>

Name | Value —- | —– NSE | "NSE" NFO | "NFO" CDS | "CDS" BSE | "BSE" BCD | "BCD" BFO | "BFO" MCX | "MCX"

Enum: List<ProductsEnum>

Name | Value —- | —– I | "I" D | "D" CO | "CO" OCO | "OCO" MTF | "MTF"

Enum: List<OrderTypesEnum>

Name | Value —- | —– MARKET | "MARKET" LIMIT | "LIMIT" SL | "SL" SL_M | "SL-M"