Gets or sets the remit to party information for this invoice.

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

Syntax

C#
public virtual Organization RemitTo { get; set; }
Visual Basic (Declaration)
Public Overridable Property RemitTo As Organization
Visual C++
public:
virtual property Organization^ RemitTo {
	Organization^ get ();
	void set (Organization^ value);
}

Property Value

The remit to party information for this invoice. This is the party that should receive payment for the invoice.

See Also