Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 875 Bytes

CampaignDeliveryStatus.md

File metadata and controls

13 lines (10 loc) · 875 Bytes

CampaignDeliveryStatus

Properties

Name Type Description Notes
Enabled bool Whether Campaign Delivery Status is enabled for this account and campaign. [optional] [default to null]
CanCancel bool Whether a campaign send can be canceled. [optional] [default to null]
Status string The current state of a campaign delivery. [optional] [default to null]
EmailsSent int32 The total number of emails confirmed sent for this campaign so far. [optional] [default to null]
EmailsCanceled int32 The total number of emails canceled for this campaign. [optional] [default to null]

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