PaymentResponse.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.
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..