PaymentItem(String, PaymentCurrencyAmount) Constructor
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.
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.