Share via


PaymentMediator.GetSupportedMethodIdsAsync Method

Definition

Gets the list of payment methods currently supported.

public:
 virtual IAsyncOperation<IVectorView<Platform::String ^> ^> ^ GetSupportedMethodIdsAsync() = GetSupportedMethodIdsAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<IVectorView<winrt::hstring>> GetSupportedMethodIdsAsync();
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<IReadOnlyList<string>> GetSupportedMethodIdsAsync();
function getSupportedMethodIdsAsync()
Public Function GetSupportedMethodIdsAsync () As IAsyncOperation(Of IReadOnlyList(Of String))

Returns

When the asynchronous operation completes, it returns a collection of the supported payment methods.

Attributes

Applies to