Initial project import

This commit is contained in:
drjones
2026-06-13 17:36:44 -07:00
commit ad2a18cc8d
18471 changed files with 4497570 additions and 0 deletions

17
node_modules/stripe/cjs/resources/SetupAttempts.js generated vendored Normal file
View File

@@ -0,0 +1,17 @@
"use strict";
// File generated from our OpenAPI spec
Object.defineProperty(exports, "__esModule", { value: true });
exports.SetupAttemptResource = void 0;
const StripeResource_js_1 = require("../StripeResource.js");
class SetupAttemptResource extends StripeResource_js_1.StripeResource {
/**
* Returns a list of SetupAttempts that associate with a provided SetupIntent.
*/
list(params, options) {
return this._makeRequest('GET', '/v1/setup_attempts', params, options, {
methodType: 'list',
});
}
}
exports.SetupAttemptResource = SetupAttemptResource;
//# sourceMappingURL=SetupAttempts.js.map