Transaction constructor
Transaction({})
Implementation
Transaction({
required this.createAtUTC,
required this.transactionType,
required this.sumFull,
required this.idTransactionString,
this.payCalled = false,
this.checkCalled = false,
this.refundCalled = false,
this.checkPaySystem,
this.checkCheckSystem,
this.idTransactionInt,
});