public class LineItem extends Object
Constructor and Description |
---|
LineItem() |
Modifier and Type | Method and Description |
---|---|
AmountOfMoney |
getAmountOfMoney()
Object containing amount and ISO currency code attributes
Note: make sure you submit the amount and currency code for each line item |
LineItemInvoiceData |
getInvoiceData()
Object containing the line items of the invoice or shopping cart.
|
LineItemLevel3InterchangeInformation |
getLevel3InterchangeInformation()
Deprecated.
Use orderLineDetails instead
|
OrderLineDetails |
getOrderLineDetails()
Object containing additional information that when supplied can have a beneficial effect on the discountrates
|
void |
setAmountOfMoney(AmountOfMoney value)
Object containing amount and ISO currency code attributes
Note: make sure you submit the amount and currency code for each line item |
void |
setInvoiceData(LineItemInvoiceData value)
Object containing the line items of the invoice or shopping cart.
|
void |
setLevel3InterchangeInformation(LineItemLevel3InterchangeInformation value)
Deprecated.
Use orderLineDetails instead
|
void |
setOrderLineDetails(OrderLineDetails value)
Object containing additional information that when supplied can have a beneficial effect on the discountrates
|
public AmountOfMoney getAmountOfMoney()
public void setAmountOfMoney(AmountOfMoney value)
public LineItemInvoiceData getInvoiceData()
public void setInvoiceData(LineItemInvoiceData value)
@Deprecated public LineItemLevel3InterchangeInformation getLevel3InterchangeInformation()
@Deprecated public void setLevel3InterchangeInformation(LineItemLevel3InterchangeInformation value)
public OrderLineDetails getOrderLineDetails()
public void setOrderLineDetails(OrderLineDetails value)
Copyright © 2024 Worldline Global Collect. All rights reserved.