Delen via


CalculatePriceResponsePropertiesBillingCurrencyTotal Class

Definition

Currency and amount that customer will be charged in customer's local currency. Tax is not included.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Reservations.Models.Api20221101.CalculatePriceResponsePropertiesBillingCurrencyTotalTypeConverter))]
public class CalculatePriceResponsePropertiesBillingCurrencyTotal : Microsoft.Azure.PowerShell.Cmdlets.Reservations.Models.Api20221101.ICalculatePriceResponsePropertiesBillingCurrencyTotal
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Reservations.Models.Api20221101.CalculatePriceResponsePropertiesBillingCurrencyTotalTypeConverter))>]
type CalculatePriceResponsePropertiesBillingCurrencyTotal = class
    interface ICalculatePriceResponsePropertiesBillingCurrencyTotal
    interface IJsonSerializable
Public Class CalculatePriceResponsePropertiesBillingCurrencyTotal
Implements ICalculatePriceResponsePropertiesBillingCurrencyTotal
Inheritance
CalculatePriceResponsePropertiesBillingCurrencyTotal
Attributes
Implements

Constructors

CalculatePriceResponsePropertiesBillingCurrencyTotal()

Creates an new CalculatePriceResponsePropertiesBillingCurrencyTotal instance.

Properties

Amount

Amount in pricing currency. Tax is not included.

CurrencyCode

The ISO 4217 3-letter currency code for the currency used by this purchase record.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of CalculatePriceResponsePropertiesBillingCurrencyTotal.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of CalculatePriceResponsePropertiesBillingCurrencyTotal.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Reservations.Models.Api20221101.ICalculatePriceResponsePropertiesBillingCurrencyTotal.

FromJsonString(String)

Creates a new instance of CalculatePriceResponsePropertiesBillingCurrencyTotal, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of CalculatePriceResponsePropertiesBillingCurrencyTotal into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to