UNPKG

@airwallex/node-sdk

Version:

Airwallex Node.js SDK

25 lines 838 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.ThreeDsSettings = void 0; var ThreeDsSettings; (function (ThreeDsSettings) { ThreeDsSettings.validThreeDsProcessingEnum = [ 'USE_EXTERNAL_3DS', 'USE_INTERNAL_3DS', 'ALLOW_SKIP_INTERNAL_3DS', ]; ThreeDsSettings.discriminator = 'ThreeDsSettings'; ThreeDsSettings.attributeTypeMap = [ { name: 'liability_shifted_only', baseName: 'liability_shifted_only', type: 'boolean', }, { name: 'three_ds_processing', baseName: 'three_ds_processing', type: 'ThreeDsSettings.ThreeDsProcessingEnum', }, ]; })(ThreeDsSettings || (exports.ThreeDsSettings = ThreeDsSettings = {})); //# sourceMappingURL=threeDsSettings.js.map