RebillDetails Class

Definition

The rebill details of an invoice.

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

Properties

CreditNoteDocumentId

The ID of credit note.

InvoiceDocumentId

The ID of invoice.

RebillDetailsValue

The rebill details of an invoice.

Explicit Interface Implementations

IJsonModel<RebillDetails>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<RebillDetails>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<RebillDetails>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<RebillDetails>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<RebillDetails>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to