FlutterKhaltiPayment constructor
FlutterKhaltiPayment(- {@required String merchantKey,
- @required String productId,
- @required String productName,
- String productUrl: "",
- @required double amount,
- @required String urlSchemeIOS,
- bool enableEBanking: false,
- bool enableMobileBanking: false,
- bool enableIPS: false,
- bool enableSCT: false}
)
Implementation
FlutterKhaltiPayment({
@required String merchantKey,
@required String productId,
@required String productName,
String productUrl="",
@required double amount,
@required String urlSchemeIOS,
bool enableEBanking=false,
bool enableMobileBanking=false,
bool enableIPS=false,
bool enableSCT=false
}):this._merchantKey=merchantKey,
this._productId=productId,
this._productName=productName,
this._productUrl=productUrl,
this._amount=amount,
this._urlSchemeIOS = urlSchemeIOS,
this._enableEBanking = enableEBanking,
this._enableMobileBanking = enableMobileBanking,
this._enableIPS = enableIPS,
this._enableSCT=enableSCT;