Files
dashcaddy-license-server/node_modules/stripe/esm/resources/Reporting/index.js
T

11 lines
388 B
JavaScript

// File generated from our OpenAPI spec
import { ReportRunResource, } from './ReportRuns.js';
import { ReportTypeResource, } from './ReportTypes.js';
export class Reporting {
constructor(stripe) {
this.stripe = stripe;
this.reportRuns = new ReportRunResource(stripe);
this.reportTypes = new ReportTypeResource(stripe);
}
}
//# sourceMappingURL=index.js.map