Package odata.msgraph.client.beta.entity
Class CustomerPayment.Builder
- java.lang.Object
-
- odata.msgraph.client.beta.entity.CustomerPayment.Builder
-
- Enclosing class:
- CustomerPayment
public static final class CustomerPayment.Builder extends Object
-
-
Method Summary
-
-
-
Method Detail
-
id
public CustomerPayment.Builder id(String id)
-
amount
public CustomerPayment.Builder amount(BigDecimal amount)
-
appliesToInvoiceId
public CustomerPayment.Builder appliesToInvoiceId(String appliesToInvoiceId)
-
appliesToInvoiceNumber
public CustomerPayment.Builder appliesToInvoiceNumber(String appliesToInvoiceNumber)
-
comment
public CustomerPayment.Builder comment(String comment)
-
contactId
public CustomerPayment.Builder contactId(String contactId)
-
customerId
public CustomerPayment.Builder customerId(String customerId)
-
customerNumber
public CustomerPayment.Builder customerNumber(String customerNumber)
-
description
public CustomerPayment.Builder description(String description)
-
documentNumber
public CustomerPayment.Builder documentNumber(String documentNumber)
-
externalDocumentNumber
public CustomerPayment.Builder externalDocumentNumber(String externalDocumentNumber)
-
journalDisplayName
public CustomerPayment.Builder journalDisplayName(String journalDisplayName)
-
lastModifiedDateTime
public CustomerPayment.Builder lastModifiedDateTime(OffsetDateTime lastModifiedDateTime)
-
lineNumber
public CustomerPayment.Builder lineNumber(Integer lineNumber)
-
postingDate
public CustomerPayment.Builder postingDate(LocalDate postingDate)
-
build
public CustomerPayment build()
-
-