Share via


PaymentItem(String, PaymentCurrencyAmount) Constructor

Definition

Creates a PaymentItem object. The Pending property is set to false by default.

public:
 PaymentItem(Platform::String ^ label, PaymentCurrencyAmount ^ amount);
 PaymentItem(winrt::hstring const& label, PaymentCurrencyAmount const& amount);
public PaymentItem(string label, PaymentCurrencyAmount amount);
function PaymentItem(label, amount)
Public Sub New (label As String, amount As PaymentCurrencyAmount)

Parameters

label
String

Platform::String

winrt::hstring

The label.

amount
PaymentCurrencyAmount

The amount.

Applies to