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 UnitPriceAmount
UnitPriceAmount. fromString(String value)
static UnitPriceAmount
UnitPriceAmount. valueOf(double value)
static UnitPriceAmount
UnitPriceAmount. valueOf(int value)
static UnitPriceAmount
UnitPriceAmount. valueOf(String value)
static UnitPriceAmount
UnitPriceAmount. 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 UnitPriceAmount
InvoiceLine. getItemNetPrice()
BT-146:Item net priceMethods in com.fourjs.report.facturx.profiles.basic with parameters of type UnitPriceAmount Modifier and Type Method Description InvoiceLine
Invoice. appendNewInvoiceLine(Identifier 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()
InvoiceLine
InvoiceLine. 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 UnitPriceAmount
InvoiceLine. getItemGrossPrice()
BT-148:Item gross priceUnitPriceAmount
InvoiceLine. getItemNetPrice()
BT-146:Item net priceUnitPriceAmount
InvoiceLine. getItemPriceDiscount()
BT-147:Item price discountMethods in com.fourjs.report.facturx.profiles.en16931 with parameters of type UnitPriceAmount Modifier and Type Method Description InvoiceLine
InvoiceLine. setItemGrossPrice(UnitPriceAmount value)
InvoiceLine
InvoiceLine. setItemNetPrice(UnitPriceAmount value)
InvoiceLine
InvoiceLine. 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 UnitPriceAmount
VATBreakdown. getAllowanceChargeBasisAmount()
EXT:Total amount of charges / allowances on document levelUnitPriceAmount
InvoiceLine. getAllowanceTotalAmount()
EXT:UnitPriceAmount
AppliedTradeAllowanceCharge. getBasisAmount()
EXT:Discount / Charge base amountUnitPriceAmount
InvoiceLine. getChargeTotalAmount()
EXT:UnitPriceAmount
VATBreakdown. getGoodsValueOfTheTaxRate()
EXT:Goods value of the tax rateUnitPriceAmount
InvoiceLine. getIncludedTaxForB2CCalculatedAmount()
EXT:Included tax for B2CUnitPriceAmount
InvoiceLine. getItemGrossPrice()
BT-148:Item gross priceUnitPriceAmount
InvoiceLine. getItemNetPrice()
BT-146:Item net priceUnitPriceAmount
AppliedTradeAllowanceCharge. getItemPriceDiscount()
BT-147:Item price discountUnitPriceAmount
PaymentTerms. getPaymentPenaltyAmount()
EXT:Payment penalty amountUnitPriceAmount
PaymentTerms. getPaymentPenaltyBaseAmount()
EXT:Payment penalty base amountUnitPriceAmount
DetailedInformationOnLogisticsServiceFees. getServiceFeeAmount()
EXT:Service fee amountUnitPriceAmount
LineVATInformation. getTaxAmount()
EXT:Tax AmountUnitPriceAmount
InvoiceLine. getTotalAllowanceChargeAmount()
EXT:Total amount of allowances / charges
-