Skip to content

Overview

ProductCharacteristicData is a data structure used within the Invoicing API.

Definition

typescript
export type ProductCharacteristicData = {
        name: string;
        value: string;
    };

Properties

Required Fields

name

  • Type: string
  • Description: Company or person name. [BT-153]

value

  • Type: string
  • Description: No description available.

Optional Fields

No optional fields.

Usage

This type is used in the following structures: