Uses of Class
com.fourjs.report.facturx.UnitPriceAmount
-
Packages that use UnitPriceAmount Package Description com.fourjs.report.facturx com.fourjs.report.facturx.profiles.basic com.fourjs.report.facturx.profiles.en16931 com.fourjs.report.facturx.profiles.extended -
-
Uses of UnitPriceAmount in com.fourjs.report.facturx
Methods in com.fourjs.report.facturx that return UnitPriceAmount Modifier and Type Method Description static UnitPriceAmountUnitPriceAmount. fromString(String value)static UnitPriceAmountUnitPriceAmount. valueOf(double value)static UnitPriceAmountUnitPriceAmount. valueOf(int value)static UnitPriceAmountUnitPriceAmount. valueOf(String value)static UnitPriceAmountUnitPriceAmount. valueOf(BigDecimal value) -
Uses of UnitPriceAmount in com.fourjs.report.facturx.profiles.basic
Methods in com.fourjs.report.facturx.profiles.basic that return UnitPriceAmount Modifier and Type Method Description UnitPriceAmountInvoiceLine. getItemNetPrice()BT-146:Item net priceMethods in com.fourjs.report.facturx.profiles.basic with parameters of type UnitPriceAmount Modifier and Type Method Description InvoiceLineInvoice. appendNewInvoiceLine(IdentifierType invoiceLineIdentifier, String itemName, UnitPriceAmount itemNetPrice, Codes.UnitOfMeasure invoicedQuantityUnitOfMeasureCode, Quantity invoicedQuantity, Codes.VATCategoryCode invoicedItemVATCategoryCode)Creates an InvoiceLine object and appends it to the list obtainable by a call to getInvoice.getInvoiceLines()InvoiceLineInvoiceLine. setItemNetPrice(UnitPriceAmount value) -
Uses of UnitPriceAmount in com.fourjs.report.facturx.profiles.en16931
Methods in com.fourjs.report.facturx.profiles.en16931 that return UnitPriceAmount Modifier and Type Method Description UnitPriceAmountInvoiceLine. getItemGrossPrice()BT-148:Item gross priceUnitPriceAmountInvoiceLine. getItemNetPrice()BT-146:Item net priceUnitPriceAmountInvoiceLine. getItemPriceDiscount()BT-147:Item price discountMethods in com.fourjs.report.facturx.profiles.en16931 with parameters of type UnitPriceAmount Modifier and Type Method Description InvoiceLineInvoiceLine. setItemGrossPrice(UnitPriceAmount value)InvoiceLineInvoiceLine. setItemNetPrice(UnitPriceAmount value)InvoiceLineInvoiceLine. setItemPriceDiscount(UnitPriceAmount value) -
Uses of UnitPriceAmount in com.fourjs.report.facturx.profiles.extended
Methods in com.fourjs.report.facturx.profiles.extended that return UnitPriceAmount Modifier and Type Method Description UnitPriceAmountVATBreakdown. getAllowanceChargeBasisAmount()EXT:Total amount of charges / allowances on document levelUnitPriceAmountInvoiceLine. getAllowanceTotalAmount()EXT:UnitPriceAmountAppliedTradeAllowanceCharge. getBasisAmount()EXT:Discount / Charge base amountUnitPriceAmountInvoiceLine. getChargeTotalAmount()EXT:UnitPriceAmountVATBreakdown. getGoodsValueOfTheTaxRate()EXT:Goods value of the tax rateUnitPriceAmountInvoiceLine. getIncludedTaxForB2CCalculatedAmount()EXT:Included tax for B2CUnitPriceAmountInvoiceLine. getItemGrossPrice()BT-148:Item gross priceUnitPriceAmountInvoiceLine. getItemNetPrice()BT-146:Item net priceUnitPriceAmountAppliedTradeAllowanceCharge. getItemPriceDiscount()BT-147:Item price discountUnitPriceAmountPaymentTerms. getPaymentPenaltyAmount()EXT:Payment penalty amountUnitPriceAmountPaymentTerms. getPaymentPenaltyBaseAmount()EXT:Payment penalty base amountUnitPriceAmountDetailedInformationOnLogisticsServiceFees. getServiceFeeAmount()EXT:Service fee amountUnitPriceAmountLineVATInformation. getTaxAmount()EXT:Tax AmountUnitPriceAmountInvoiceLine. getTotalAllowanceChargeAmount()EXT:Total amount of allowances / charges
-