public class Price extends Object
| Modifier and Type | Field and Description |
|---|---|
protected List<AllowanceCharge> |
allowanceCharges |
| Modifier and Type | Method and Description |
|---|---|
Quantity |
getBasis()
|
Amount |
getChargeAmount()
|
Price |
setBasis(Quantity quantity)
|
Price |
setChargeAmount(Amount chargeAmount)
|
protected List<AllowanceCharge> allowanceCharges
public Amount getChargeAmount()
Gets the charge amount.
public Price setBasis(Quantity quantity)
Sets the basis quantity.
quantity - the new basis quantitypublic Price setChargeAmount(Amount chargeAmount)
Sets the charge amount.
chargeAmount - the new charge amountCopyright © 2014 Konik.io. All Rights Reserved.