Share via


PaymentDetailsModifier.SupportedMethodIds Property

Definition

A collection of payment method that this modifier applies to.

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

Property Value

IVectorView<String>

IReadOnlyList<String>

IVectorView<Platform::String>

IVectorView<winrt::hstring>

Gets or sets the SupportedMethodIds.

Applies to