public class Price extends java.lang.Object
| Constructor and Description |
|---|
Price() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<AllowanceCharge> |
getAllowanceCharge()
|
Quantity |
getBasisQuantity()
|
Amount |
getChargeAmount()
|
Price |
setBasisQuantity(Quantity quantity)
|
Price |
setChargeAmount(Amount chargeAmount)
|
public Price()
public java.util.List<AllowanceCharge> getAllowanceCharge()
Gets the applied trade allowance charge.
public Quantity getBasisQuantity()
Gets the basis quantity.
public Amount getChargeAmount()
Gets the charge amount.
public Price setBasisQuantity(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.