toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() => {
if (posDataProviderId != null) 'posDataProviderId': posDataProviderId!,
if (posExternalAccountId != null)
'posExternalAccountId': posExternalAccountId!,
};