StripeApiClientV1Quotes class
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.