Sha256: 5e1a5e15abede545cec1c04a03b2d820d7a016c0d0370f9151e5e0d0bf34d7ef
Contents?: true
Size: 465 Bytes
Versions: 24
Compression:
Stored size: 465 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 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
Version data entries
24 entries across 24 versions & 1 rubygems