CreateContactInput.FullNameOfContact Property

Definition

The new full name of the contact. This is the default name displayed in the web app when viewing contacts.

[System.Text.Json.Serialization.JsonPropertyName("display_name")]
public string FullNameOfContact { get; set; }
[<System.Text.Json.Serialization.JsonPropertyName("display_name")>]
member this.FullNameOfContact : string with get, set
Public Property FullNameOfContact As String

Property Value

Attributes

Applies to