ChargeUpdatedEvent constructor

const ChargeUpdatedEvent({
  1. required Charge object,
})

Occurs whenever a charge description or metadata is updated, or upon an asynchronous capture.

Implementation

const ChargeUpdatedEvent({required this.object});