Skip to content

Overview

AttachmentData is a data structure used within the Invoicing API.

Definition

typescript
export type AttachmentData = {
        file_name: string;
        file_uri: string;
        description: string | null;
    };

Properties

Required Fields

file_name

  • Type: string
  • Description: Custom filename for the generated PDF/XML.

file_uri

  • Type: string
  • Description: No description available.

Optional Fields

description

  • Type: string | null
  • Description: No description available. [BT-154]

Usage

This type is used in the following structures: