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