SchemaDeliveryChargeSpecification constructor

SchemaDeliveryChargeSpecification({
  1. SchemaDeliveryMethod? appliesToDeliveryMethod,
  2. dynamic areaServed,
  3. dynamic eligibleRegion,
  4. dynamic ineligibleRegion,
  5. SchemaQuantitativeValue? eligibleQuantity,
  6. SchemaPriceSpecification? eligibleTransactionVolume,
  7. int? maxPrice,
  8. int? minPrice,
  9. dynamic price,
  10. String? priceCurrency,
  11. String? validFrom,
  12. String? validThrough,
  13. bool? valueAddedTaxIncluded,
  14. String? additionalType,
  15. String? alternateName,
  16. dynamic description,
  17. String? disambiguatingDescription,
  18. dynamic identifier,
  19. dynamic image,
  20. dynamic mainEntityOfPage,
  21. String? name,
  22. SchemaAction? potentialAction,
  23. String? sameAs,
  24. dynamic subjectOf,
  25. String? url,
})

Create a new instance of SchemaDeliveryChargeSpecification

Implementation

SchemaDeliveryChargeSpecification({
  this.appliesToDeliveryMethod,
  this.areaServed,
  this.eligibleRegion,
  this.ineligibleRegion,
  this.eligibleQuantity,
  this.eligibleTransactionVolume,
  this.maxPrice,
  this.minPrice,
  this.price,
  this.priceCurrency,
  this.validFrom,
  this.validThrough,
  this.valueAddedTaxIncluded,
  this.additionalType,
  this.alternateName,
  this.description,
  this.disambiguatingDescription,
  this.identifier,
  this.image,
  this.mainEntityOfPage,
  this.name,
  this.potentialAction,
  this.sameAs,
  this.subjectOf,
  this.url,
});