Gets the DEFERRED_INCOME_ACCOUNT field of the CProductPrice object.

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

Syntax

C#
public string DeferredIncomeAccount { get; }
Visual Basic (Declaration)
Public ReadOnly Property DeferredIncomeAccount As String
Visual C++
public:
property String^ DeferredIncomeAccount {
	String^ get ();
}

See Also