RenewPropertiesResponseBillingCurrencyTotal 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.
Currency and amount that customer will be charged in customer's local currency for renewal purchase. Tax is not included.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Reservations.Models.Api20221101.RenewPropertiesResponseBillingCurrencyTotalTypeConverter))]
public class RenewPropertiesResponseBillingCurrencyTotal : Microsoft.Azure.PowerShell.Cmdlets.Reservations.Models.Api20221101.IRenewPropertiesResponseBillingCurrencyTotal
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Reservations.Models.Api20221101.RenewPropertiesResponseBillingCurrencyTotalTypeConverter))>]
type RenewPropertiesResponseBillingCurrencyTotal = class
interface IRenewPropertiesResponseBillingCurrencyTotal
interface IJsonSerializable
Public Class RenewPropertiesResponseBillingCurrencyTotal
Implements IRenewPropertiesResponseBillingCurrencyTotal
- Inheritance
-
RenewPropertiesResponseBillingCurrencyTotal
- Attributes
- Implements
Constructors
RenewPropertiesResponseBillingCurrencyTotal() |
Creates an new RenewPropertiesResponseBillingCurrencyTotal 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 RenewPropertiesResponseBillingCurrencyTotal. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of RenewPropertiesResponseBillingCurrencyTotal. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Reservations.Models.Api20221101.IRenewPropertiesResponseBillingCurrencyTotal. |
FromJsonString(String) |
Creates a new instance of RenewPropertiesResponseBillingCurrencyTotal, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of RenewPropertiesResponseBillingCurrencyTotal into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |