@paddle/paddle-node-sdk
Version:
A Node.js SDK that you can use to integrate Paddle Billing with applications written in server-side JavaScript.
12 lines (11 loc) • 460 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.SimulationRunEventCollection = void 0;
const index_js_1 = require("../../entities/index.js");
const index_js_2 = require("../../internal/base/index.js");
class SimulationRunEventCollection extends index_js_2.Collection {
fromJson(data) {
return new index_js_1.SimulationRunEvent(data);
}
}
exports.SimulationRunEventCollection = SimulationRunEventCollection;