CreatePaymentInput.RecipientPhoneNumber 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.
Phone number of the contact this payment will be sent to.
[System.Text.Json.Serialization.JsonPropertyName("customer_phone")]
public string RecipientPhoneNumber { get; set; }
[<System.Text.Json.Serialization.JsonPropertyName("customer_phone")>]
member this.RecipientPhoneNumber : string with get, set
Public Property RecipientPhoneNumber As String
Property Value
- Attributes