ICalculatePriceResponsePropertiesBillingCurrencyTotal.Amount 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.
Amount in pricing currency. Tax is not included.
[Microsoft.Azure.PowerShell.Cmdlets.Reservations.Runtime.Info(Description="Amount in pricing currency. Tax is not included.", PossibleTypes=new System.Type[] { typeof(System.Double) }, ReadOnly=false, Required=false, SerializedName="amount")]
public double? Amount { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Reservations.Runtime.Info(Description="Amount in pricing currency. Tax is not included.", PossibleTypes=new System.Type[] { typeof(System.Double) }, ReadOnly=false, Required=false, SerializedName="amount")>]
member this.Amount : Nullable<double> with get, set
Public Property Amount As Nullable(Of Double)
Property Value
- Attributes