Skip to content

Latest commit

 

History

History
23 lines (12 loc) · 1.1 KB

File metadata and controls

23 lines (12 loc) · 1.1 KB

Voucherify.AreaStoreCampaignAssignment

Properties

Name Type Description Notes
id String Unique identifier of the campaign assignment. [optional]
areaId String Unique identifier of the area to which the campaign is assigned. [optional]
allStores Boolean Determines if the campaign is assigned to all of the stores in the area, i.e. if an area ID is passed in the `access_settings.assign.area_all_stores_ids` in the request. [optional]
areaStoreId String Unique identifier of the store to which the campaign is assigned. [optional]
createdAt Date Date and time when the assignment was made. The value is shown in the ISO 8601 format. [optional]
object String The type of the object represented by JSON. This object stores information about the campaign assignment to areas or stores. [optional] [default to 'area_store_campaign_assignment']

Enum: ObjectEnum

  • area_store_campaign_assignment (value: "area_store_campaign_assignment")