@airwallex/node-sdk
Version:
Airwallex Node.js SDK
35 lines • 1.04 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.RfiIdentityDocumentDto = void 0;
var RfiIdentityDocumentDto;
(function (RfiIdentityDocumentDto) {
RfiIdentityDocumentDto.discriminator = 'RfiIdentityDocumentDto';
RfiIdentityDocumentDto.attributeTypeMap = [
{
name: 'back_file_id',
baseName: 'back_file_id',
type: 'string',
},
{
name: 'front_file_id',
baseName: 'front_file_id',
type: 'string',
},
{
name: 'issuing_country',
baseName: 'issuing_country',
type: 'string',
},
{
name: 'number',
baseName: 'number',
type: 'string',
},
{
name: 'type',
baseName: 'type',
type: 'string',
},
];
})(RfiIdentityDocumentDto || (exports.RfiIdentityDocumentDto = RfiIdentityDocumentDto = {}));
//# sourceMappingURL=rfiIdentityDocumentDto.js.map