SchemaPriceSpecification constructor

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

Create a new instance of SchemaPriceSpecification

Implementation

SchemaPriceSpecification({
  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,
});