CustomerSourceExpiringEvent constructor

const CustomerSourceExpiringEvent({
  1. required CustomerSourceExpiringEventObject object,
})

Occurs whenever a card or source will expire at the end of the month.

Implementation

const CustomerSourceExpiringEvent({required this.object});