Interface Product

Hierarchy

  • Product

Properties

billing: Record<PRODUCT_TIERS, {
    annual?: {
        id: string;
        price: number;
    };
    monthly: {
        id: string;
        price: number;
    };
}>

Type declaration

  • Optional annual?: {
        id: string;
        price: number;
    }
    • id: string
    • price: number
  • monthly: {
        id: string;
        price: number;
    }
    • id: string
    • price: number
description: string
modules?: ProductModule[]
name: string
productLine: FACILITY_MANAGEMENT
roles?: ProductRole[]
rootElement: string
sourceOrganization: string

Generated using TypeDoc