Refunds Property
Contains information about each individual refund that was processed after a refund was issued for an entire transaction.
Syntax
[VB.NET] Public ReadOnlyProperty Refunds As RefundInfoList
[C#] public RefundInfoList Refunds {get;}
Remarks
When refunding a simple payment, the Refunds collection will only contain one RefundInfo object. when refunding chained or parallel payments multiple refunds may be processed in order to refund the entire transaction. The results of each of these refund attempts are stored in this Refunds collection.
This property is read-only.