toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
      if (aggregatorId != null) 'aggregatorId': aggregatorId!,
      if (merchantId != null) 'merchantId': merchantId!,
    };