PaymentMethodData 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
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))
參數
適用於
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)
參數
- jsonData
-
String
Platform::String
winrt::hstring
與付款條件相關聯的資料。