PaymentLinkRestrictions constructor

const PaymentLinkRestrictions({
  1. required PaymentLinksResourceCompletedSessions completedSessions,
})

Settings that restrict the usage of a payment link.

Implementation

const PaymentLinkRestrictions({required this.completedSessions});