UNPKG

@airwallex/node-sdk

Version:

Airwallex Node.js SDK

41 lines 1.38 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.IssuingNonPciRemoteAuthConfigDto = void 0; var IssuingNonPciRemoteAuthConfigDto; (function (IssuingNonPciRemoteAuthConfigDto) { IssuingNonPciRemoteAuthConfigDto.validDefaultActionEnum = ['AUTHORIZED', 'DECLINED']; IssuingNonPciRemoteAuthConfigDto.discriminator = 'IssuingNonPciRemoteAuthConfigDto'; IssuingNonPciRemoteAuthConfigDto.attributeTypeMap = [ { name: 'created_at', baseName: 'created_at', type: 'string', }, { name: 'default_action', baseName: 'default_action', type: 'IssuingNonPciRemoteAuthConfigDto.DefaultActionEnum', }, { name: 'enabled', baseName: 'enabled', type: 'boolean', }, { name: 'shared_secret', baseName: 'shared_secret', type: 'string', }, { name: 'updated_at', baseName: 'updated_at', type: 'string', }, { name: 'url', baseName: 'url', type: 'string', }, ]; })(IssuingNonPciRemoteAuthConfigDto || (exports.IssuingNonPciRemoteAuthConfigDto = IssuingNonPciRemoteAuthConfigDto = {})); //# sourceMappingURL=issuingNonPciRemoteAuthConfigDto.js.map