toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() => {
if (batchId != null) 'batchId': batchId!,
if (destinations != null) 'destinations': destinations!,
if (includeAttributes != null) 'includeAttributes': includeAttributes!,
if (merchantId != null) 'merchantId': merchantId!,
if (method != null) 'method': method!,
if (productId != null) 'productId': productId!,
};