GooglePayUtilsConfiguration constructor

GooglePayUtilsConfiguration({
  1. required double price,
  2. required String merchantName,
  3. required String merchantId,
  4. required GooglePayEnvironment environment,
  5. int? customRequestCode,
})

Implementation

GooglePayUtilsConfiguration({
  required this.price,
  required this.merchantName,
  required this.merchantId,
  required this.environment,
  this.customRequestCode
});