PaymentLinkCompletedSessions constructor

const PaymentLinkCompletedSessions({
  1. required int limit,
})

completed_sessions_params

Configuration for the `completed_sessions` restriction type.

Implementation

const PaymentLinkCompletedSessions({required this.limit});