Document.Kind Property

Definition

Gets the type of the document. Possible values include: 'Invoice', 'VoidNote', 'TaxReceipt', 'CreditNote'

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to