RenewPropertiesResponsePricingCurrencyTotal 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. This is locked price 30 days before expiry.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Reservations.Models.Api20221101.RenewPropertiesResponsePricingCurrencyTotalTypeConverter))]
public class RenewPropertiesResponsePricingCurrencyTotal : Microsoft.Azure.PowerShell.Cmdlets.Reservations.Models.Api20221101.IRenewPropertiesResponsePricingCurrencyTotal
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Reservations.Models.Api20221101.RenewPropertiesResponsePricingCurrencyTotalTypeConverter))>]
type RenewPropertiesResponsePricingCurrencyTotal = class
interface IRenewPropertiesResponsePricingCurrencyTotal
interface IJsonSerializable
Public Class RenewPropertiesResponsePricingCurrencyTotal
Implements IRenewPropertiesResponsePricingCurrencyTotal
- Inheritance
-
RenewPropertiesResponsePricingCurrencyTotal
- Attributes
- Implements
Constructors
RenewPropertiesResponsePricingCurrencyTotal() |
Creates an new RenewPropertiesResponsePricingCurrencyTotal 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 RenewPropertiesResponsePricingCurrencyTotal. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of RenewPropertiesResponsePricingCurrencyTotal. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Reservations.Models.Api20221101.IRenewPropertiesResponsePricingCurrencyTotal. |
FromJsonString(String) |
Creates a new instance of RenewPropertiesResponsePricingCurrencyTotal, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of RenewPropertiesResponsePricingCurrencyTotal into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |