StripeApiClientV1ApplicationFeesIdRefunds class
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 String id, FeeRefundCreateOptions? options})
→ Future<FeeRefund>
-
Refunds an application fee that has previously been collected but not yet refunded. Funds will be refunded to the Stripe account from which the fee was originally collected.
-
list({required String id, String? endingBefore, List<String>? expand, int? limit, String? startingAfter})
→ Future<ApplicationFeeRefunds>
-
You can see a list of the refunds belonging to a specific application fee. Note that the 10 most recent refunds are always available by default on the application fee object. If you need more than those 10, you can use this API method and the
limit
and starting_after
parameters to page through additional refunds.
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toString()
→ String
-
A string representation of this object.
inherited