@stigg/js-client-sdk - v3.102.0

    Type Alias UnitTransformationInput

    Input for unit transformation to be applied to the reported usage

    type UnitTransformationInput = {
        divide: Scalars["Int"];
        featureUnits?: InputMaybe<Scalars["String"]>;
        featureUnitsPlural?: InputMaybe<Scalars["String"]>;
        round?: InputMaybe<UnitTransformationRound>;
    }
    Index

    Properties

    divide: Scalars["Int"]

    Divide usage by this number

    featureUnits?: InputMaybe<Scalars["String"]>

    Singular feature units after the transformation

    featureUnitsPlural?: InputMaybe<Scalars["String"]>

    Plural feature units after the transformation

    After division, either round the result up or down

    MMNEPVFCICPMFPCPTTAAATR