Uses of Class
io.deeplumen.ucp.models.schemas.shopping.TotalResponse
Packages that use TotalResponse
Package
Description
-
Uses of TotalResponse in io.deeplumen.ucp.models.schemas.shopping
Methods in io.deeplumen.ucp.models.schemas.shopping that return TotalResponseModifier and TypeMethodDescriptionTotalResponse.withAdditionalProperty(String name, Object value) TotalResponse.withAmount(Integer amount) TotalResponse.withDisplayText(String displayText) TotalResponse.withType(TotalResponse.Type type) Methods in io.deeplumen.ucp.models.schemas.shopping that return types with arguments of type TotalResponseModifier and TypeMethodDescriptionCheckoutResponse.getTotals()Different cart totals.LineItemResponse.getTotals()Line item totals breakdown.Order.getTotals()Different totals for the order.OrderLineItem.getTotals()Line item totals breakdown.Method parameters in io.deeplumen.ucp.models.schemas.shopping with type arguments of type TotalResponseModifier and TypeMethodDescriptionvoidCheckoutResponse.setTotals(List<TotalResponse> totals) Different cart totals.voidLineItemResponse.setTotals(List<TotalResponse> totals) Line item totals breakdown.voidOrder.setTotals(List<TotalResponse> totals) Different totals for the order.voidOrderLineItem.setTotals(List<TotalResponse> totals) Line item totals breakdown.CheckoutResponse.withTotals(List<TotalResponse> totals) LineItemResponse.withTotals(List<TotalResponse> totals) Order.withTotals(List<TotalResponse> totals) OrderLineItem.withTotals(List<TotalResponse> totals) -
Uses of TotalResponse in io.deeplumen.ucp.models.schemas.shopping.types
Methods in io.deeplumen.ucp.models.schemas.shopping.types that return types with arguments of type TotalResponseModifier and TypeMethodDescriptionFulfillmentOptionResponse.getTotals()Fulfillment option totals breakdown.Method parameters in io.deeplumen.ucp.models.schemas.shopping.types with type arguments of type TotalResponseModifier and TypeMethodDescriptionvoidFulfillmentOptionResponse.setTotals(List<TotalResponse> totals) Fulfillment option totals breakdown.FulfillmentOptionResponse.withTotals(List<TotalResponse> totals)