Skip to content
This repository has been archived by the owner on Sep 3, 2024. It is now read-only.

Latest commit

 

History

History
16 lines (11 loc) · 1010 Bytes

AreaStoreCampaignAssignment.md

File metadata and controls

16 lines (11 loc) · 1010 Bytes

AreaStoreCampaignAssignment

An object representing an assignment of a campaign to an area or store.

Properties

Name Type Description Notes
id str Unique identifier of the campaign assignment. [optional]
area_id str Unique identifier of the area to which the campaign is assigned. [optional]
area_store_id str Unique identifier of the store to which the campaign is assigned. [optional]
created_at datetime Date and time when the assignment was made. The value is shown in the ISO 8601 format. [optional]
object str 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']

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