SchemaPaymentChargeSpecification constructor

SchemaPaymentChargeSpecification({
  1. SchemaDeliveryMethod? appliesToDeliveryMethod,
  2. SchemaPaymentMethod? appliesToPaymentMethod,
  3. SchemaQuantitativeValue? eligibleQuantity,
  4. SchemaPriceSpecification? eligibleTransactionVolume,
  5. int? maxPrice,
  6. int? minPrice,
  7. dynamic price,
  8. String? priceCurrency,
  9. String? validFrom,
  10. String? validThrough,
  11. bool? valueAddedTaxIncluded,
  12. String? additionalType,
  13. String? alternateName,
  14. dynamic description,
  15. String? disambiguatingDescription,
  16. dynamic identifier,
  17. dynamic image,
  18. dynamic mainEntityOfPage,
  19. String? name,
  20. SchemaAction? potentialAction,
  21. String? sameAs,
  22. dynamic subjectOf,
  23. String? url,
})

Create a new instance of SchemaPaymentChargeSpecification

Implementation

SchemaPaymentChargeSpecification({
  this.appliesToDeliveryMethod,
  this.appliesToPaymentMethod,
  this.eligibleQuantity,
  this.eligibleTransactionVolume,
  this.maxPrice,
  this.minPrice,
  this.price,
  this.priceCurrency,
  this.validFrom,
  this.validThrough,
  this.valueAddedTaxIncluded,
  this.additionalType,
  this.alternateName,
  this.description,
  this.disambiguatingDescription,
  this.identifier,
  this.image,
  this.mainEntityOfPage,
  this.name,
  this.potentialAction,
  this.sameAs,
  this.subjectOf,
  this.url,
});