Gets or sets the name of the item being purchased (e.g. "Deluxe Oil Change").

Namespace:  C1.Web.C1PayPal
Assembly:  C1.Web.C1PayPal.2 (in C1.Web.C1PayPal.2.dll)

Syntax

C#
[BindableAttribute(true)]
[DefaultValueAttribute("")]
[DescriptionAttribute("Name of the item being purchased (e.g. "deluxe oil change")")]
[CategoryAttribute("Item")]
public string ItemName { get; set; }
Visual Basic (Declaration)
<BindableAttribute(True)> _
<DefaultValueAttribute("")> _
<DescriptionAttribute("Name of the item being purchased (e.g. "deluxe oil change")")> _
<CategoryAttribute("Item")> _
Public Property ItemName As String

Remarks

The item name is displayed on the PayPal payment page and is included in the notifications sent to you after each successful transaction (see the Business property).

See Also