共用方式為


PaymentMethodData 建構函式

定義

多載

PaymentMethodData(IIterable<String>)

建立 PaymentMethodData 物件。

PaymentMethodData(IIterable<String>, String)

建立 PaymentMethodData 物件。

PaymentMethodData(IIterable<String>)

建立 PaymentMethodData 物件。

public:
 PaymentMethodData(IIterable<Platform::String ^> ^ supportedMethodIds);
 PaymentMethodData(IIterable<winrt::hstring> const& supportedMethodIds);
public PaymentMethodData(IEnumerable<string> supportedMethodIds);
function PaymentMethodData(supportedMethodIds)
Public Sub New (supportedMethodIds As IEnumerable(Of String))

參數

supportedMethodIds

IIterable<String>

IEnumerable<String>

IIterable<Platform::String>

IIterable<winrt::hstring>

支援的方法識別碼。

適用於

PaymentMethodData(IIterable<String>, String)

建立 PaymentMethodData 物件。

public:
 PaymentMethodData(IIterable<Platform::String ^> ^ supportedMethodIds, Platform::String ^ jsonData);
 PaymentMethodData(IIterable<winrt::hstring> const& supportedMethodIds, winrt::hstring const& jsonData);
public PaymentMethodData(IEnumerable<string> supportedMethodIds, string jsonData);
function PaymentMethodData(supportedMethodIds, jsonData)
Public Sub New (supportedMethodIds As IEnumerable(Of String), jsonData As String)

參數

supportedMethodIds

IIterable<String>

IEnumerable<String>

IIterable<Platform::String>

IIterable<winrt::hstring>

支援的方法識別碼。

jsonData
String

Platform::String

winrt::hstring

與付款條件相關聯的資料。

適用於