Class RefundsResponse
Inherited Members
Namespace: Ingenico.Connect.Sdk.Domain.Refund
Assembly: connect-sdk-dotnet.dll
Syntax
public class RefundsResponse
Properties
Refunds
The list of all refunds performed on the requested payment.
Declaration
public IList<RefundResult> Refunds { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<RefundResult> |