ChargeDisputeUpdatedEvent constructor

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

Occurs when the dispute is updated (usually with evidence).

Implementation

const ChargeDisputeUpdatedEvent({required this.object});