Sha256: c85004d472f9937a68253d2775d776f3484f5cea592dedcadf55b88d8f308f81
Contents?: true
Size: 466 Bytes
Versions: 44
Compression:
Stored size: 466 Bytes
Contents
# 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
Version data entries
44 entries across 44 versions & 1 rubygems