-
Notifications
You must be signed in to change notification settings - Fork 548
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update generated code for v495 (#1266)
Co-authored-by: Stripe OpenAPI <105521251+stripe-openapi[bot]@users.noreply.github.com>
- Loading branch information
1 parent
79463b2
commit a6a02ed
Showing
4 changed files
with
20 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
v461 | ||
v495 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
# File generated from our OpenAPI spec | ||
# frozen_string_literal: true | ||
|
||
module Stripe | ||
# An AccountSession allows a Connect platform to grant access to a connected account in Connect embedded components. | ||
# | ||
# We recommend that you create an AccountSession each time you need to display an embedded component | ||
# 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 components](https://stripe.com/docs/connect/get-started-connect-embedded-components) | ||
class AccountSession < APIResource | ||
extend Stripe::APIOperations::Create | ||
|
||
OBJECT_NAME = "account_session" | ||
end | ||
end |