Class RefundRequest
Parameters that are specific to refunds.
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Westpay.Epas
Assembly: EpasClientLibrary.dll
Syntax
public class RefundRequest : TransactionRequest
Properties
View SourceReference
Gets or sets the transaction Id of the transaction being refunded.
Declaration
public string Reference { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Remarks
A reference is not required when refunding a card payment, but it is required when refunding with an alternative payment method.