Gets or sets a code that identifies the item being purchased (e.g. "LOC123").

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

Syntax

C#
[DescriptionAttribute("ID number/code of the item being purchased (e.g. "23A")")]
[CategoryAttribute("Item")]
[BindableAttribute(true)]
[DefaultValueAttribute("")]
public string ItemNumber { get; set; }
Visual Basic (Declaration)
<DescriptionAttribute("ID number/code of the item being purchased (e.g. "23A")")> _
<CategoryAttribute("Item")> _
<BindableAttribute(True)> _
<DefaultValueAttribute("")> _
Public Property ItemNumber As String

Remarks

The item number 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