Invoice.DueDate 屬性

定義

取得發票的到期日。

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

屬性值

屬性
Newtonsoft.Json.JsonPropertyAttribute

適用於