SchemaPaymentCard constructor

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

Create a new instance of SchemaPaymentCard

Implementation

SchemaPaymentCard({
  this.cashBack,
  this.contactlessPayment,
  this.floorLimit,
  this.monthlyMinimumRepaymentAmount,
  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,
});