Merge pull request #1135 from stripe/latest-codegen-beta

API Updates for beta branch
This commit is contained in:
Richard Marmorstein 2022-10-14 10:43:19 -07:00 committed by GitHub
commit ffa3747bdf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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
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
# to your user. Do not save AccountSessions to your database as they expire relatively
# 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
extend Stripe::APIOperations::Create