Class AltMethodTransaction
Contains details of a transaction that was completed using an alternative payment method
Inheritance
System.Object
AltMethodTransaction
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 AltMethodTransaction
Constructors
View SourceAltMethodTransaction(Decimal, String, String)
Constructor
Declaration
public AltMethodTransaction(decimal amount, string method, string reference)
Parameters
Type | Name | Description |
---|---|---|
System.Decimal | amount | |
System.String | method | Alternative payment method |
System.String | reference |
Properties
View SourceMethod
Indicates the alternative payment method that was used for the transaction
Declaration
public string Method { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Reference
Indicates the transaction reference
Declaration
public string Reference { get; set; }
Property Value
Type | Description |
---|---|
System.String |
TransactionAmount
Transaction value
Declaration
public decimal TransactionAmount { get; set; }
Property Value
Type | Description |
---|---|
System.Decimal |