Compare commits

..

5 Commits

Author SHA1 Message Date
Richard Marmorstein
ffa3747bdf
Merge pull request #1135 from stripe/latest-codegen-beta
API Updates for beta branch
2022-10-14 10:43:19 -07:00
Richard Marmorstein
ddf79610d9 Fix formatting 2022-10-14 10:26:51 -07:00
Richard Marmorstein
edad946244 Codegen for openapi v202 2022-10-14 10:08:49 -07:00
Richard Marmorstein
e3785d5893 Reset version to 7.2.0-beta.4 2022-10-14 10:08:42 -07:00
Richard Marmorstein
2062e988eb Set version to 7.1.0 to simplify merge 2022-10-14 10:08:42 -07:00
2 changed files with 3 additions and 3 deletions

View File

@ -1 +1 @@
v196 v202

View File

@ -2,13 +2,13 @@
# frozen_string_literal: true # frozen_string_literal: true
module Stripe module Stripe
# An AccountSession allows a Connect platform to grant access to a connected account in Connect Embedded UIs. # An AccountSession allows a Connect platform to grant access to a connected account in Connect Elements.
# #
# We recommend that you create an AccountSession each time you need to display an embedded UI # We recommend that you create an AccountSession each time you need to display an embedded UI
# to your user. Do not save AccountSessions to your database as they expire relatively # to your user. Do not save AccountSessions to your database as they expire relatively
# quickly, and cannot be used more than once. # quickly, and cannot be used more than once.
# #
# Related guide: [Connect Embedded UIs](https://stripe.com/docs/connect/get-started-connect-elements). # Related guide: [Connect Elements](https://stripe.com/docs/connect/get-started-connect-elements).
class AccountSession < APIResource class AccountSession < APIResource
extend Stripe::APIOperations::Create extend Stripe::APIOperations::Create