CommerceActionStatusCode class final
A normalized, Restage-defined action status.
Unknown values are preserved for forward compatibility. Provider status names are mapped to Restage semantics before they reach this boundary.
Constructors
- CommerceActionStatusCode(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
- dismissed → const CommerceActionStatusCode
- The provider presentation was dismissed before authoritative completion.
- failed → const CommerceActionStatusCode
- The action ended without authoritative completion.
- notPresented → const CommerceActionStatusCode
- The action ended before any provider presentation began.
- pending → const CommerceActionStatusCode
- The action is still pending and grants no entitlement or fulfillment.
- submittedForReconciliation → const CommerceActionStatusCode
- The action was submitted for asynchronous authority reconciliation.
- The requested action is not available and was not started.