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.3.0

Syntax

C#
public string FinancialEntityCode { get; set; }
Visual Basic
Public Property FinancialEntityCode As String
	Get
	Set
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