BillingAccountUpdateRequest.AccountType Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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