Items Property
This collection contains the 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 payment.
Note: Items are not required to submit a basic Sale or Authorize transaction.
This property is not available at design time.