Gets or sets the price that a customer who is not a member of the organization will pay for this CDuesProduct.
Namespace:
Asi.iBO.CommerceAssembly: Asi.iBO (in Asi.iBO.dll) Version: 15.1.2.0
Syntax
| C# |
|---|
public decimal NonMemberUnitPrice { get; set; } |
| Visual Basic (Declaration) |
|---|
Public Property NonMemberUnitPrice As Decimal |
| Visual C++ |
|---|
public: property Decimal NonMemberUnitPrice { Decimal get (); void set (Decimal value); } |
Field Value
A monetary value. The non-member's price for each unit of this product.
Remarks
If member/non-member pricing is not used, set the price in MemberUnitPrice