ProductstatusesCustomBatchRequestEntry constructor

ProductstatusesCustomBatchRequestEntry({
  1. int? batchId,
  2. List<String>? destinations,
  3. bool? includeAttributes,
  4. String? merchantId,
  5. String? method,
  6. String? productId,
})

Implementation

ProductstatusesCustomBatchRequestEntry({
  this.batchId,
  this.destinations,
  this.includeAttributes,
  this.merchantId,
  this.method,
  this.productId,
});