@airwallex/node-sdk
Version:
Airwallex Node.js SDK
41 lines • 1.47 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.BusinessIdentificationApiDto = void 0;
var BusinessIdentificationApiDto;
(function (BusinessIdentificationApiDto) {
BusinessIdentificationApiDto.validIdentificationTypeEnum = ['DRIVERS_LICENCE', 'PASSPORT', 'PERSONAL_ID', 'TAX_ID'];
BusinessIdentificationApiDto.discriminator = 'BusinessIdentificationApiDto';
BusinessIdentificationApiDto.attributeTypeMap = [
{
name: 'drivers_license',
baseName: 'drivers_license',
type: 'DriverLicenceApiDto',
},
{
name: 'identification_type',
baseName: 'identification_type',
type: 'BusinessIdentificationApiDto.IdentificationTypeEnum',
},
{
name: 'issuing_country_code',
baseName: 'issuing_country_code',
type: 'string',
},
{
name: 'passport',
baseName: 'passport',
type: 'PassportApiDto',
},
{
name: 'personal_id',
baseName: 'personal_id',
type: 'PersonalIdApiDto',
},
{
name: 'tax_id',
baseName: 'tax_id',
type: 'BusinessPersonTaxIdApiDto',
},
];
})(BusinessIdentificationApiDto || (exports.BusinessIdentificationApiDto = BusinessIdentificationApiDto = {}));
//# sourceMappingURL=businessIdentificationApiDto.js.map