Gets or sets the remit to 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 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); } |