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