다음을 통해 공유


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

적용 대상