Interface CartState

All Superinterfaces:
JsonEnum
All Known Implementing Classes:
CartState.CartStateEnum

public interface CartState extends JsonEnum

Indicates the current status of a Cart.

  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static enum 
    possible values of CartState
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final CartState
    The initial state of the Cart, which allows a Cart to be updated and ordered.
    static final CartState
    A Cart is frozen.
    static final CartState
    An anonymous Cart was merged into a Customer's Cart on sign-in, and no further operations are allowed on the Cart.
    static final CartState
    A Cart was ordered, and no further operations are allowed on the Cart.
  • Method Summary

    Modifier and Type
    Method
    Description
    static CartState
    factory method for a enum value of CartState if no enum has been found an anonymous instance will be created
    method to find enum using the JSON value
    the JSON value
    the enum value
    convert value to string
    static CartState[]
    possible enum values