共用方式為


Product.LastChargeDate 屬性

定義

取得上次收費的日期。

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

屬性值

屬性
Newtonsoft.Json.JsonPropertyAttribute

適用於