Transaction.UnitOfMeasure Property

Definition

Gets the unit of measure used to bill for the product. For example, compute services are billed per hour.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to