Transaction constructor
Transaction({})
Implementation
Transaction(
{this.idBilling,
this.billingData,
this.paymentTypeCode,
this.flag,
this.generatedDate,
this.paymentDate,
this.clientRefnum});