Skip to content

Overview

PdfPresentationData is a data structure used within the Invoicing API.

Definition

typescript
export type PdfPresentationData = {
        theme: InvoiceTheme | null;
        custom_title: string | null;
        with_giro_code: boolean;
        currency_as_symbol: boolean;
        primary_color: string | null;
        secondary_color: string | null;
        font_family: string | null;
        logo_path: string | null;
        white_label: boolean;
    };

Properties

Required Fields

with_giro_code

  • Type: boolean
  • Description: No description available.

currency_as_symbol

  • Type: boolean
  • Description: No description available.

white_label

  • Type: boolean
  • Description: No description available.

Optional Fields

theme

  • Type: [InvoiceTheme](/docs/api/enums#invoicetheme) | null
  • Description: No description available.

custom_title

  • Type: string | null
  • Description: No description available.

primary_color

  • Type: string | null
  • Description: No description available.

secondary_color

  • Type: string | null
  • Description: No description available.

font_family

  • Type: string | null
  • Description: No description available.

logo_path

  • Type: string | null
  • Description: No description available.

Usage

This type is used in the following structures: