Share via


PaymentResponse.PayerEmail Property

Definition

Gets or sets if the requestPayerEmail flag was set to true in the PaymentOptions passed to the PaymentRequest constructor, then payerEmail will be the email address chosen by the user.

public string PayerEmail { get; set; }
member this.PayerEmail : string with get, set
Public Property PayerEmail As String

Property Value

The payer email chosen by the user..

Applies to