Share via


ReservationCalculateRefundContent Class

Definition

Request containing information needed for calculating refund.

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

Constructors

ReservationCalculateRefundContent()

Initializes a new instance of ReservationCalculateRefundContent.

Properties

Id

Fully qualified identifier of the reservation order being returned.

Properties

Properties needed for calculate refund including the scope and the reservation to be returned.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<ReservationCalculateRefundContent>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ReservationCalculateRefundContent>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ReservationCalculateRefundContent>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ReservationCalculateRefundContent>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ReservationCalculateRefundContent>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to