toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() {
  final aggregatorId = this.aggregatorId;
  final merchantId = this.merchantId;
  return {'aggregatorId': ?aggregatorId, 'merchantId': ?merchantId};
}