ReceiptSource({ int? primaryId, int? secondaryId}) { this.primaryId = primaryId ?? 0; this.secondaryId = secondaryId ?? 0; }