Gets or sets the amount charged for a single-copy subscription of this CSubscription instance. If set, it will override the system's prescribed unit price for subscriptions of this type, for this CSubscription instance. UnitPrice is not available unless Contact is available

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

Syntax

C#
public decimal UnitPrice { get; set; }
Visual Basic (Declaration)
Public Property UnitPrice As Decimal
Visual C++
public:
property Decimal UnitPrice {
	Decimal get ();
	void set (Decimal value);
}

Remarks

If an attempt is made to set this when SubscribedContact is null an error is generated.

See Also