SchemaFinancialProduct constructor

SchemaFinancialProduct({
  1. dynamic annualPercentageRate,
  2. String? feesAndCommissionsSpecification,
  3. dynamic interestRate,
  4. SchemaAggregateRating? aggregateRating,
  5. dynamic areaServed,
  6. SchemaAudience? audience,
  7. SchemaServiceChannel? availableChannel,
  8. String? award,
  9. dynamic brand,
  10. dynamic broker,
  11. dynamic category,
  12. SchemaCertification? hasCertification,
  13. SchemaOfferCatalog? hasOfferCatalog,
  14. SchemaOpeningHoursSpecification? hoursAvailable,
  15. dynamic isRelatedTo,
  16. dynamic isSimilarTo,
  17. dynamic offers,
  18. SchemaThing? produces,
  19. dynamic provider,
  20. String? providerMobility,
  21. SchemaReview? review,
  22. dynamic serviceArea,
  23. SchemaAudience? serviceAudience,
  24. SchemaThing? serviceOutput,
  25. dynamic serviceType,
  26. String? slogan,
  27. String? termsOfService,
  28. String? additionalType,
  29. String? alternateName,
  30. dynamic description,
  31. String? disambiguatingDescription,
  32. dynamic identifier,
  33. dynamic image,
  34. dynamic mainEntityOfPage,
  35. String? name,
  36. SchemaAction? potentialAction,
  37. String? sameAs,
  38. dynamic subjectOf,
  39. String? url,
})

Create a new instance of SchemaFinancialProduct

Implementation

SchemaFinancialProduct({
  this.annualPercentageRate,
  this.feesAndCommissionsSpecification,
  this.interestRate,
  this.aggregateRating,
  this.areaServed,
  this.audience,
  this.availableChannel,
  this.award,
  this.brand,
  this.broker,
  this.category,
  this.hasCertification,
  this.hasOfferCatalog,
  this.hoursAvailable,
  this.isRelatedTo,
  this.isSimilarTo,
  this.logo,
  this.offers,
  this.produces,
  this.provider,
  this.providerMobility,
  this.review,
  this.serviceArea,
  this.serviceAudience,
  this.serviceOutput,
  this.serviceType,
  this.slogan,
  this.termsOfService,
  this.additionalType,
  this.alternateName,
  this.description,
  this.disambiguatingDescription,
  this.identifier,
  this.image,
  this.mainEntityOfPage,
  this.name,
  this.potentialAction,
  this.sameAs,
  this.subjectOf,
  this.url,
});