UsageUnitResponse: GetCostAndUsageData & {
    chargePeriod?: ChargePeriod;
    effectiveCost?: number;
    serviceName?: string;
    usageQuantity?: number;
    usageUnit?: string;
}

Type declaration

  • OptionalchargePeriod?: ChargePeriod
  • OptionaleffectiveCost?: number

    Effective cost post discounts and amortizations.

  • OptionalserviceName?: string

    Represents an offering that can be purchased from a cloud provider.

  • OptionalusageQuantity?: number

    Represents the volume of a given resource or service used or purchased based on the Usage Unit.

  • OptionalusageUnit?: string

    Defines the unit of measurement for the resource or service.