共用方式為


Invoice.InvoicePeriodEndDate 屬性

定義

取得產生發票之計費週期的結束日期。

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

屬性值

屬性
Newtonsoft.Json.JsonPropertyAttribute

適用於