StripeApiClientV1Quotes class

Constructors

StripeApiClientV1Quotes({required Client httpClient, required Uri baseUri})

Properties

hashCode int
The hash code for this object.
no setterinherited
quote StripeApiClientV1QuotesQuote
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

create({QuoteCreateOptions? options}) Future<Quote>
A quote models prices and services for a customer. Default options for header, description, footer, and expires_at can be set in the dashboard via the quote template.
list({String? customer, String? endingBefore, List<String>? expand, int? limit, String? startingAfter, QuoteStatus? status, String? testClock}) Future<GetQuotesResponse>
Returns a list of your quotes.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
retrieve({required String quote, List<String>? expand}) Future<Quote>
Retrieves the quote with the given ID.
toString() String
A string representation of this object.
inherited
update({required String quote, QuoteUpdateOptions? options}) Future<Quote>
A quote models prices and services for a customer.

Operators

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