| ByDate Property | |
| See Also |
Indicates whether the discount is valid for specific dates (Yes) or for payments made within a specific number of days after the document posting date (No). The default is No.
Field name: ByDate
Read-write property
| Visual Basic |
|---|
Public Property ByDate() As BoYesNoEnum |
If ByDate is Yes, then NumOfDays in the DiscountLines subobject must be null.
If ByDate is No, then Day and Month in the DiscountLines subobject must be null.