BillingDocumentDownloadRequestContent Class

Definition

A list of download details for individual documents.

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

Constructors

BillingDocumentDownloadRequestContent()

Initializes a new instance of BillingDocumentDownloadRequestContent.

Properties

DocumentName

The ID that uniquely identifies an invoice document. This ID may be an identifier for an invoice PDF, a credit note, or a tax receipt. If omitted, the most recent invoice PDF for the invoice will be returned.

InvoiceName

The ID that uniquely identifies an invoice.

Explicit Interface Implementations

IJsonModel<BillingDocumentDownloadRequestContent>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<BillingDocumentDownloadRequestContent>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<BillingDocumentDownloadRequestContent>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<BillingDocumentDownloadRequestContent>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<BillingDocumentDownloadRequestContent>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to