toJson method

Map<String, dynamic> toJson()

Implementation

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