Transaction.CustomerId Property

Definition

Gets the ID of the customer for which the transaction took place. 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