Items Property
This is the collection of items being purchased.
Syntax
[VB.NET] Public Property Items As PaymentItemList
[C#] public PaymentItemList Items {get;}
Remarks
This property should contain all the items being sent in the express checkout payment.
This property is not available at design time.