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.

9 lines (8 loc) 249 B
export class EventType { constructor(eventType) { this.name = eventType.name; this.description = eventType.description; this.group = eventType.group; this.availableVersions = eventType.available_versions; } }