CommercePurchaserStateStatusCode class final

A normalized, Restage-defined purchaser-state status.

Unknown values are preserved for forward compatibility. Provider status names are mapped to Restage semantics before they reach this boundary.

Constructors

CommercePurchaserStateStatusCode(String value)
factory

Properties

hashCode → int
The hash code for this object.
no setteroverride
isKnown → bool
Whether this SDK recognizes value.
final
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
value → String
The normalized Restage code.
final

Methods

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

Operators

operator ==(Object other) → bool
The equality operator.
override

Constants

available → const CommercePurchaserStateStatusCode
Purchaser state is current from the Restage authority.
stale → const CommercePurchaserStateStatusCode
Retained state may be out of date and must not authorize fulfillment.
unavailable → const CommercePurchaserStateStatusCode
Purchaser state cannot currently be read.
unknown → const CommercePurchaserStateStatusCode
The authority could not establish the purchaser's current state.