Document.Source Property

Definition

Gets the source of the document. ENF for Brazil and DRS for rest of the world. Possible values include: 'DRS', 'ENF'

[Newtonsoft.Json.JsonProperty(PropertyName="source")]
public string Source { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="source")>]
member this.Source : string
Public ReadOnly Property Source As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to