SetAmountParams constructor
SetAmountParams({})
Implementation
SetAmountParams({
required this.amount,
this.cashbackAmount = "",
this.currencyCode = currency, // Fixed value
this.transactionType = transType, // Fixed value
});