Uses of Class
io.deeplumen.ucp.models.schemas.shopping.CheckoutResponse
Packages that use CheckoutResponse
-
Uses of CheckoutResponse in io.deeplumen.ucp.models.schemas.shopping
Methods in io.deeplumen.ucp.models.schemas.shopping that return CheckoutResponseModifier and TypeMethodDescriptionCheckoutResponse.withAdditionalProperty(String name, Object value) CheckoutResponse.withContinueUrl(URI continueUrl) CheckoutResponse.withCurrency(String currency) CheckoutResponse.withExpiresAt(Date expiresAt) CheckoutResponse.withLineItems(List<LineItemResponse> lineItems) CheckoutResponse.withMessages(List<Message> messages) CheckoutResponse.withOrder(OrderConfirmation order) CheckoutResponse.withPayment(PaymentResponse payment) CheckoutResponse.withStatus(CheckoutResponse.Status status) CheckoutResponse.withTotals(List<TotalResponse> totals) CheckoutResponse.withUcp(UCPCheckoutResponse ucp)