GeneralPaymentAuth constructor

GeneralPaymentAuth({
  1. required String apiKey,
  2. required String ownerId,
  3. required GeneralPaymentType generalPaymentType,
})

Implementation

GeneralPaymentAuth({
  required this.apiKey,
  required this.ownerId,
  required this.generalPaymentType,
});