DGePayConfigs constructor

DGePayConfigs({
  1. required String clientID,
  2. required String clientSecretKey,
  3. required String clientAPIKey,
  4. required String env,
})

Implementation

DGePayConfigs({
  required this.clientID,
  required this.clientSecretKey,
  required this.clientAPIKey, required this.env,
});