stack

Home > @infiniteobjects/shopify-data-manager > AdminTypes > MarketingActivityBudgetInput

AdminTypes.MarketingActivityBudgetInput interface

The input fields combining budget amount and its marketing budget type.

Signature:

export interface MarketingActivityBudgetInput 

Properties

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.