You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: lib/stripe/services/v2/core/account_link_service.rb
-2Lines changed: 0 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -6,8 +6,6 @@ module V2
6
6
moduleCore
7
7
classAccountLinkService < StripeService
8
8
# Creates an AccountLink object that includes a single-use URL that an account can use to access a Stripe-hosted flow for collecting or updating required information.
Copy file name to clipboardExpand all lines: lib/stripe/services/v2/core/account_service.rb
-10Lines changed: 0 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -14,8 +14,6 @@ def initialize(requestor)
14
14
end
15
15
16
16
# Removes access to the Account and its associated resources. Closed Accounts can no longer be operated on, but limited information can still be retrieved through the API in order to be able to track their history.
# An Account is a representation of a company, individual or other entity that a user interacts with. Accounts contain identifying information about the entity, and configurations that store the features an account has access to. An account can be configured as any or all of the following configurations: Customer, Merchant and/or Recipient.
Copy file name to clipboardExpand all lines: rbi/stripe.rbi
-30Lines changed: 0 additions & 30 deletions
Original file line number
Diff line number
Diff line change
@@ -57387,40 +57387,30 @@ module Stripe
57387
57387
attr_reader :persons
57388
57388
attr_reader :person_tokens
57389
57389
# Removes access to the Account and its associated resources. Closed Accounts can no longer be operated on, but limited information can still be retrieved through the API in order to be able to track their history.
# An Account is a representation of a company, individual or other entity that a user interacts with. Accounts contain identifying information about the entity, and configurations that store the features an account has access to. An account can be configured as any or all of the following configurations: Customer, Merchant and/or Recipient.
# Creates an AccountLink object that includes a single-use URL that an account can use to access a Stripe-hosted flow for collecting or updating required information.
0 commit comments