CreatePaymentResponse.CustomerPhone 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 phone number of the contact who is being sent this payment.
[System.Text.Json.Serialization.JsonPropertyName("customer_phone")]
public string CustomerPhone { get; set; }
[<System.Text.Json.Serialization.JsonPropertyName("customer_phone")>]
member this.CustomerPhone : string with get, set
Public Property CustomerPhone As String
Property Value
- Attributes