Gets or sets the net days payment terms for the invoice.

Namespace:  BargeEx
Assembly:  BargeEx (in BargeEx.dll)
Version: 3.0.400.140 (3.0.400.140)

Syntax

C#
public virtual int InvoiceNetDays { get; set; }
Visual Basic (Declaration)
Public Overridable Property InvoiceNetDays As Integer
Visual C++
public:
virtual property int InvoiceNetDays {
	int get ();
	void set (int value);
}

Property Value

The net days payment terms for the invoice. The default is 0.

Remarks

For an invoice with payment terms of NET 30, set this property to 30.

The InvoiceNetDaysSpecified property indicates whether or not this property will be included in the serialized class or generated document. The InvoiceNetDaysSpecified property is automatically set to true when this property is set.

See Also