Share via


PaymentDeviceReadCapabilitiesRequest.SupportedCurrencies Property

Definition

public:
 property IVector<Platform::String ^> ^ SupportedCurrencies { IVector<Platform::String ^> ^ get(); };
/// [Windows.Foundation.Metadata.Experimental]
/// [get: Windows.Foundation.Metadata.Experimental]
IVector<winrt::hstring> SupportedCurrencies();
[Windows.Foundation.Metadata.Experimental]
public IList<string> SupportedCurrencies { [Windows.Foundation.Metadata.Experimental] get; }
var iVector = paymentDeviceReadCapabilitiesRequest.supportedCurrencies;
Public ReadOnly Property SupportedCurrencies As IList(Of String)

Property Value

IVector<String>

IList<String>

IVector<Platform::String>

IVector<winrt::hstring>

Attributes

Applies to