BillingSubscription.CustomerDisplayName Property

Definition

Gets the name of the customer for whom the subscription was created. The field is applicable only for Microsoft Partner Agreement billing account.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to