Skip to content

Overview

AllowanceChargeData is a data structure used within the Invoicing API.

Definition

typescript
export type AllowanceChargeData = {
        is_charge: boolean;
        amount: number;
        base_amount: number | null;
        percentage: number | null;
        reason: string | null;
        reason_code: string | null;
    };

Properties

Required Fields

is_charge

  • Type: boolean
  • Description: No description available.

amount

  • Type: number
  • Description: No description available.

Optional Fields

base_amount

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

percentage

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

reason

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

reason_code

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

Usage

This type is used in the following structures: