Documentation
    Preparing search index...

    Interface MdmServiceCapabilitiesInterface

    Standardized Service Capabilities Interface

    interface MdmServiceCapabilitiesInterface {
        billingPeriod?: string;
        dataCapMb?: number;
        serviceCategory: string;
        slaHours?: number;
    }
    Index

    Properties

    billingPeriod?: string
    dataCapMb?: number
    serviceCategory: string
    slaHours?: number