SchemaBuyAction constructor

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

Create a new instance of SchemaBuyAction

Implementation

SchemaBuyAction({
  this.seller,
  this.vendor,
  this.warrantyPromise,
  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,
});