toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() {
final batchId = this.batchId;
final errors = this.errors;
final gmbAccounts = this.gmbAccounts;
final kind = this.kind;
final liaSettings = this.liaSettings;
final omnichannelExperience = this.omnichannelExperience;
final posDataProviders = this.posDataProviders;
return {
'batchId': ?batchId,
'errors': ?errors,
'gmbAccounts': ?gmbAccounts,
'kind': ?kind,
'liaSettings': ?liaSettings,
'omnichannelExperience': ?omnichannelExperience,
'posDataProviders': ?posDataProviders,
};
}