GeneralPaymentAuth constructor
GeneralPaymentAuth({
- required String apiKey,
- required String ownerId,
- required GeneralPaymentType generalPaymentType,
Implementation
GeneralPaymentAuth({
required this.apiKey,
required this.ownerId,
required this.generalPaymentType,
});