GooglePayUtilsConfiguration constructor
GooglePayUtilsConfiguration({
- required double price,
- required String merchantName,
- required String merchantId,
- required GooglePayEnvironment environment,
- int? customRequestCode,
Implementation
GooglePayUtilsConfiguration({
required this.price,
required this.merchantName,
required this.merchantId,
required this.environment,
this.customRequestCode
});