Package com.onlinepayments.domain
Class LineItem
java.lang.Object
com.onlinepayments.domain.LineItem
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionObject containing amount and ISO currency code attributesObject containing the line items of the invoice or shopping cartObject containing additional information that when supplied can have a beneficial effect on the discountratesOther information for specific payment methods.voidsetAmountOfMoney(AmountOfMoney value) Object containing amount and ISO currency code attributesvoidObject containing the line items of the invoice or shopping cartvoidObject containing additional information that when supplied can have a beneficial effect on the discountratesvoidsetOtherDetails(OtherDetails value) Other information for specific payment methods.withAmountOfMoney(AmountOfMoney value) Object containing amount and ISO currency code attributesObject containing the line items of the invoice or shopping cartObject containing additional information that when supplied can have a beneficial effect on the discountrateswithOtherDetails(OtherDetails value) Other information for specific payment methods.
-
Constructor Details
-
LineItem
public LineItem()
-
-
Method Details
-
getAmountOfMoney
Object containing amount and ISO currency code attributes -
setAmountOfMoney
Object containing amount and ISO currency code attributes -
withAmountOfMoney
Object containing amount and ISO currency code attributes -
getInvoiceData
Object containing the line items of the invoice or shopping cart -
setInvoiceData
Object containing the line items of the invoice or shopping cart -
withInvoiceData
Object containing the line items of the invoice or shopping cart -
getOrderLineDetails
Object containing additional information that when supplied can have a beneficial effect on the discountrates -
setOrderLineDetails
Object containing additional information that when supplied can have a beneficial effect on the discountrates -
withOrderLineDetails
Object containing additional information that when supplied can have a beneficial effect on the discountrates -
getOtherDetails
Other information for specific payment methods. -
setOtherDetails
Other information for specific payment methods. -
withOtherDetails
Other information for specific payment methods.
-