Skip to content

Overview

ItemAttributeData is a data structure used within the Invoicing API.

Definition

typescript
export type ItemAttributeData = {
        origin_country: string | null;
        buyer_order_line_reference: string | null;
        note: string | null;
        properties: Array<any> | null;
    };

Properties

Required Fields

No required fields.

Optional Fields

origin_country

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

buyer_order_line_reference

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

note

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

properties

  • Type: Array<any> | null
  • Description: No description available.

Usage

This type is used in the following structures: