PaymentResponse.PayerPhone Property

Definition

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.

Applies to