PaymentLinkCreateOptionsRestrictions constructor

const PaymentLinkCreateOptionsRestrictions({
  1. required PaymentLinkCompletedSessions completedSessions,
})

restrictions_params

Settings that restrict the usage of a payment link.

Implementation

const PaymentLinkCreateOptionsRestrictions({required this.completedSessions});