Uses of Class
io.deeplumen.ucp.models.schemas.shopping.Message
Packages that use Message
-
Uses of Message in io.deeplumen.ucp.models.schemas.shopping
Methods in io.deeplumen.ucp.models.schemas.shopping that return MessageMethods in io.deeplumen.ucp.models.schemas.shopping that return types with arguments of type MessageModifier and TypeMethodDescriptionCheckoutResponse.getMessages()List of messages with error and info about the checkout session state.Method parameters in io.deeplumen.ucp.models.schemas.shopping with type arguments of type MessageModifier and TypeMethodDescriptionvoidCheckoutResponse.setMessages(List<Message> messages) List of messages with error and info about the checkout session state.CheckoutResponse.withMessages(List<Message> messages)