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.
|
List<AllowanceCharge> |
getAllowanceCharges()
Gets the applied trade allowance charge.
|
getBasis, getChargeAmount, setBasis, setChargeAmountpublic 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 List<AllowanceCharge> getAllowanceCharges()
Gets the applied trade allowance charge.
Copyright © 2014-2016 Konik.io. All Rights Reserved.