Delen via


RefundResponse Class

Definition

The response of refund request containing refund information of reservation

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

Constructors

RefundResponse()

Creates an new RefundResponse 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 RefundResponse.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of RefundResponse.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of RefundResponse into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to