Class RefundDetails
Provides transaction details specific to a refund (request).
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 class RefundDetails : TransactionRequestDetails
Properties
Name | Description |
---|---|
OriginalPaymentId | The UUID of the original payment that is being refunded; used by the API to validate RefundAmount. |
RefundAmount | Sets or returns the amount of the refund in the minimum unit of the currency (i.e for NZ, Australia, US this would be cents). |
RefundId | A string containing a client generated reference for this refund, provided by the application code. This value will be passed back to the callback url provided with the transaction when the payment status changes. |
RefundReason | Cause of refund as indicated by merchant. |
Methods
Name | Description |
---|---|
EnsureValid() | Throws if the details are invalid. |