PaymentItem(String, PaymentCurrencyAmount) Constructeur
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Crée un objet PaymentItem . La propriété Pending a la valeur false par défaut.
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)
Paramètres
- label
-
String
Platform::String
winrt::hstring
Étiquette.
- amount
- PaymentCurrencyAmount
Montant.