次の方法で共有


Document.Kind プロパティ

定義

ドキュメントの種類を取得します。 使用できる値は、'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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象