MFGooglePayRequest constructor
MFGooglePayRequest({})
Implementation
MFGooglePayRequest({
required this.totalPrice,
required this.merchantId,
required this.merchantName,
required this.countryCode,
required this.currencyIso,
});