SchemaOrderAction constructor

SchemaOrderAction({
  1. SchemaDeliveryMethod? deliveryMethod,
  2. dynamic price,
  3. String? priceCurrency,
  4. SchemaPriceSpecification? priceSpecification,
  5. SchemaActionStatusType? actionStatus,
  6. dynamic agent,
  7. String? endTime,
  8. SchemaThing? error,
  9. SchemaThing? instrument,
  10. dynamic location,
  11. SchemaThing? object,
  12. dynamic participant,
  13. dynamic provider,
  14. SchemaThing? result,
  15. String? startTime,
  16. dynamic target,
  17. String? additionalType,
  18. String? alternateName,
  19. dynamic description,
  20. String? disambiguatingDescription,
  21. dynamic identifier,
  22. dynamic image,
  23. dynamic mainEntityOfPage,
  24. String? name,
  25. SchemaAction? potentialAction,
  26. String? sameAs,
  27. dynamic subjectOf,
  28. String? url,
})

Create a new instance of SchemaOrderAction

Implementation

SchemaOrderAction({
  this.deliveryMethod,
  this.price,
  this.priceCurrency,
  this.priceSpecification,
  this.actionStatus,
  this.agent,
  this.endTime,
  this.error,
  this.instrument,
  this.location,
  this.object,
  this.participant,
  this.provider,
  this.result,
  this.startTime,
  this.target,
  this.additionalType,
  this.alternateName,
  this.description,
  this.disambiguatingDescription,
  this.identifier,
  this.image,
  this.mainEntityOfPage,
  this.name,
  this.potentialAction,
  this.sameAs,
  this.subjectOf,
  this.url,
});