eWAY.Rapid.Models.Transaction.Transaction C# (CSharp) Method

Transaction() public method

Initializes a new instance of the Transaction class
public Transaction ( ) : System.Collections.Generic
return System.Collections.Generic
        public Transaction()
        {
            // Default to capture
            Capture = true;
        }
Transaction