UNPKG

@investingwolf/alpaca-broker-api

Version:
34 lines (33 loc) 1.03 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.UntypedWireTransferDataAllOf = void 0; class UntypedWireTransferDataAllOf { static getAttributeTypeMap() { return UntypedWireTransferDataAllOf.attributeTypeMap; } } exports.UntypedWireTransferDataAllOf = UntypedWireTransferDataAllOf; UntypedWireTransferDataAllOf.discriminator = undefined; UntypedWireTransferDataAllOf.attributeTypeMap = [ { "name": "additional_information", "baseName": "additional_information", "type": "string" }, { "name": "bank_id", "baseName": "bank_id", "type": "string" } ];