Refund constructor
Refund({})
Implementation
Refund({
this.type,
this.optType,
this.operation,
this.operator,
this.quantity,
this.unitPrice,
this.amount,
this.description,
this.department,
this.justification,
});