Condividi tramite


PaymentItem(String, PaymentCurrencyAmount) Costruttore

Definizione

Crea un oggetto PaymentItem . La proprietà Pending è impostata su false per impostazione predefinita.

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)

Parametri

label
String

Platform::String

winrt::hstring

Etichetta.

amount
PaymentCurrencyAmount

Importo.

Si applica a