BudgetSubscriptionFilter

data class BudgetSubscriptionFilter(val dimensions: List<BudgetSubscriptionFilterDimension>? = null, val not: BudgetSubscriptionFilterNot? = null, val tags: List<BudgetSubscriptionFilterTag>? = null)

Constructors

Link copied to clipboard
constructor(dimensions: List<BudgetSubscriptionFilterDimension>? = null, not: BudgetSubscriptionFilterNot? = null, tags: List<BudgetSubscriptionFilterTag>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

One or more dimension blocks as defined below to filter the budget on.

Link copied to clipboard

A not block as defined below to filter the budget on. This is deprecated as the API no longer supports it and will be removed in version 4.0 of the provider.

Link copied to clipboard

One or more tag blocks as defined below to filter the budget on.