Uses of Class
odata.msgraph.client.beta.entity.SalesInvoiceLine
-
Packages that use SalesInvoiceLine Package Description odata.msgraph.client.beta.entity -
-
Uses of SalesInvoiceLine in odata.msgraph.client.beta.entity
Methods in odata.msgraph.client.beta.entity that return SalesInvoiceLine Modifier and Type Method Description SalesInvoiceLineSalesInvoiceLine.Builder. build()SalesInvoiceLineSalesInvoiceLine. patch()Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.SalesInvoiceLineSalesInvoiceLine. put()Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).SalesInvoiceLineSalesInvoiceLine. withAccountId(String accountId)SalesInvoiceLineSalesInvoiceLine. withAmountExcludingTax(BigDecimal amountExcludingTax)SalesInvoiceLineSalesInvoiceLine. withAmountIncludingTax(BigDecimal amountIncludingTax)SalesInvoiceLineSalesInvoiceLine. withDescription(String description)SalesInvoiceLineSalesInvoiceLine. withDiscountAmount(BigDecimal discountAmount)SalesInvoiceLineSalesInvoiceLine. withDiscountAppliedBeforeTax(Boolean discountAppliedBeforeTax)SalesInvoiceLineSalesInvoiceLine. withDiscountPercent(BigDecimal discountPercent)SalesInvoiceLineSalesInvoiceLine. withDocumentId(String documentId)SalesInvoiceLineSalesInvoiceLine. withInvoiceDiscountAllocation(BigDecimal invoiceDiscountAllocation)SalesInvoiceLineSalesInvoiceLine. withItemId(String itemId)SalesInvoiceLineSalesInvoiceLine. withLineType(String lineType)SalesInvoiceLineSalesInvoiceLine. withNetAmount(BigDecimal netAmount)SalesInvoiceLineSalesInvoiceLine. withNetAmountIncludingTax(BigDecimal netAmountIncludingTax)SalesInvoiceLineSalesInvoiceLine. withNetTaxAmount(BigDecimal netTaxAmount)SalesInvoiceLineSalesInvoiceLine. withQuantity(BigDecimal quantity)SalesInvoiceLineSalesInvoiceLine. withSequence(Integer sequence)SalesInvoiceLineSalesInvoiceLine. withShipmentDate(LocalDate shipmentDate)SalesInvoiceLineSalesInvoiceLine. withTaxCode(String taxCode)SalesInvoiceLineSalesInvoiceLine. withTaxPercent(BigDecimal taxPercent)SalesInvoiceLineSalesInvoiceLine. withTotalTaxAmount(BigDecimal totalTaxAmount)SalesInvoiceLineSalesInvoiceLine. withUnitOfMeasureId(String unitOfMeasureId)SalesInvoiceLineSalesInvoiceLine. withUnitPrice(BigDecimal unitPrice)SalesInvoiceLineSalesInvoiceLine. withUnmappedField(String name, String value)
-