@airwallex/node-sdk
Version:
Airwallex Node.js SDK
25 lines • 838 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.DelayedRollingPlanDto = void 0;
var DelayedRollingPlanDto;
(function (DelayedRollingPlanDto) {
DelayedRollingPlanDto.discriminator = 'DelayedRollingPlanDto';
DelayedRollingPlanDto.attributeTypeMap = [
{
name: 'delay_in_days',
baseName: 'delay_in_days',
type: 'number',
},
{
name: 'rolling_percentage',
baseName: 'rolling_percentage',
type: 'number',
},
{
name: 'rolling_window_in_days',
baseName: 'rolling_window_in_days',
type: 'number',
},
];
})(DelayedRollingPlanDto || (exports.DelayedRollingPlanDto = DelayedRollingPlanDto = {}));
//# sourceMappingURL=delayedRollingPlanDto.js.map