mirror of
https://github.com/stripe/stripe-ruby.git
synced 2025-11-22 00:05:58 -05:00
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>
This commit is contained in:
parent
6d95d56abb
commit
f1b5b73eaf
@ -1 +1 @@
|
||||
v353
|
||||
v376
|
||||
@ -2,11 +2,10 @@
|
||||
# frozen_string_literal: true
|
||||
|
||||
module Stripe
|
||||
# To charge a credit or a debit card, you create a `Charge` object. You can
|
||||
# retrieve and refund individual charges as well as list all charges. Charges
|
||||
# are identified by a unique, random ID.
|
||||
#
|
||||
# Related guide: [Accept a payment with the Charges API](https://stripe.com/docs/payments/accept-a-payment-charges)
|
||||
# The `Charge` object represents a single attempt to move money into your Stripe account.
|
||||
# PaymentIntent confirmation is the most common way to create Charges, but transferring
|
||||
# money to a different Stripe account through Connect also creates Charges.
|
||||
# Some legacy payment flows create Charges directly, which is not recommended for new integrations.
|
||||
class Charge < APIResource
|
||||
extend Stripe::APIOperations::Create
|
||||
extend Stripe::APIOperations::List
|
||||
|
||||
@ -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"
|
||||
|
||||
|
||||
@ -22,8 +22,6 @@ module Stripe
|
||||
# objects or [Custom accounts](https://stripe.com/docs/api#external_accounts). Note that
|
||||
# [Radar](https://stripe.com/docs/radar), our integrated solution for automatic fraud protection,
|
||||
# performs best with integrations that use client-side tokenization.
|
||||
#
|
||||
# Related guide: [Accept a payment with Charges and Tokens](https://stripe.com/docs/payments/accept-a-payment-charges#web-create-token)
|
||||
class Token < APIResource
|
||||
extend Stripe::APIOperations::Create
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user