Invoice.InvoiceDate 屬性

定義

取得產生發票的日期。

[Newtonsoft.Json.JsonProperty(PropertyName="properties.invoiceDate")]
public DateTime? InvoiceDate { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.invoiceDate")>]
member this.InvoiceDate : Nullable<DateTime>
Public ReadOnly Property InvoiceDate As Nullable(Of DateTime)

屬性值

屬性
Newtonsoft.Json.JsonPropertyAttribute

適用於