CustomerDiscountUpdatedEvent constructor

const CustomerDiscountUpdatedEvent({
  1. required Discount object,
})

Occurs whenever a customer is switched from one coupon to another.

Implementation

const CustomerDiscountUpdatedEvent({required this.object});