SchemaUnitPriceSpecification constructor

SchemaUnitPriceSpecification({
  1. dynamic billingDuration,
  2. int? billingIncrement,
  3. int? billingStart,
  4. SchemaPriceComponentTypeEnumeration? priceComponentType,
  5. dynamic priceType,
  6. SchemaQuantitativeValue? referenceQuantity,
  7. String? unitCode,
  8. String? unitText,
  9. SchemaQuantitativeValue? eligibleQuantity,
  10. SchemaPriceSpecification? eligibleTransactionVolume,
  11. int? maxPrice,
  12. int? minPrice,
  13. dynamic price,
  14. String? priceCurrency,
  15. String? validFrom,
  16. String? validThrough,
  17. bool? valueAddedTaxIncluded,
  18. String? additionalType,
  19. String? alternateName,
  20. dynamic description,
  21. String? disambiguatingDescription,
  22. dynamic identifier,
  23. dynamic image,
  24. dynamic mainEntityOfPage,
  25. String? name,
  26. SchemaAction? potentialAction,
  27. String? sameAs,
  28. dynamic subjectOf,
  29. String? url,
})

Create a new instance of SchemaUnitPriceSpecification

Implementation

SchemaUnitPriceSpecification({
  this.billingDuration,
  this.billingIncrement,
  this.billingStart,
  this.priceComponentType,
  this.priceType,
  this.referenceQuantity,
  this.unitCode,
  this.unitText,
  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,
});