StripeApiClientV1TreasuryTransactions class
Constructors
- StripeApiClientV1TreasuryTransactions({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? endingBefore, List< String> ? expand, required String financialAccount, int? limit, TransactionsOrderBy? orderBy, String? startingAfter, TreasuryTransactionStatus? status, TransactionsStatusTransitions? statusTransitions}) → Future<GetTreasuryTransactionsResponse> - Retrieves a list of Transaction objects.
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
retrieve(
{required String id, List< String> ? expand}) → Future<TreasuryTransaction> - Retrieves the details of an existing Transaction.
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited