Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 1.03 KB

UpdateCampaignRequest.md

File metadata and controls

19 lines (15 loc) · 1.03 KB

Yaksa.OrckestraCommerce.Client.Model.UpdateCampaignRequest

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]
Status string The status 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]