Share via


PaymentTransaction.PayerName Property

Definition

The payer name.

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

Property Value

String

Platform::String

winrt::hstring

Gets or sets the PayerName.

Applies to