SchemaPaymentCard constructor

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

Create a new instance of SchemaPaymentCard

Implementation

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