mirror of
https://github.com/stripe/stripe-ruby.git
synced 2025-11-13 00:01:33 -05:00
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:
parent
91015aa41c
commit
50c64e6c06
@ -1 +1 @@
|
||||
v361
|
||||
v380
|
||||
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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"
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user