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#
[CategoryAttribute("Item")]
[DescriptionAttribute("ID number/code of the item being added to cart (e.g. "23A")")]
[BindableAttribute(true)]
[DefaultValueAttribute("")]
public string ItemNumber { get; set; }
Visual Basic (Declaration)
<CategoryAttribute("Item")> _
<DescriptionAttribute("ID number/code of the item being added to cart (e.g. "23A")")> _
<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