TrxactViewModel constructor
TrxactViewModel({})
Implementation
TrxactViewModel({
required this.paymentDetails,
required this.username,
required this.password,
required this.apiKey,
required this.requestHashKey,
required this.stage,
required this.onSuccess,
required this.onFailure,
required this.onError,
});