toJson method
Implementation
Map<String, dynamic> toJson() => {
"transaction_identifiers":
transaction_identifiers.map((e) => e.toJson()).toList()
}..removeWhere(
(dynamic key, dynamic value) => key == null || value == null);