PaymentResponse.PayerPhone 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 requestPayerPhone flag was set to true in the PaymentOptions passed to the PaymentRequest constructor, then payerPhone will be the phone number chosen by the user.
public string PayerPhone { get; set; }
member this.PayerPhone : string with get, set
Public Property PayerPhone As String
Property Value
The payer phone number chosen by the user.