BillingAccount.AccountType Property

Definition

Gets the type of customer. Possible values include: 'Enterprise', 'Individual', 'Partner'

[Newtonsoft.Json.JsonProperty(PropertyName="properties.accountType")]
public string AccountType { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.accountType")>]
member this.AccountType : string
Public ReadOnly Property AccountType As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to