Map<String, dynamic> toMap() => { if (type != null) 'type': type, if (accountId != null) 'accountId': accountId, if (issuingCountry != null) 'issuingCountry': issuingCountry, };