UNPKG

@paddle/paddle-node-sdk

Version:

A Node.js SDK that you can use to integrate Paddle Billing with applications written in server-side JavaScript.

11 lines (10 loc) 396 B
export class SimulationType { constructor(simulationTypeResponse) { this.name = simulationTypeResponse.name; this.label = simulationTypeResponse.label; this.description = simulationTypeResponse.description; this.group = simulationTypeResponse.group; this.type = simulationTypeResponse.type; this.events = simulationTypeResponse.events; } }