DocumentDownloadRequest Class

A list of download details for individual documents.

Constructor

DocumentDownloadRequest(*args: Any, **kwargs: Any)

Variables

Name Description
document_name
str

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.

invoice_name
str

The ID that uniquely identifies an invoice.

Attributes

document_name

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.

document_name: str | None

invoice_name

The ID that uniquely identifies an invoice.

invoice_name: str | None