BillingProfile.HasReadAccess Property

Definition

Gets indicates whether user has read access to the billing profile.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to