Uses of Class
odata.msgraph.client.beta.entity.CustomerPayment
-
Packages that use CustomerPayment Package Description odata.msgraph.client.beta.entity -
-
Uses of CustomerPayment in odata.msgraph.client.beta.entity
Methods in odata.msgraph.client.beta.entity that return CustomerPayment Modifier and Type Method Description CustomerPaymentCustomerPayment.Builder. build()CustomerPaymentCustomerPayment. patch()Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.CustomerPaymentCustomerPayment. put()Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).CustomerPaymentCustomerPayment. withAmount(BigDecimal amount)CustomerPaymentCustomerPayment. withAppliesToInvoiceId(UUID appliesToInvoiceId)CustomerPaymentCustomerPayment. withAppliesToInvoiceNumber(String appliesToInvoiceNumber)CustomerPaymentCustomerPayment. withComment(String comment)CustomerPaymentCustomerPayment. withContactId(String contactId)CustomerPaymentCustomerPayment. withCustomerId(UUID customerId)CustomerPaymentCustomerPayment. withCustomerNumber(String customerNumber)CustomerPaymentCustomerPayment. withDescription(String description)CustomerPaymentCustomerPayment. withDocumentNumber(String documentNumber)CustomerPaymentCustomerPayment. withExternalDocumentNumber(String externalDocumentNumber)CustomerPaymentCustomerPayment. withJournalDisplayName(String journalDisplayName)CustomerPaymentCustomerPayment. withLastModifiedDateTime(OffsetDateTime lastModifiedDateTime)CustomerPaymentCustomerPayment. withLineNumber(Integer lineNumber)CustomerPaymentCustomerPayment. withPostingDate(LocalDate postingDate)CustomerPaymentCustomerPayment. withUnmappedField(String name, String value)
-