SchemaFinancialIncentive constructor
SchemaFinancialIncentive({
- String? additionalType,
- String? alternateName,
- dynamic description,
- String? disambiguatingDescription,
- dynamic identifier,
- dynamic image,
- dynamic mainEntityOfPage,
- String? name,
- dynamic owner,
- SchemaAction? potentialAction,
- String? sameAs,
- dynamic subjectOf,
- String? url,
- dynamic areaServed,
- SchemaOrganization? eligibleWithSupplier,
- dynamic incentiveAmount,
- SchemaIncentiveStatus? incentiveStatus,
- SchemaIncentiveType? incentiveType,
- dynamic incentivizedItem,
- dynamic incomeLimit,
- dynamic provider,
- dynamic publisher,
- SchemaMonetaryAmount? purchasePriceLimit,
- SchemaPurchaseType? purchaseType,
- SchemaIncentiveQualifiedExpenseType? qualifiedExpense,
- String? validFrom,
- String? validThrough,
Create a new instance of SchemaFinancialIncentive
Implementation
SchemaFinancialIncentive({
super.additionalType,
super.alternateName,
super.description,
super.disambiguatingDescription,
super.identifier,
super.image,
super.mainEntityOfPage,
super.name,
super.owner,
super.potentialAction,
super.sameAs,
super.subjectOf,
super.url,
this.areaServed,
this.eligibleWithSupplier,
this.incentiveAmount,
this.incentiveStatus,
this.incentiveType,
this.incentivizedItem,
this.incomeLimit,
this.provider,
this.publisher,
this.purchasePriceLimit,
this.purchaseType,
this.qualifiedExpense,
this.validFrom,
this.validThrough,
});