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