Home > @infiniteobjects/shopify-data-manager > AdminTypes > MarketingActivityBudgetInput
The input fields combining budget amount and its marketing budget type.
Signature:
export interface MarketingActivityBudgetInput
| Property | Modifiers | Type | Description |
|---|---|---|---|
| budgetType? | InputMaybe<MarketingBudgetBudgetType | `${MarketingBudgetBudgetType}`> | (Optional) Budget type for marketing activity. | |
| total? | InputMaybe<MoneyInput> | (Optional) Amount of budget for the marketing activity. |