Items Property
This collection contains the items being purchased.
Syntax
public PaymentItemList getItems(); public void setItems(PaymentItemList items);
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.