Class RefundsResponse
Inherited Members
Namespace: Worldline.Connect.Sdk.V1.Domain
Assembly: Worldline.Connect.Sdk.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> |