UNPKG

@investingwolf/alpaca-broker-api

Version:
54 lines (53 loc) 1.33 kB
"use strict"; /** * Alpaca Broker API * Open brokerage accounts, enable commission-free trading, and manage the ongoing user experience with Alpaca Broker API * * The version of the OpenAPI document: 1.0.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * https://openapi-generator.tech * Do not edit the class manually. */ Object.defineProperty(exports, "__esModule", { value: true }); exports.InlineResponse2004 = void 0; class InlineResponse2004 { static getAttributeTypeMap() { return InlineResponse2004.attributeTypeMap; } } exports.InlineResponse2004 = InlineResponse2004; InlineResponse2004.discriminator = undefined; InlineResponse2004.attributeTypeMap = [ { "name": "account_id", "baseName": "account_id", "type": "string" }, { "name": "account_number", "baseName": "account_number", "type": "string" }, { "name": "status_from", "baseName": "status_from", "type": "string" }, { "name": "status_to", "baseName": "status_to", "type": "string" }, { "name": "reason", "baseName": "reason", "type": "string" }, { "name": "at", "baseName": "at", "type": "Date" } ];