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
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.
- Purchaser state cannot currently be read.
- unknown → const CommercePurchaserStateStatusCode
- The authority could not establish the purchaser's current state.