| Package | Description |
|---|---|
| odata.msgraph.client.beta.entity |
| Modifier and Type | Method and Description |
|---|---|
PaymentTerm |
PaymentTerm.Builder.build() |
PaymentTerm |
PaymentTerm.patch()
Submits only changed fields for update and returns an
immutable copy of
this with changed fields reset. |
PaymentTerm |
PaymentTerm.put()
Submits all fields for update and returns an immutable copy of
this
with changed fields reset (they were ignored anyway). |
PaymentTerm |
PaymentTerm.withCalculateDiscountOnCreditMemos(Boolean calculateDiscountOnCreditMemos) |
PaymentTerm |
PaymentTerm.withCode(String code) |
PaymentTerm |
PaymentTerm.withDiscountDateCalculation(String discountDateCalculation) |
PaymentTerm |
PaymentTerm.withDiscountPercent(BigDecimal discountPercent) |
PaymentTerm |
PaymentTerm.withDisplayName(String displayName) |
PaymentTerm |
PaymentTerm.withDueDateCalculation(String dueDateCalculation) |
PaymentTerm |
PaymentTerm.withLastModifiedDateTime(OffsetDateTime lastModifiedDateTime) |
Copyright © 2018–2020. All rights reserved.