public override int GetHashCode() { unchecked { var hashCode = _getTime.GetHashCode(); hashCode = (hashCode * 397) ^ (_credit != null ? _credit.GetHashCode() : 0); hashCode = (hashCode * 397) ^ (_debit != null ? _debit.GetHashCode() : 0); return(hashCode); } }