StripeApiClientV1FinancialConnectionsAccountsAccountDisconnect class
Constructors
- StripeApiClientV1FinancialConnectionsAccountsAccountDisconnect({required Client httpClient, required Uri baseUri})
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
disconnect(
{required String account, LoginLinkCreateOptions? options}) → Future< FinancialConnectionsAccount> -
Disables your access to a Financial Connections
Account
. You will no longer be able to access data associated with the account (e.g. balances, transactions). -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited