@airwallex/node-sdk
Version:
Airwallex Node.js SDK
15 lines • 707 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.IssuingNonPciAlertSettingsDto = void 0;
var IssuingNonPciAlertSettingsDto;
(function (IssuingNonPciAlertSettingsDto) {
IssuingNonPciAlertSettingsDto.discriminator = 'IssuingNonPciAlertSettingsDto';
IssuingNonPciAlertSettingsDto.attributeTypeMap = [
{
name: 'low_remaining_transaction_limit',
baseName: 'low_remaining_transaction_limit',
type: 'IssuingNonPciAlertSettingEntryDto',
},
];
})(IssuingNonPciAlertSettingsDto || (exports.IssuingNonPciAlertSettingsDto = IssuingNonPciAlertSettingsDto = {}));
//# sourceMappingURL=issuingNonPciAlertSettingsDto.js.map