WebApiModulesIntegrationsStorefrontGetProductWarehouseDetailsResponse constructor

const WebApiModulesIntegrationsStorefrontGetProductWarehouseDetailsResponse({
  1. WebApiModulesIntegrationsStorefrontProductAvailability? availability,
  2. double? dailyRate,
  3. double? weeklyRate,
  4. double? monthlyRate,
  5. String? currencySymbol,
  6. String? currencyCode,
})

Implementation

const WebApiModulesIntegrationsStorefrontGetProductWarehouseDetailsResponse({
  this.availability,
  this.dailyRate,
  this.weeklyRate,
  this.monthlyRate,
  this.currencySymbol,
  this.currencyCode,
});