共用方式為


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

適用於