Skip to content

Latest commit

 

History

History
26 lines (15 loc) · 769 Bytes

File metadata and controls

26 lines (15 loc) · 769 Bytes

CouponsNotificationData

Properties

Name Type Description Notes
typeOfChange String The type of change that occurred.
operation String The operation performed.
employeeName String The name of the employee associated with the operation.
data List<ExtendedCoupon> A list of extended coupon data. [optional]
totalResultSize Long [optional]
notificationType NotificationTypeEnum The type of the notification

Enum: NotificationTypeEnum

Name Value
COUPONUPDATED "CouponUpdated"
COUPONDELETED "CouponDeleted"