BalanceInquiryAsync Method
Retrieves the current available balance of the debit card.
Syntax
[VB.NET] Public Function BalanceInquiryAsync() As IAsyncAction
[C#] public IAsyncAction BalanceInquiryAsync();
Direct Payment Integrator V6 - Online Help
|
|||
|
Available for:
Questions / Feedback?
BalanceInquiryAsync MethodRetrieves the current available balance of the debit card. Syntax[VB.NET] Public Function BalanceInquiryAsync() As IAsyncAction [C#] public IAsyncAction BalanceInquiryAsync(); RemarksThis method is the asynchronous version of the BalanceInquiry method and is used to support asynchronous operations in WinRT. Please refer to BalanceInquiry for more information. |
||