Line item details from a Custom Costs file.

Hierarchy

  • CustomCostsFileLineItem

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.

chargeDescription?: string

Description for the line item cost.

chargePeriodEnd?: string

End date of the usage charge.

chargePeriodStart?: string

Start date of the usage charge.

providerName?: string

Name of the provider for the line item.

tags?: {
    [key: string]: string;
}

Additional tags for the line item.

Type declaration

  • [key: string]: string

Generated using TypeDoc