QuickPaySupportCredentials constructor

QuickPaySupportCredentials({
  1. required String phoneNumber,
  2. required String email,
  3. String? ticketUrl,
})

Implementation

QuickPaySupportCredentials({
  required this.phoneNumber,
  required this.email,
  this.ticketUrl,
});