UNPKG

@airwallex/node-sdk

Version:

Airwallex Node.js SDK

30 lines 979 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.LastTimeScaleApplyAll = void 0; var LastTimeScaleApplyAll; (function (LastTimeScaleApplyAll) { LastTimeScaleApplyAll.discriminator = 'LastTimeScaleApplyAll'; LastTimeScaleApplyAll.attributeTypeMap = [ { name: 'client_api_settings', baseName: 'client_api_settings', type: 'string', }, { name: 'notification_settings', baseName: 'notification_settings', type: 'string', }, { name: 'permission_settings', baseName: 'permission_settings', type: 'string', }, { name: 'webhook_settings', baseName: 'webhook_settings', type: 'string', }, ]; })(LastTimeScaleApplyAll || (exports.LastTimeScaleApplyAll = LastTimeScaleApplyAll = {})); //# sourceMappingURL=lastTimeScaleApplyAll.js.map