mirror of
https://github.com/stripe/stripe-ruby.git
synced 2025-10-08 00:02:46 -04:00
* Update generated code for v546 * Update generated code for v548 * Update generated code for v551 * Update generated code for v557 * Update generated code for v563 --------- Co-authored-by: Stripe OpenAPI <105521251+stripe-openapi[bot]@users.noreply.github.com>
15 lines
465 B
Ruby
15 lines
465 B
Ruby
# File generated from our OpenAPI spec
|
|
# frozen_string_literal: true
|
|
|
|
module Stripe
|
|
# A SetupAttempt describes one attempted confirmation of a SetupIntent,
|
|
# whether that confirmation is successful or unsuccessful. You can use
|
|
# SetupAttempts to inspect details of a specific attempt at setting up a
|
|
# payment method using a SetupIntent.
|
|
class SetupAttempt < APIResource
|
|
extend Stripe::APIOperations::List
|
|
|
|
OBJECT_NAME = "setup_attempt"
|
|
end
|
|
end
|