StripeApiClientV1TreasuryDebitReversals class

Constructors

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

create({required TreasuryDebitReversalCreateOptions options}) Future<TreasuryDebitReversal>
Reverses a ReceivedDebit and creates a DebitReversal object.
list({String? endingBefore, List<String>? expand, required String financialAccount, int? limit, String? receivedDebit, DebitReversalsResolution? resolution, String? startingAfter, DebitReversalsStatus? status}) Future<GetTreasuryDebitReversalsResponse>
Returns a list of DebitReversals.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
retrieve({required String debitReversal, List<String>? expand}) Future<TreasuryDebitReversal>
Retrieves a DebitReversal object.
toString() String
A string representation of this object.
inherited

Operators

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