다음을 통해 공유


InvoiceSectionsOnExpand.HasMoreResults 속성

정의

이 컬렉션에 나열된 섹션보다 청구서 섹션이 더 많은지 여부를 나타냅니다. 컬렉션에는 최대 50개 청구서 섹션이 나열됩니다. 모든 청구서 섹션을 얻으려면 청구서 섹션 API 목록을 사용합니다.

[Newtonsoft.Json.JsonProperty(PropertyName="hasMoreResults")]
public bool? HasMoreResults { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="hasMoreResults")>]
member this.HasMoreResults : Nullable<bool>
Public ReadOnly Property HasMoreResults As Nullable(Of Boolean)

속성 값

특성
Newtonsoft.Json.JsonPropertyAttribute

적용 대상