다음을 통해 공유


ReservationRefundPolicyResultProperty Class

Definition

Refund policy result property.

public class ReservationRefundPolicyResultProperty : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Reservations.Models.ReservationRefundPolicyResultProperty>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Reservations.Models.ReservationRefundPolicyResultProperty>
public class ReservationRefundPolicyResultProperty
type ReservationRefundPolicyResultProperty = class
    interface IJsonModel<ReservationRefundPolicyResultProperty>
    interface IPersistableModel<ReservationRefundPolicyResultProperty>
type ReservationRefundPolicyResultProperty = class
Public Class ReservationRefundPolicyResultProperty
Implements IJsonModel(Of ReservationRefundPolicyResultProperty), IPersistableModel(Of ReservationRefundPolicyResultProperty)
Public Class ReservationRefundPolicyResultProperty
Inheritance
ReservationRefundPolicyResultProperty
Implements

Properties

ConsumedRefundsTotal

Pricing information containing the amount and the currency code.

MaxRefundLimit

Pricing information containing the amount and the currency code.

PolicyErrors

Refund Policy errors.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<ReservationRefundPolicyResultProperty>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<ReservationRefundPolicyResultProperty>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ReservationRefundPolicyResultProperty>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ReservationRefundPolicyResultProperty>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<ReservationRefundPolicyResultProperty>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to