GetFormDataResponse.DocumentFormData Property

Definition

Document form data

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

Property Value

Attributes

Applies to