status
Table of Contents
Classes
- ActionStatusType
- The status of an Action.
- ActiveActionStatus
- An in-progress action (e.g., while watching the movie, or driving to a location).
- CompletedActionStatus
- An action that has already taken place.
- FailedActionStatus
- An action that failed to complete. The action's error property and the HTTP return code contain more information about the failure.
- IncentiveStatus
- Enumerates a status for an incentive, such as whether it is active.
- IncentiveStatusActive
- This incentive is currently active.
- IncentiveStatusInDevelopment
- This incentive is currently being developed, and may become active/retired in the future.
- IncentiveStatusOnHold
- This incentive is currently active, but may not be accepting new applicants (e.g. max number of redemptions reached for a year)
- IncentiveStatusRetired
- This incentive is not longer available.
- OrderCancelled
- The order has been cancelled.
- OrderDelivered
- The order has been delivered.
- OrderInTransit
- The order is in transit.
- OrderPaymentDue
- The order has been received but payment is due.
- OrderPickupAvailable
- The order is available for pickup.
- OrderProblem
- There is a problem with the order.
- OrderProcessing
- The order is being processed.
- OrderReturned
- The order has been returned.
- OrderStatus
- Enumerated status values for Order.
- PaymentAutomaticallyApplied
- An automatic payment system is in place and will be used.
- PaymentComplete
- The payment has been received and processed.
- PaymentDeclined
- The payee received the payment, but it was declined for some reason.
- PaymentDue
- The payment is due, but still within an acceptable time to be received.
- PaymentPastDue
- The payment is due and considered late.
- PaymentStatusType
- A specific payment status. For example, PaymentDue, PaymentComplete, etc.
- PotentialActionStatus
- A description of an action that is supported.