interface DiscountFilter {
    exclude: boolean;
    type: Billing.v2alpha1.DiscountFilterType;
    value: string;
}

Properties

Properties

exclude: boolean

Boolean to describe if filter is an excluding filter.

Type of the filter.

value: string

Value of filter, it can be a product/range/region/zone value.