PaymentDetailsModifier.SupportedMethodIds Property
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.
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
Gets or sets the SupportedMethodIds.