MidtransConfig constructor
MidtransConfig({})
Creates a new instance of MidtransConfig.
merchantClientKey and merchantUrl are required parameters.
Implementation
MidtransConfig({
required this.merchantClientKey,
required this.merchantUrl,
this.enableLog = true,
this.gopayCallbackUrl,
this.shopeePayCallbackUrl,
this.permataVa,
this.bcaVa,
this.bniVa,
this.paymentTypeConfig,
});