PaymentMediator.GetSupportedMethodIdsAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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