Sale Method
Initiates an Sale transaction (authorization and capture).
Syntax
[VB.NET] Public Sub Sale()
[C#] public void Sale();
Remarks
Sends a basic sale transaction to the Gateway. This transaction decrements the cardholder's open-to-buy funds for the TransactionAmount, and the transaction is automatically added to the current open batch.
NOTE: This method has a corresponding asynchronous version (SaleAsync) for use in the WinRT environment.