BalanceInquiry Method
Performs a Balance Inquiry Request using the specified Card data.
Syntax
[VB.NET] Public Sub BalanceInquiry()
[C#] public void BalanceInquiry();
Remarks
This methods allows you to perform a Balance Inquiry Request using the specified Card data. The balance amount will be returned via Balance. Note that Balance Inquiries do not place a hold on a cardholder's funds and are not captured.
Note: This method is only applicable to swiped MasterCards.
NOTE: This method has a corresponding asynchronous version (BalanceInquiryAsync) for use in the WinRT environment.