SchemaBankAccount constructor

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

Create a new instance of SchemaBankAccount

Implementation

SchemaBankAccount({
  this.accountMinimumInflow,
  this.accountOverdraftLimit,
  this.bankAccountType,
  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,
});