public class PaymentAdjustment extends Object
| Modifier and Type | Field and Description |
|---|---|
protected BigDecimal |
amountExcludingTax |
protected BigDecimal |
amountIncludingTax |
protected BigDecimal |
rateInPercentage |
protected Tax |
tax |
protected Long |
type |
| Constructor and Description |
|---|
PaymentAdjustment() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
BigDecimal |
getAmountExcludingTax() |
BigDecimal |
getAmountIncludingTax()
The total amount of this adjustment including taxes.
|
BigDecimal |
getRateInPercentage()
The rate in percentage is the rate on which the adjustment amount was calculated with.
|
Tax |
getTax() |
Long |
getType() |
int |
hashCode() |
String |
toString() |
protected BigDecimal amountExcludingTax
protected BigDecimal amountIncludingTax
protected BigDecimal rateInPercentage
protected Tax tax
protected Long type
public BigDecimal getAmountExcludingTax()
public BigDecimal getAmountIncludingTax()
public BigDecimal getRateInPercentage()
public Tax getTax()
public Long getType()
Copyright © 2021. All rights reserved.