Transaction constructor
Transaction({})
Implementation
Transaction({
this.merchantReference,
this.preferredAgent,
this.productDescription,
this.amount,
this.currencyCode,
this.paymentInfo,
this.paymentExpiry,
this.userDefined1,
this.userDefined2,
this.userDefined3,
this.userDefined4,
this.userDefined5,
});