Gets or sets the billed 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 BilledTo { get; set; }
Visual Basic (Declaration)
Public Overridable Property BilledTo As Organization
Visual C++
public:
virtual property Organization^ BilledTo {
	Organization^ get ();
	void set (Organization^ value);
}

Property Value

The billed to party information for this invoice. This is the party that is being billed (i.e. receiving the invoice).

See Also