Delen via


RefundResponseProperties Class

Definition

The refund properties of reservation

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

Constructors

RefundResponseProperties()

Creates an new RefundResponseProperties 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

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

SessionId

Refund session identifier

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of RefundResponseProperties.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of RefundResponseProperties.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of RefundResponseProperties into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to