Class CustomCostsFileMetadataWithContent

Schema of a cost file's metadata.

Hierarchy

  • CustomCostsFileMetadataWithContent

Constructors

Properties

additionalProperties?: {
    [key: string]: any;
}

A container for additional, undeclared properties. This is a holder for any undeclared properties as specified with the 'additionalProperties' keyword in the OAS document.

Type declaration

  • [key: string]: any
billedCost?: number

Total cost in the cost file.

billingCurrency?: string

Currency used in the Custom Costs file.

Usage charge period of a Custom Costs file.

Detail of the line items from the Custom Costs file.

name?: string

Name of the Custom Costs file.

providerNames?: string[]

Providers contained in the Custom Costs file.

status?: string

Status of the Custom Costs file.

uploadedAt?: number

Timestamp in millisecond of the upload time of the Custom Costs file.

uploadedBy?: CustomCostsUser

Metadata of the user that has uploaded the Custom Costs file.

Generated using TypeDoc