public class CompletionLineItemCreate extends Object
| Modifier and Type | Field and Description |
|---|---|
protected BigDecimal |
amount |
protected BigDecimal |
quantity |
protected String |
uniqueId |
| Constructor and Description |
|---|
CompletionLineItemCreate() |
| Modifier and Type | Method and Description |
|---|---|
CompletionLineItemCreate |
amount(BigDecimal amount) |
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() |
CompletionLineItemCreate |
quantity(BigDecimal quantity) |
void |
setAmount(BigDecimal amount) |
void |
setQuantity(BigDecimal quantity) |
void |
setUniqueId(String uniqueId) |
String |
toString() |
CompletionLineItemCreate |
uniqueId(String uniqueId) |
protected BigDecimal amount
protected BigDecimal quantity
protected String uniqueId
public CompletionLineItemCreate amount(BigDecimal amount)
public BigDecimal getAmount()
public void setAmount(BigDecimal amount)
public CompletionLineItemCreate quantity(BigDecimal quantity)
public BigDecimal getQuantity()
public void setQuantity(BigDecimal quantity)
public CompletionLineItemCreate uniqueId(String uniqueId)
public String getUniqueId()
public void setUniqueId(String uniqueId)
Copyright © 2021. All rights reserved.