StripeApiClientV1BalanceTransactions class

Constructors

StripeApiClientV1BalanceTransactions({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

list({AccountsCreated? created, String? currency, String? endingBefore, List<String>? expand, int? limit, String? payout, String? source, String? startingAfter, String? type}) Future<GetBalanceTransactionsResponse>
Returns a list of transactions that have contributed to the Stripe account balance (e.g., charges, transfers, and so forth). The transactions are returned in sorted order, with the most recent transactions appearing first.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
retrieve({required String id, List<String>? expand}) Future<BalanceTransaction>
Retrieves the balance transaction with the given ID.
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited