@airwallex/node-sdk
Version:
Airwallex Node.js SDK
26 lines • 1.03 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.SimulationBusinessIdentifierApiDto = void 0;
var SimulationBusinessIdentifierApiDto;
(function (SimulationBusinessIdentifierApiDto) {
SimulationBusinessIdentifierApiDto.validTypeEnum = ['BRN', 'EIN', 'SSN', 'VAT'];
SimulationBusinessIdentifierApiDto.discriminator = 'SimulationBusinessIdentifierApiDto';
SimulationBusinessIdentifierApiDto.attributeTypeMap = [
{
name: 'country_code',
baseName: 'country_code',
type: 'string',
},
{
name: 'number',
baseName: 'number',
type: 'string',
},
{
name: 'type',
baseName: 'type',
type: 'SimulationBusinessIdentifierApiDto.TypeEnum',
},
];
})(SimulationBusinessIdentifierApiDto || (exports.SimulationBusinessIdentifierApiDto = SimulationBusinessIdentifierApiDto = {}));
//# sourceMappingURL=simulationBusinessIdentifierApiDto.js.map