Gets or sets the PAYMENT_PRIORITY field of the CProduct.

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

Syntax

C#
protected int PaymentPriority { get; set; }
Visual Basic (Declaration)
Protected Property PaymentPriority As Integer
Visual C++
protected:
property int PaymentPriority {
	int get ();
	void set (int value);
}

See Also