Uses of Class
org.mustangproject.Charge
-
Packages that use Charge Package Description org.mustangproject -
-
Uses of Charge in org.mustangproject
Subclasses of Charge in org.mustangproject Modifier and Type Class Description classAllowance(absolute) allowances on item and document levelFields in org.mustangproject with type parameters of type Charge Modifier and Type Field Description protected java.util.ArrayList<Charge>Product. chargesMethods in org.mustangproject that return Charge Modifier and Type Method Description Charge[]Product. getCharges()returns the AppliedTradeAllowanceCharges of this product which are actually ChargesChargeCharge. setBasisAmount(java.math.BigDecimal basis)sets a potential basis for the potential percentageChargeCharge. setCategoryCode(java.lang.String categoryCode)the category ID why this has been appliedChargeCharge. setPercent(java.math.BigDecimal percent)if relative charge: percent to increase the itemChargeCharge. setReason(java.lang.String reason)Freetext (?)ChargeCharge. setReasonCode(java.lang.String reasonCode)Reason code for the chargeChargeCharge. setTaxPercent(java.math.BigDecimal taxPercent)charges can be applied to VAT items, in which case they take the same VAT rateChargeCharge. setTotalAmount(java.math.BigDecimal totalAmount)sets the total amount to be changed to, e.g. if not specified via constructorMethods in org.mustangproject with parameters of type Charge Modifier and Type Method Description ProductProduct. addCharge(Charge e)InvoiceInvoice. setZFCharges(Charge[] iza)this is wrong and only used from jacksonMethod parameters in org.mustangproject with type arguments of type Charge Modifier and Type Method Description ProductProduct. setCharges(java.util.ArrayList<Charge> charges)Jackson courtesy function, please use addCharge if you have the choicevoidItem. setItemCharges(java.util.ArrayList<Charge> theCharges)jackson convenience method
-