Update generated code for beta (#1229)

* Update generated code for v376

* Update generated code for v377

* Update generated code (#1226)

* Update generated code for v358

* Update generated code for v376

---------

Co-authored-by: Stripe OpenAPI <105521251+stripe-openapi[bot]@users.noreply.github.com>

* Update generated code for v379

* Update generated code for v380

---------

Co-authored-by: Stripe OpenAPI <105521251+stripe-openapi[bot]@users.noreply.github.com>
This commit is contained in:
stripe-openapi[bot] 2023-06-13 13:53:14 -07:00 committed by GitHub
parent 91015aa41c
commit 50c64e6c06
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 4 additions and 3 deletions

View File

@ -1 +1 @@
v361
v380

View File

@ -4,6 +4,6 @@
module Stripe
module ApiVersion
CURRENT = "2022-11-15"
PREVIEW = "2023-05-26.preview-v2"
PREVIEW = "2023-06-08.preview-v2"
end
end

View File

@ -11,7 +11,7 @@ module Stripe
# If your invoice is configured to be billed through automatic charges,
# Stripe automatically finalizes your invoice and attempts payment. Note
# that finalizing the invoice,
# [when automatic](https://stripe.com/docs/billing/invoices/workflow/#auto_advance), does
# [when automatic](https://stripe.com/docs/invoicing/integration/automatic-advancement-collection), does
# not happen immediately as the invoice is created. Stripe waits
# until one hour after the last webhook was successfully sent (or the last
# webhook timed out after failing). If you (and the platforms you may have

View File

@ -2,6 +2,7 @@
# frozen_string_literal: true
module Stripe
# Login Links are single-use login link for an Express account to access their Stripe dashboard.
class LoginLink < APIResource
OBJECT_NAME = "login_link"