PaymentTransaction.PayerName Propriedade
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.
O nome do pagador.
public:
property Platform::String ^ PayerName { Platform::String ^ get(); void set(Platform::String ^ value); };
winrt::hstring PayerName();
void PayerName(winrt::hstring value);
public string PayerName { get; set; }
var string = paymentTransaction.payerName;
paymentTransaction.payerName = string;
Public Property PayerName As String
Valor da propriedade
Obtém ou define o PayerName.