Sha256: 5d7b43ea113124ee211a2b85ffaf8995efc12b906d90a274ba36538aa4325e7a
Contents?: true
Size: 473 Bytes
Versions: 29
Compression:
Stored size: 473 Bytes
Contents
# 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/custom/hosted-onboarding) class AccountLink < APIResource extend Stripe::APIOperations::Create OBJECT_NAME = "account_link" end end
Version data entries
29 entries across 29 versions & 1 rubygems