다음을 통해 공유


RefundTransactionDetails Class

Definition

The refund details of a transaction.

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

Constructors

RefundTransactionDetails()

Initializes a new instance of RefundTransactionDetails.

Properties

AmountRefunded

The amount refunded.

AmountRequested

The amount of refund requested.

RefundOperationId

The ID of refund operation.

Explicit Interface Implementations

IJsonModel<RefundTransactionDetails>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<RefundTransactionDetails>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<RefundTransactionDetails>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<RefundTransactionDetails>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<RefundTransactionDetails>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to