BillingProfilesOnExpand.HasMoreResults Property

Definition

Gets indicates whether there are more billing profiles than the ones listed in this collection. The collection lists a maximum of 50 billing profiles. To get all billing profiles, use the list billing profiles 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)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to