interface GetConsumptionResponseConsumption {
    category: string;
    description: string;
    operationPath: string;
    projectId: string;
    value?: Money;
}

Properties

category: string

Category of the consumption.

description: string

Description of the consumption.

operationPath: string

Unique identifier of the product.

projectId: string

Project ID of the consumption.

value?: Money

Monetary value of the consumption.