CalculatePriceResponsePropertiesPricingCurrencyTotal Class
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 that Microsoft uses for record. Used during refund for calculating refund limit. Tax is not included.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Reservations.Models.Api20221101.CalculatePriceResponsePropertiesPricingCurrencyTotalTypeConverter))]
public class CalculatePriceResponsePropertiesPricingCurrencyTotal : Microsoft.Azure.PowerShell.Cmdlets.Reservations.Models.Api20221101.ICalculatePriceResponsePropertiesPricingCurrencyTotal
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Reservations.Models.Api20221101.CalculatePriceResponsePropertiesPricingCurrencyTotalTypeConverter))>]
type CalculatePriceResponsePropertiesPricingCurrencyTotal = class
interface ICalculatePriceResponsePropertiesPricingCurrencyTotal
interface IJsonSerializable
Public Class CalculatePriceResponsePropertiesPricingCurrencyTotal
Implements ICalculatePriceResponsePropertiesPricingCurrencyTotal
- Inheritance
-
CalculatePriceResponsePropertiesPricingCurrencyTotal
- Attributes
- Implements
Constructors
CalculatePriceResponsePropertiesPricingCurrencyTotal() |
Creates an new CalculatePriceResponsePropertiesPricingCurrencyTotal instance. |
Properties
Amount | |
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 CalculatePriceResponsePropertiesPricingCurrencyTotal. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of CalculatePriceResponsePropertiesPricingCurrencyTotal. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Reservations.Models.Api20221101.ICalculatePriceResponsePropertiesPricingCurrencyTotal. |
FromJsonString(String) |
Creates a new instance of CalculatePriceResponsePropertiesPricingCurrencyTotal, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of CalculatePriceResponsePropertiesPricingCurrencyTotal into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |