Items Property
This collection contains the items that were purchased.
Syntax
[VB.NET] Public ReadOnlyProperty Items As PaymentItemList
[C#] public PaymentItemList Items {get;}
Remarks
This property should contain all the items that were purchased in the transaction. This property will be populated after a call to GetTransactionDetails.
This property is read-only and not available at design time.