@airwallex/node-sdk
Version:
Airwallex Node.js SDK
40 lines • 1.23 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.VerificationCaseResApiDto = void 0;
var VerificationCaseResApiDto;
(function (VerificationCaseResApiDto) {
VerificationCaseResApiDto.discriminator = 'VerificationCaseResApiDto';
VerificationCaseResApiDto.attributeTypeMap = [
{
name: 'additional_details',
baseName: 'additional_details',
type: 'VerificationCaseAdditionDetailsApiDto',
},
{
name: 'archived',
baseName: 'archived',
type: 'boolean',
},
{
name: 'created_at',
baseName: 'created_at',
type: 'string',
},
{
name: 'result',
baseName: 'result',
type: 'string',
},
{
name: 'type',
baseName: 'type',
type: 'string',
},
{
name: 'verification_case_id',
baseName: 'verification_case_id',
type: 'string',
},
];
})(VerificationCaseResApiDto || (exports.VerificationCaseResApiDto = VerificationCaseResApiDto = {}));
//# sourceMappingURL=verificationCaseResApiDto.js.map