@nebius/js-sdk - v0.2.54
    Preparing search index...

    Detailed cost breakdown showing individual SKU costs and totals.

    interface CostBreakdown {
        "[customJson]"?: () => unknown;
        "[unknownFieldsSymbol]"?: Uint8Array<ArrayBufferLike>;
        $type: "nebius.billing.v1alpha1.CostBreakdown";
        cost: string;
        costRounded: string;
        [key: symbol]: Uint8Array<ArrayBufferLike> | (() => unknown) | undefined;
    }

    Indexable

    • [key: symbol]: Uint8Array<ArrayBufferLike> | (() => unknown) | undefined

      Detailed cost breakdown showing individual SKU costs and totals.

      • Uint8Array<ArrayBufferLike>
      • () => unknown
          • (): unknown
          • Detailed cost breakdown showing individual SKU costs and totals.

            Returns unknown

      • undefined
    Index
    "[customJson]"?: () => unknown

    Returns a safe value for JSON logs.

    Type Declaration

      • (): unknown
      • Returns a safe value for JSON logs.

        Returns unknown

    "[unknownFieldsSymbol]"?: Uint8Array<ArrayBufferLike>

    Preserves protobuf fields that this SDK version does not recognize.

    $type: "nebius.billing.v1alpha1.CostBreakdown"

    Contains the fully qualified protobuf type name.

    cost: string

    Total cost as a decimal string. Represents the sum of all SKU costs with full precision. Example: "42.123456789" for precise billing calculations.

    costRounded: string

    Total cost rounded up to 2 decimal places. Example: "42.13"