Share via


CalculateRefundResponse Class

Definition

The response of calculate refund containing refund information of reservation

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

Constructors

CalculateRefundResponse()

Creates an new CalculateRefundResponse instance.

Properties

BillingInformationBillingCurrencyProratedAmount

Pricing information containing the amount and the currency code

BillingInformationBillingCurrencyRemainingCommitmentAmount

Pricing information containing the amount and the currency code

BillingInformationBillingCurrencyTotalPaidAmount

Pricing information containing the amount and the currency code

BillingInformationBillingPlan

Represent the billing plans.

BillingInformationCompletedTransaction

The number of completed transactions in this reservation's payment

BillingInformationTotalTransaction

The number of total transactions in this reservation's payment

BillingRefundAmount

Pricing information containing the amount and the currency code

ConsumedRefundsTotal

Pricing information containing the amount and the currency code

Id

Fully qualified identifier of the reservation being returned

MaxRefundLimit

Pricing information containing the amount and the currency code

PolicyError

Refund Policy errors

PricingRefundAmount

Pricing information containing the amount and the currency code

Quantity

Quantity to be returned

ResourceGroupName

Gets the resource group name

SessionId

Refund session identifier

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of CalculateRefundResponse.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of CalculateRefundResponse.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of CalculateRefundResponse into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to