public class CompletionLineItem extends Object
| Modifier and Type | Field and Description |
|---|---|
protected BigDecimal |
amount |
protected BigDecimal |
quantity |
protected String |
uniqueId |
| Constructor and Description |
|---|
CompletionLineItem() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
BigDecimal |
getAmount()
The total amount of the line item including any tax.
|
BigDecimal |
getQuantity()
The quantity of the line item which should be completed.
|
String |
getUniqueId()
The unique id identifies the line item on which the capture is applied on.
|
int |
hashCode() |
String |
toString() |
protected BigDecimal amount
protected BigDecimal quantity
protected String uniqueId
public BigDecimal getAmount()
public BigDecimal getQuantity()
public String getUniqueId()
Copyright © 2021. All rights reserved.