Class OnlineEftposRefundRequest
Represents a request to send a refund for a previous payment.
Inheritance
System.Object
OnlineEftposRefundRequest
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Yort.OnlineEftpos
Assembly: cs.temp.dll.dll
Syntax
public sealed class OnlineEftposRefundRequest
Properties
Name | Description |
---|---|
Merchant | A MerchantDetails instance providing details of the merchant the refund is to be made from. |
Transaction | A RefundDetails instance providing details of the transaction itself (i.e the amount, refund reason etc). |
Methods
Name | Description |
---|---|
EnsureValid() | Throws if the details are invalid. |