Initial project import
This commit is contained in:
13
node_modules/stripe/esm/resources/SetupAttempts.js
generated
vendored
Normal file
13
node_modules/stripe/esm/resources/SetupAttempts.js
generated
vendored
Normal file
@@ -0,0 +1,13 @@
|
||||
// File generated from our OpenAPI spec
|
||||
import { StripeResource } from '../StripeResource.js';
|
||||
export class SetupAttemptResource extends 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',
|
||||
});
|
||||
}
|
||||
}
|
||||
//# sourceMappingURL=SetupAttempts.js.map
|
||||
Reference in New Issue
Block a user