Uses of Class
odata.msgraph.client.beta.entity.PaymentTerm
-
Packages that use PaymentTerm Package Description odata.msgraph.client.beta.entity -
-
Uses of PaymentTerm in odata.msgraph.client.beta.entity
Methods in odata.msgraph.client.beta.entity that return PaymentTerm Modifier and Type Method Description PaymentTermPaymentTerm.Builder. build()PaymentTermPaymentTerm. patch()Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.PaymentTermPaymentTerm. put()Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).PaymentTermPaymentTerm. withCalculateDiscountOnCreditMemos(Boolean calculateDiscountOnCreditMemos)PaymentTermPaymentTerm. withCode(String code)PaymentTermPaymentTerm. withDiscountDateCalculation(String discountDateCalculation)PaymentTermPaymentTerm. withDiscountPercent(BigDecimal discountPercent)PaymentTermPaymentTerm. withDisplayName(String displayName)PaymentTermPaymentTerm. withDueDateCalculation(String dueDateCalculation)PaymentTermPaymentTerm. withLastModifiedDateTime(OffsetDateTime lastModifiedDateTime)PaymentTermPaymentTerm. withUnmappedField(String name, String value)
-