StripeApiClientV1TestHelpersTestClocks class

Constructors

StripeApiClientV1TestHelpersTestClocks({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
testClock StripeApiClientV1TestHelpersTestClocksTestClock
no setter

Methods

create({required TestHelpersTestClockCreateOptions options}) Future<TestHelpersTestClock>
Creates a new test clock that can be attached to new customers and quotes.
delete({required String testClock}) Future<DeletedTestHelpersTestClock>
Deletes a test clock.
list({String? endingBefore, List<String>? expand, int? limit, String? startingAfter}) Future<GetTestHelpersTestClocksResponse>
Returns a list of your test clocks.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
retrieve({required String testClock, List<String>? expand}) Future<TestHelpersTestClock>
Retrieves a test clock.
toString() String
A string representation of this object.
inherited

Operators

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