CreateContactInput.ContactCustomFields Property

Definition

Array of custom field ids and values defined for this contact.

[System.Text.Json.Serialization.JsonPropertyName("custom_fields")]
public System.Collections.Generic.List<System.Text.Json.JsonElement?> ContactCustomFields { get; set; }
[<System.Text.Json.Serialization.JsonPropertyName("custom_fields")>]
member this.ContactCustomFields : System.Collections.Generic.List<Nullable<System.Text.Json.JsonElement>> with get, set
Public Property ContactCustomFields As List(Of Nullable(Of JsonElement))

Property Value

Attributes

Applies to