Transaction constructor
Transaction({})
Implementation
Transaction({
this.id,
this.uuid,
this.transactionId,
this.userId,
this.companyId,
this.authorizationMethod,
this.code,
this.active,
this.complete,
this.createdAt,
this.updatedAt,
this.deletedAt,
});