NaverCoProducts constructor

NaverCoProducts({
  1. String? id,
  2. String? merchantProductId,
  3. String? ecMallProductId,
  4. String? name,
  5. int? basePrice,
  6. String? taxType,
  7. int? quantity,
  8. String? infoUrl,
  9. String? imageUrl,
  10. String? giftName,
  11. List<NaverCoOption>? options,
  12. NaverCoShipping? shipping,
  13. List<NaverCoSupplement>? supplements,
})

Implementation

NaverCoProducts({
  this.id,
  this.merchantProductId,
  this.ecMallProductId,
  this.name,
  this.basePrice,
  this.taxType,
  this.quantity,
  this.infoUrl,
  this.imageUrl,
  this.giftName,
  this.options,
  this.shipping,
  this.supplements,
});