BalanceInquiryAsync Method
Performs a Balance Inquiry Request using the specified Card data.
Syntax
[VB.NET] Public Function BalanceInquiryAsync() As Task
[C#] public Task BalanceInquiryAsync();
Direct Payment Integrator V6 - Online Help
|
|||
|
Available for:
Questions / Feedback?
BalanceInquiryAsync MethodPerforms a Balance Inquiry Request using the specified Card data. Syntax[VB.NET] Public Function BalanceInquiryAsync() As Task [C#] public Task 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. |
||