public class GrossPrice extends Price
The Item GrossPrice.
allowanceCharges
Constructor and Description |
---|
GrossPrice(Amount chargeAmount)
Instantiates a new gross price.
|
Modifier and Type | Method and Description |
---|---|
Price |
addAllowanceCharge(AllowanceCharge... additionalAllowanceCharges)
Adds additional allowance charges.
|
java.util.List<AllowanceCharge> |
getAllowanceCharges()
Gets the applied trade allowance charge.
|
getBasis, getChargeAmount, setBasis, setChargeAmount
public GrossPrice(Amount chargeAmount)
Instantiates a new gross price.
chargeAmount
- the charge amountpublic Price addAllowanceCharge(AllowanceCharge... additionalAllowanceCharges)
Adds additional allowance charges.
additionalAllowanceCharges
- the additional allowance chargespublic java.util.List<AllowanceCharge> getAllowanceCharges()
Gets the applied trade allowance charge.
Copyright © 2014-2018 Konik.io. All Rights Reserved.