Gets or sets the billed from party information for this invoice.
Namespace:
BargeExAssembly: BargeEx (in BargeEx.dll)
Version: 3.0.400.140 (3.0.400.140)
Syntax
| C# |
|---|
public virtual Organization BilledFrom { get; set; } |
| Visual Basic (Declaration) |
|---|
Public Overridable Property BilledFrom As Organization |
| Visual C++ |
|---|
public: virtual property Organization^ BilledFrom { Organization^ get (); void set (Organization^ value); } |
Property Value
The billed from party information for this invoice. This is the party who generated the invoice.
Remarks
Setting this property to a null reference (Nothing in Visual
Basic) will prevent this property from being
included in the serialized class or generated document.