SchemaDemand constructor
SchemaDemand({
- dynamic acceptedPaymentMethod,
- SchemaQuantitativeValue? advanceBookingRequirement,
- dynamic areaServed,
- String? asin,
- SchemaItemAvailability? availability,
- String? availabilityEnds,
- String? availabilityStarts,
- SchemaPlace? availableAtOrFrom,
- SchemaDeliveryMethod? availableDeliveryMethod,
- SchemaBusinessFunction? businessFunction,
- SchemaQuantitativeValue? deliveryLeadTime,
- SchemaBusinessEntityType? eligibleCustomerType,
- SchemaQuantitativeValue? eligibleDuration,
- SchemaQuantitativeValue? eligibleQuantity,
- dynamic eligibleRegion,
- SchemaPriceSpecification? eligibleTransactionVolume,
- String? gtin,
- String? gtin12,
- String? gtin13,
- String? gtin14,
- String? gtin8,
- SchemaTypeAndQuantityNode? includesObject,
- dynamic ineligibleRegion,
- SchemaQuantitativeValue? inventoryLevel,
- SchemaOfferItemCondition? itemCondition,
- dynamic itemOffered,
- String? mpn,
- SchemaPriceSpecification? priceSpecification,
- dynamic seller,
- String? serialNumber,
- String? sku,
- String? validFrom,
- String? validThrough,
- SchemaWarrantyPromise? warranty,
- 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 SchemaDemand
Implementation
SchemaDemand({
this.acceptedPaymentMethod,
this.advanceBookingRequirement,
this.areaServed,
this.asin,
this.availability,
this.availabilityEnds,
this.availabilityStarts,
this.availableAtOrFrom,
this.availableDeliveryMethod,
this.businessFunction,
this.deliveryLeadTime,
this.eligibleCustomerType,
this.eligibleDuration,
this.eligibleQuantity,
this.eligibleRegion,
this.eligibleTransactionVolume,
this.gtin,
this.gtin12,
this.gtin13,
this.gtin14,
this.gtin8,
this.includesObject,
this.ineligibleRegion,
this.inventoryLevel,
this.itemCondition,
this.itemOffered,
this.mpn,
this.priceSpecification,
this.seller,
this.serialNumber,
this.sku,
this.validFrom,
this.validThrough,
this.warranty,
this.additionalType,
this.alternateName,
this.description,
this.disambiguatingDescription,
this.identifier,
this.image,
this.mainEntityOfPage,
this.name,
this.potentialAction,
this.sameAs,
this.subjectOf,
this.url,
});