Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 1.01 KB

Campaign.md

File metadata and controls

16 lines (13 loc) · 1.01 KB

# Campaign

Properties

Name Type Description Notes
id string The campaign's ID.
created_by string The party who created the campaign. Can be created by partners via API, merchants via the merchant app or Grab.
merchant_id string The merchant's ID that is in GrabFood's database.
name string The campaign's name.
quotas \Grab\GrabfoodApiSdk\Model\CampaignQuotas [optional]
conditions \Grab\GrabfoodApiSdk\Model\CampaignConditions [optional]
discount \Grab\GrabfoodApiSdk\Model\CampaignDiscount [optional]
custom_tag string Specify the tag for custom bundle offer campaign. Only whitelisted partner is supported as of now. [optional]

[Back to Model list] [Back to API list] [Back to README]