@airwallex/node-sdk
Version:
Airwallex Node.js SDK
32 lines • 1.02 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.IdentityAttachmentApiDto = void 0;
var IdentityAttachmentApiDto;
(function (IdentityAttachmentApiDto) {
IdentityAttachmentApiDto.validTagEnum = [
'DRIVERS_LICENSE_FRONT',
'DRIVERS_LICENSE_BACK',
'PERSONAL_ID_FRONT',
'PERSONAL_ID_BACK',
'PASSPORT',
];
IdentityAttachmentApiDto.discriminator = 'IdentityAttachmentApiDto';
IdentityAttachmentApiDto.attributeTypeMap = [
{
name: 'description',
baseName: 'description',
type: 'string',
},
{
name: 'file_id',
baseName: 'file_id',
type: 'string',
},
{
name: 'tag',
baseName: 'tag',
type: 'IdentityAttachmentApiDto.TagEnum',
},
];
})(IdentityAttachmentApiDto || (exports.IdentityAttachmentApiDto = IdentityAttachmentApiDto = {}));
//# sourceMappingURL=identityAttachmentApiDto.js.map