UNPKG

@investingwolf/alpaca-broker-api

Version:
47 lines (46 loc) 1.26 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.DocumentUpload = void 0; /** * If an account has documents after the submission, it has the Document model in exchange with DocumentUpload. */ class DocumentUpload { static getAttributeTypeMap() { return DocumentUpload.attributeTypeMap; } } exports.DocumentUpload = DocumentUpload; DocumentUpload.discriminator = undefined; DocumentUpload.attributeTypeMap = [ { "name": "document_type", "baseName": "document_type", "type": "DocumentType" }, { "name": "document_sub_type", "baseName": "document_sub_type", "type": "string" }, { "name": "content", "baseName": "content", "type": "string" }, { "name": "mime_type", "baseName": "mime_type", "type": "string" } ];