mirror of
https://github.com/stripe/stripe-ruby.git
synced 2025-10-06 00:02:18 -04:00
* Update generated code for v328 * Update generated code for v330 * Update generated code for v344 --------- Co-authored-by: Stripe OpenAPI <105521251+stripe-openapi[bot]@users.noreply.github.com>
15 lines
467 B
Ruby
15 lines
467 B
Ruby
# File generated from our OpenAPI spec
|
|
# frozen_string_literal: true
|
|
|
|
module Stripe
|
|
# Account Links are the means by which a Connect platform grants a connected account permission to access
|
|
# Stripe-hosted applications, such as Connect Onboarding.
|
|
#
|
|
# Related guide: [Connect Onboarding](https://stripe.com/docs/connect/connect-onboarding)
|
|
class AccountLink < APIResource
|
|
extend Stripe::APIOperations::Create
|
|
|
|
OBJECT_NAME = "account_link"
|
|
end
|
|
end
|