Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 1.19 KB

File metadata and controls

16 lines (12 loc) · 1.19 KB

Voucherify.Model.AreaStoreCampaignAssignment

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

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 bool? 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 DateTimeOffset? 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]

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