Uses of Enum Class
io.deeplumen.ucp.models.schemas.shopping.CheckoutResponse.Status
Packages that use CheckoutResponse.Status
-
Uses of CheckoutResponse.Status in io.deeplumen.ucp.models.schemas.shopping
Methods in io.deeplumen.ucp.models.schemas.shopping that return CheckoutResponse.StatusModifier and TypeMethodDescriptionstatic CheckoutResponse.StatusCheckoutResponse.getStatus()Checkout state indicating the current phase and required action.static CheckoutResponse.StatusReturns the enum constant of this class with the specified name.static CheckoutResponse.Status[]CheckoutResponse.Status.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.deeplumen.ucp.models.schemas.shopping with parameters of type CheckoutResponse.StatusModifier and TypeMethodDescriptionvoidCheckoutResponse.setStatus(CheckoutResponse.Status status) Checkout state indicating the current phase and required action.CheckoutResponse.withStatus(CheckoutResponse.Status status)