StripeApiClientV1ForwardingRequests class
Constructors
- StripeApiClientV1ForwardingRequests({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 ForwardingRequestCreateOptions options}) → Future< ForwardingRequest> - Creates a ForwardingRequest object.
-
list(
{AccountsCreatedRangeQuerySpecs? created, String? endingBefore, List< String> ? expand, int? limit, String? startingAfter}) → Future<GetForwardingRequestsResponse> - Lists all ForwardingRequest objects.
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
retrieve(
{required String id, List< String> ? expand}) → Future<ForwardingRequest> - Retrieves a ForwardingRequest object.
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited