BillingSubscription.CustomerId Property

Definition

Gets the ID 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.customerId")]
public string CustomerId { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.customerId")>]
member this.CustomerId : string
Public ReadOnly Property CustomerId As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to