PaymentMethodData Constructors
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.
Overloads
PaymentMethodData(IIterable<String>) |
Creates a PaymentMethodData object. |
PaymentMethodData(IIterable<String>, String) |
Creates a PaymentMethodData object. |
PaymentMethodData(IIterable<String>)
Creates a PaymentMethodData object.
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))
Parameters
Applies to
PaymentMethodData(IIterable<String>, String)
Creates a PaymentMethodData object.
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)
Parameters
- jsonData
-
String
Platform::String
winrt::hstring
The data associated with a payment method.