stripe-ruby/lib/stripe/resources/setup_attempt.rb
remi-stripe 29f321b224
Add support for the SetupAttempt resource and List API (#949)
* Codegen for openapi 3854362

* Fix and add tests
2020-09-29 22:54:58 -07:00

11 lines
203 B
Ruby

# File generated from our OpenAPI spec
# frozen_string_literal: true
module Stripe
class SetupAttempt < APIResource
extend Stripe::APIOperations::List
OBJECT_NAME = "setup_attempt"
end
end