PaymentTransaction.PayerEmail Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The payer email.
public:
property Platform::String ^ PayerEmail { Platform::String ^ get(); void set(Platform::String ^ value); };
winrt::hstring PayerEmail();
void PayerEmail(winrt::hstring value);
public string PayerEmail { get; set; }
var string = paymentTransaction.payerEmail;
paymentTransaction.payerEmail = string;
Public Property PayerEmail As String
Property Value
Gets the PayerEmail.