MastercardConfig constructor
const
MastercardConfig({})
Implementation
const MastercardConfig({
required this.merchantId,
required this.apiUsername,
required this.apiPassword,
required this.gatewayUrl,
this.isTestMode = true,
this.version = '83',
this.currency = 'USD',
required this.merchantName,
required this.merchantUrl,
});