stripe
Version:
Stripe API wrapper
11 lines • 410 B
JavaScript
// File generated from our OpenAPI spec
import { ActiveEntitlementResource, } from './ActiveEntitlements.js';
import { FeatureResource } from './Features.js';
export class Entitlements {
constructor(stripe) {
this.stripe = stripe;
this.activeEntitlements = new ActiveEntitlementResource(stripe);
this.features = new FeatureResource(stripe);
}
}
//# sourceMappingURL=index.js.map