ValidateAddressResponse.ValidationMessage Property

Definition

Gets or sets validation error message.

[Newtonsoft.Json.JsonProperty(PropertyName="validationMessage")]
public string ValidationMessage { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="validationMessage")>]
member this.ValidationMessage : string with get, set
Public Property ValidationMessage As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to