UNPKG

@airwallex/node-sdk

Version:

Airwallex Node.js SDK

20 lines 766 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.IssuingNonPciEmployerDto = void 0; var IssuingNonPciEmployerDto; (function (IssuingNonPciEmployerDto) { IssuingNonPciEmployerDto.discriminator = 'IssuingNonPciEmployerDto'; IssuingNonPciEmployerDto.attributeTypeMap = [ { name: 'business_identifiers', baseName: 'business_identifiers', type: 'Array<IssuingNonPciBusinessIdentifierDto>', }, { name: 'business_name', baseName: 'business_name', type: 'string', }, ]; })(IssuingNonPciEmployerDto || (exports.IssuingNonPciEmployerDto = IssuingNonPciEmployerDto = {})); //# sourceMappingURL=issuingNonPciEmployerDto.js.map