PaymentMethodData.SupportedMethodIds Property

Definition

The supported method IDs.

public:
 property IVectorView<Platform::String ^> ^ SupportedMethodIds { IVectorView<Platform::String ^> ^ get(); };
IVectorView<winrt::hstring> SupportedMethodIds();
public IReadOnlyList<string> SupportedMethodIds { get; }
var iVectorView = paymentMethodData.supportedMethodIds;
Public ReadOnly Property SupportedMethodIds As IReadOnlyList(Of String)

Property Value

IVectorView<String>

IReadOnlyList<String>

IVectorView<Platform::String>

IVectorView<winrt::hstring>

Gets the SupportedMethodIds.

Applies to