Gets or sets the key to the FinancialEntity associated with this Subscription

Namespace:  Asi.iBO.Commerce
Assembly:  Asi.iBO (in Asi.iBO.dll) Version: 15.1.2.0

Syntax

C#
public string FinancialEntityCode { get; set; }
Visual Basic (Declaration)
Public Property FinancialEntityCode As String
Visual C++
public:
property String^ FinancialEntityCode {
	String^ get ();
	void set (String^ value);
}

Remarks

If an attempt is made to set this with code for which no entity exists an error is generated.

See Also