mirror of
https://github.com/stripe/stripe-ruby.git
synced 2025-10-04 00:00:47 -04:00
15 lines
466 B
Ruby
15 lines
466 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 was 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
|