Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 990 Bytes

CreateCampaignRequest.md

File metadata and controls

18 lines (14 loc) · 990 Bytes

Yaksa.OrckestraCommerce.Client.Model.CreateCampaignRequest

Campaigns are entities used to organize marketing promotions.

Properties

Name Type Description Notes
AllowOptOut bool Indicates whether the campaign allows opting out. [optional]
Description string The description. [optional]
EndDate DateTime The end date in the time zone of the campaign. [optional]
Name string The name. [optional]
Priority int The priority of the Campaign [optional]
StartDate DateTime The start date in the time zone of the campaign. [optional]
TimeZone string The time zone of the Campaign. [optional]
Type string The type of the Campaign. [optional]

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