Click or drag to resize

InvoiceSearchResultDetailLineEntityDueDate Property

Gets or sets the invoice due date.

Namespace:  AMCS.Elemos.IntegrationService.Entity.Invoice
Assembly:  AMCS.Elemos.IntegrationService (in AMCS.Elemos.IntegrationService.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public Nullable<DateTime> DueDate { get; set; }

Property Value

Type: NullableDateTime
The invoice due date.
See Also