SchemaUnitPriceSpecification constructor
SchemaUnitPriceSpecification({
- dynamic billingDuration,
- int? billingIncrement,
- int? billingStart,
- SchemaPriceComponentTypeEnumeration? priceComponentType,
- dynamic priceType,
- SchemaQuantitativeValue? referenceQuantity,
- String? unitCode,
- String? unitText,
- SchemaQuantitativeValue? eligibleQuantity,
- SchemaPriceSpecification? eligibleTransactionVolume,
- int? maxPrice,
- int? minPrice,
- dynamic price,
- String? priceCurrency,
- String? validFrom,
- String? validThrough,
- bool? valueAddedTaxIncluded,
- String? additionalType,
- String? alternateName,
- dynamic description,
- String? disambiguatingDescription,
- dynamic identifier,
- dynamic image,
- dynamic mainEntityOfPage,
- String? name,
- SchemaAction? potentialAction,
- String? sameAs,
- dynamic subjectOf,
- 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,
});