RegionalInventory constructor

RegionalInventory({
  1. String? availability,
  2. List<CustomAttribute>? customAttributes,
  3. String? kind,
  4. Price? price,
  5. String? regionId,
  6. Price? salePrice,
  7. String? salePriceEffectiveDate,
})

Implementation

RegionalInventory({
  this.availability,
  this.customAttributes,
  this.kind,
  this.price,
  this.regionId,
  this.salePrice,
  this.salePriceEffectiveDate,
});