type: object
description: 'AdsSetBudgetItem response object'
properties:
  ad_set_id:
    $ref: '../properties/ad_set_id.yaml'
  campaign_id:
    $ref: '../properties/campaign_id.yaml'
  account_id:
    $ref: "../properties/ads_account_id.yaml"
  budget_value:
    $ref: "../properties/budget.yaml"
  budget_type:
    $ref: "../properties/budget_type.yaml"
  budget_level:
    $ref: "../properties/budget_level.yaml"
  currency:
    $ref: "../properties/currency_code.yaml"

example:
  ad_set_id: 'facebook_6204013141618'
  campaign_id: 'facebook_23845561596840723'
  account_id: 'facebook_10153208127585452'
  budget_value: '231.34'
  budget_type: 'lifetime'
  budget_level: 'campaign'
  currency: 'EUR'
