PaymentItem(String, PaymentCurrencyAmount) Construtor
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Cria um objeto PaymentItem . A propriedade Pending é definida como false por padrão.
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)
Parâmetros
- label
-
String
Platform::String
winrt::hstring
O rótulo.
- amount
- PaymentCurrencyAmount
O valor.