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

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

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.
unavailable → const CommerceActionStatusCode
The requested action is not available and was not started.