CrossmintCheckoutExistingOrder class final

Reference an existing Crossmint order by ID.

Inheritance

Constructors

CrossmintCheckoutExistingOrder({required String orderId, String? clientSecret})
const

Properties

clientSecret String?
Client secret returned alongside orderId when the order was created server-side. Required for orders created with a server API key so the hosted checkout can authorize against the existing order. Leave null when the current session already has access to orderId (for example, orders created from this same client).
final
hashCode int
The hash code for this object.
no setterinherited
orderId String
Identifier of an order previously created via the Crossmint orders API (server-side) or a prior embedded-checkout session. The hosted checkout resumes this order instead of creating a new one.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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