UNPKG

@airwallex/node-sdk

Version:

Airwallex Node.js SDK

46 lines 1.78 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.IssuingNonPciAuthorizationControlsDto = void 0; var IssuingNonPciAuthorizationControlsDto; (function (IssuingNonPciAuthorizationControlsDto) { IssuingNonPciAuthorizationControlsDto.validAllowedTransactionCountEnum = ['SINGLE', 'MULTIPLE']; IssuingNonPciAuthorizationControlsDto.discriminator = 'IssuingNonPciAuthorizationControlsDto'; IssuingNonPciAuthorizationControlsDto.attributeTypeMap = [ { name: 'active_from', baseName: 'active_from', type: 'string', }, { name: 'active_to', baseName: 'active_to', type: 'string', }, { name: 'allowed_currencies', baseName: 'allowed_currencies', type: 'Array<string>', }, { name: 'allowed_merchant_categories', baseName: 'allowed_merchant_categories', type: 'Array<string>', }, { name: 'allowed_transaction_count', baseName: 'allowed_transaction_count', type: 'IssuingNonPciAuthorizationControlsDto.AllowedTransactionCountEnum', }, { name: 'blocked_transaction_usages', baseName: 'blocked_transaction_usages', type: 'Array<IssuingNonPciTransactionUsageDto>', }, { name: 'transaction_limits', baseName: 'transaction_limits', type: 'IssuingNonPciTransactionLimitsDto', }, ]; })(IssuingNonPciAuthorizationControlsDto || (exports.IssuingNonPciAuthorizationControlsDto = IssuingNonPciAuthorizationControlsDto = {})); //# sourceMappingURL=issuingNonPciAuthorizationControlsDto.js.map