UNPKG

@airwallex/node-sdk

Version:

Airwallex Node.js SDK

30 lines 964 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.IdentificationDocumentDto = void 0; var IdentificationDocumentDto; (function (IdentificationDocumentDto) { IdentificationDocumentDto.validTypeEnum = [ 'HK_ID', 'PASSPORT', 'BUSINESS_REGISTRATION_NUMBER', 'CERTIFICATE_OF_INCORPORATION_NUMBER', 'OTHERS', 'NRIC', 'FIN', 'UEN', ]; IdentificationDocumentDto.discriminator = 'IdentificationDocumentDto'; IdentificationDocumentDto.attributeTypeMap = [ { name: 'type', baseName: 'type', type: 'IdentificationDocumentDto.TypeEnum', }, { name: 'value', baseName: 'value', type: 'string', }, ]; })(IdentificationDocumentDto || (exports.IdentificationDocumentDto = IdentificationDocumentDto = {})); //# sourceMappingURL=identificationDocumentDto.js.map