PaymentLinkCreatedEvent constructor

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

Occurs when a payment link is created.

Implementation

const PaymentLinkCreatedEvent({required this.object});