Uses of Class
odata.msgraph.client.beta.entity.PurchaseInvoice
-
Packages that use PurchaseInvoice Package Description odata.msgraph.client.beta.entity -
-
Uses of PurchaseInvoice in odata.msgraph.client.beta.entity
Methods in odata.msgraph.client.beta.entity that return PurchaseInvoice Modifier and Type Method Description PurchaseInvoicePurchaseInvoice.Builder. build()PurchaseInvoicePurchaseInvoice. patch()Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.PurchaseInvoicePurchaseInvoice. put()Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).PurchaseInvoicePurchaseInvoice. withBuyFromAddress(PostalAddressType buyFromAddress)PurchaseInvoicePurchaseInvoice. withCurrencyCode(String currencyCode)PurchaseInvoicePurchaseInvoice. withCurrencyId(String currencyId)PurchaseInvoicePurchaseInvoice. withDiscountAmount(BigDecimal discountAmount)PurchaseInvoicePurchaseInvoice. withDiscountAppliedBeforeTax(Boolean discountAppliedBeforeTax)PurchaseInvoicePurchaseInvoice. withDueDate(LocalDate dueDate)PurchaseInvoicePurchaseInvoice. withInvoiceDate(LocalDate invoiceDate)PurchaseInvoicePurchaseInvoice. withLastModifiedDateTime(OffsetDateTime lastModifiedDateTime)PurchaseInvoicePurchaseInvoice. withNumber(String number)PurchaseInvoicePurchaseInvoice. withPayToAddress(PostalAddressType payToAddress)PurchaseInvoicePurchaseInvoice. withPayToContact(String payToContact)PurchaseInvoicePurchaseInvoice. withPayToName(String payToName)PurchaseInvoicePurchaseInvoice. withPayToVendorId(String payToVendorId)PurchaseInvoicePurchaseInvoice. withPayToVendorNumber(String payToVendorNumber)PurchaseInvoicePurchaseInvoice. withPricesIncludeTax(Boolean pricesIncludeTax)PurchaseInvoicePurchaseInvoice. withShipToAddress(PostalAddressType shipToAddress)PurchaseInvoicePurchaseInvoice. withShipToContact(String shipToContact)PurchaseInvoicePurchaseInvoice. withShipToName(String shipToName)PurchaseInvoicePurchaseInvoice. withStatus(String status)PurchaseInvoicePurchaseInvoice. withTotalAmountExcludingTax(BigDecimal totalAmountExcludingTax)PurchaseInvoicePurchaseInvoice. withTotalAmountIncludingTax(BigDecimal totalAmountIncludingTax)PurchaseInvoicePurchaseInvoice. withTotalTaxAmount(BigDecimal totalTaxAmount)PurchaseInvoicePurchaseInvoice. withUnmappedField(String name, String value)PurchaseInvoicePurchaseInvoice. withVendorId(String vendorId)PurchaseInvoicePurchaseInvoice. withVendorInvoiceNumber(String vendorInvoiceNumber)PurchaseInvoicePurchaseInvoice. withVendorName(String vendorName)PurchaseInvoicePurchaseInvoice. withVendorNumber(String vendorNumber)
-