SchemaFinancialProduct constructor
SchemaFinancialProduct({
- dynamic annualPercentageRate,
- String? feesAndCommissionsSpecification,
- dynamic interestRate,
- SchemaAggregateRating? aggregateRating,
- dynamic areaServed,
- SchemaAudience? audience,
- SchemaServiceChannel? availableChannel,
- String? award,
- dynamic brand,
- dynamic broker,
- dynamic category,
- SchemaCertification? hasCertification,
- SchemaOfferCatalog? hasOfferCatalog,
- SchemaOpeningHoursSpecification? hoursAvailable,
- dynamic isRelatedTo,
- dynamic isSimilarTo,
- dynamic logo,
- dynamic offers,
- SchemaThing? produces,
- dynamic provider,
- String? providerMobility,
- SchemaReview? review,
- dynamic serviceArea,
- SchemaAudience? serviceAudience,
- SchemaThing? serviceOutput,
- dynamic serviceType,
- String? slogan,
- String? termsOfService,
- 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 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,
});