Class OnlineEftposTransactionTypes
Provides string constants for known 'transaction types' used by Online EFTPOS.
Inheritance
System.Object
OnlineEftposTransactionTypes
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 static class OnlineEftposTransactionTypes
Fields
Name | Description |
---|---|
Regular | A standard payment/refund transaction. The default value for most transactions. |
Trusted | A transaction type that indicates a regular payment or refund transaction should be made using an existing trusted relationship, which means the customer will not be prompted to confirm the payment. |
TrustSetup | A transaction type that indicates along with a regular purchase or refund, a trust relationship is requested so the merchant can charge this customer again in the future without the customer having to explicitly authorise each payment |