UNPKG

@airwallex/node-sdk

Version:

Airwallex Node.js SDK

26 lines 841 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.ShareHoldingDTO = void 0; var ShareHoldingDTO; (function (ShareHoldingDTO) { ShareHoldingDTO.validEntityTypeEnum = ['COMPANY', 'PERSONAL']; ShareHoldingDTO.discriminator = 'ShareHoldingDTO'; ShareHoldingDTO.attributeTypeMap = [ { name: 'entity_type', baseName: 'entity_type', type: 'ShareHoldingDTO.EntityTypeEnum', }, { name: 'name', baseName: 'name', type: 'string', }, { name: 'share_holding_percentage', baseName: 'share_holding_percentage', type: 'string', }, ]; })(ShareHoldingDTO || (exports.ShareHoldingDTO = ShareHoldingDTO = {})); //# sourceMappingURL=shareHoldingDTO.js.map