Uses of Class
odata.msgraph.client.beta.entity.CustomerPayment.Builder
-
Packages that use CustomerPayment.Builder Package Description odata.msgraph.client.beta.entity -
-
Uses of CustomerPayment.Builder in odata.msgraph.client.beta.entity
Methods in odata.msgraph.client.beta.entity that return CustomerPayment.Builder Modifier and Type Method Description CustomerPayment.BuilderCustomerPayment.Builder. amount(BigDecimal amount)CustomerPayment.BuilderCustomerPayment.Builder. appliesToInvoiceId(String appliesToInvoiceId)CustomerPayment.BuilderCustomerPayment.Builder. appliesToInvoiceNumber(String appliesToInvoiceNumber)static CustomerPayment.BuilderCustomerPayment. builderCustomerPayment()Returns a builder which is used to create a new instance of this class (given that this class is immutable).CustomerPayment.BuilderCustomerPayment.Builder. comment(String comment)CustomerPayment.BuilderCustomerPayment.Builder. contactId(String contactId)CustomerPayment.BuilderCustomerPayment.Builder. customerId(String customerId)CustomerPayment.BuilderCustomerPayment.Builder. customerNumber(String customerNumber)CustomerPayment.BuilderCustomerPayment.Builder. description(String description)CustomerPayment.BuilderCustomerPayment.Builder. documentNumber(String documentNumber)CustomerPayment.BuilderCustomerPayment.Builder. externalDocumentNumber(String externalDocumentNumber)CustomerPayment.BuilderCustomerPayment.Builder. id(String id)CustomerPayment.BuilderCustomerPayment.Builder. journalDisplayName(String journalDisplayName)CustomerPayment.BuilderCustomerPayment.Builder. lastModifiedDateTime(OffsetDateTime lastModifiedDateTime)CustomerPayment.BuilderCustomerPayment.Builder. lineNumber(Integer lineNumber)CustomerPayment.BuilderCustomerPayment.Builder. postingDate(LocalDate postingDate)
-