Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 1.25 KB

File metadata and controls

18 lines (15 loc) · 1.25 KB

TalonOne.Model.StrikethroughLabelingNotification

The strikethrough labels notification for an application.

Properties

Name Type Description Notes
Version string The version of the strikethrough pricing notification. [optional]
ValidFrom DateTime Timestamp at which the strikethrough pricing update becomes valid. Set for scheduled strikethrough pricing updates (version: v2) only. [optional]
ApplicationId long The ID of the Application to which the catalog items labels belongs.
CurrentBatch long The batch number of the notification. Notifications might be sent in different batches.
TotalBatches long The total number of batches for the notification.
Trigger StrikethroughTrigger
ChangedItems List<StrikethroughChangedItem>
NotificationType string The type of notification.
SentAt DateTime Timestamp at which the notification was sent.

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