Uses of Class
com.onlinepayments.domain.OrderLineDetails
Packages that use OrderLineDetails
-
Uses of OrderLineDetails in com.onlinepayments.domain
Methods in com.onlinepayments.domain that return OrderLineDetailsModifier and TypeMethodDescriptionLineItem.getOrderLineDetails()Object containing additional information that when supplied can have a beneficial effect on the discountratesOrderLineDetails.withDiscountAmount(Long value) Discount on the line item, with the last two digits implied as decimal placesOrderLineDetails.withProductBrand(String value) The brand of the product.OrderLineDetails.withProductCode(String value) Product or UPC CodeOrderLineDetails.withProductName(String value) The name of the product.OrderLineDetails.withProductPrice(Long value) The price of one unit of the product, the value should be zero or greaterOrderLineDetails.withProductType(String value) Code used to classify items that are purchasedOrderLineDetails.withQuantity(Long value) Quantity of the units being purchased, should be greater than zero Note: Must not be all spaces or all zerosOrderLineDetails.withTaxAmount(Long value) Tax on the line item, with the last two digits implied as decimal placesIndicates the line item unit of measure; for example: each, kit, pair, gallon, month, etc.Methods in com.onlinepayments.domain with parameters of type OrderLineDetailsModifier and TypeMethodDescriptionvoidLineItem.setOrderLineDetails(OrderLineDetails value) Object containing additional information that when supplied can have a beneficial effect on the discountratesLineItem.withOrderLineDetails(OrderLineDetails value) Object containing additional information that when supplied can have a beneficial effect on the discountrates