Initial project import
This commit is contained in:
13
node_modules/stripe/esm/resources/Climate/index.js
generated
vendored
Normal file
13
node_modules/stripe/esm/resources/Climate/index.js
generated
vendored
Normal file
@@ -0,0 +1,13 @@
|
||||
// File generated from our OpenAPI spec
|
||||
import { OrderResource } from './Orders.js';
|
||||
import { ProductResource, } from './Products.js';
|
||||
import { SupplierResource, } from './Suppliers.js';
|
||||
export class Climate {
|
||||
constructor(stripe) {
|
||||
this.stripe = stripe;
|
||||
this.orders = new OrderResource(stripe);
|
||||
this.products = new ProductResource(stripe);
|
||||
this.suppliers = new SupplierResource(stripe);
|
||||
}
|
||||
}
|
||||
//# sourceMappingURL=index.js.map
|
||||
Reference in New Issue
Block a user