| Package | Description |
|---|---|
| com.onlinepayments.domain |
| Modifier and Type | Method and Description |
|---|---|
OrderLineDetails |
LineItem.getOrderLineDetails()
Object containing additional information that when supplied can have a beneficial effect on the discountrates
|
OrderLineDetails |
OrderLineDetails.withDiscountAmount(Long value)
Discount on the line item, with the last two digits implied as decimal places
|
OrderLineDetails |
OrderLineDetails.withProductCode(String value)
Product or UPC Code
|
OrderLineDetails |
OrderLineDetails.withProductName(String value)
The name of the product.
|
OrderLineDetails |
OrderLineDetails.withProductPrice(Long value)
The price of one unit of the product, the value should be zero or greater
|
OrderLineDetails |
OrderLineDetails.withProductType(String value)
Code used to classify items that are purchased
|
OrderLineDetails |
OrderLineDetails.withQuantity(Long value)
Quantity of the units being purchased, should be greater than zero
Note: Must not be all spaces or all zeros
|
OrderLineDetails |
OrderLineDetails.withTaxAmount(Long value)
Tax on the line item, with the last two digits implied as decimal places
|
OrderLineDetails |
OrderLineDetails.withUnit(String value)
Indicates the line item unit of measure; for example: each, kit, pair, gallon, month, etc.
|
| Modifier and Type | Method and Description |
|---|---|
void |
LineItem.setOrderLineDetails(OrderLineDetails value)
Object containing additional information that when supplied can have a beneficial effect on the discountrates
|
LineItem |
LineItem.withOrderLineDetails(OrderLineDetails value)
Object containing additional information that when supplied can have a beneficial effect on the discountrates
|
Copyright © 2024 Worldline Online Payments Direct. All rights reserved.