ChargeDisputeCreatedEvent constructor

const ChargeDisputeCreatedEvent({
  1. required Dispute object,
})

Occurs whenever a customer disputes a charge with their bank.

Implementation

const ChargeDisputeCreatedEvent({required this.object});