GetDebitNetworkInfoAsync Method
Determines if the card is a debit card, and which network it belongs to.
Syntax
[VB.NET] Public Function GetDebitNetworkInfoAsync() As Task
[C#] public Task GetDebitNetworkInfoAsync();
Direct Payment Integrator V6 - Online Help
|
|||
|
Available for:
Questions / Feedback?
GetDebitNetworkInfoAsync MethodDetermines if the card is a debit card, and which network it belongs to. Syntax[VB.NET] Public Function GetDebitNetworkInfoAsync() As Task [C#] public Task GetDebitNetworkInfoAsync(); RemarksThis method is the asynchronous version of the GetDebitNetworkInfo method and is used to support asynchronous operations in WinRT. Please refer to GetDebitNetworkInfo for more information. |
||