PaymentLinkUpdatedEvent constructor

const PaymentLinkUpdatedEvent({
  1. required PaymentLink object,
})

Occurs when a payment link is updated.

Implementation

const PaymentLinkUpdatedEvent({required this.object});