SchemaMortgageLoan constructor

SchemaMortgageLoan({
  1. bool? domiciledMortgage,
  2. SchemaMonetaryAmount? loanMortgageMandateAmount,
  3. dynamic amount,
  4. String? currency,
  5. SchemaDuration? gracePeriod,
  6. SchemaRepaymentSpecification? loanRepaymentForm,
  7. SchemaQuantitativeValue? loanTerm,
  8. String? loanType,
  9. bool? recourseLoan,
  10. bool? renegotiableLoan,
  11. dynamic requiredCollateral,
  12. dynamic annualPercentageRate,
  13. String? feesAndCommissionsSpecification,
  14. dynamic interestRate,
  15. SchemaAggregateRating? aggregateRating,
  16. dynamic areaServed,
  17. SchemaAudience? audience,
  18. SchemaServiceChannel? availableChannel,
  19. String? award,
  20. dynamic brand,
  21. dynamic broker,
  22. dynamic category,
  23. SchemaCertification? hasCertification,
  24. SchemaOfferCatalog? hasOfferCatalog,
  25. SchemaOpeningHoursSpecification? hoursAvailable,
  26. dynamic isRelatedTo,
  27. dynamic isSimilarTo,
  28. dynamic offers,
  29. SchemaThing? produces,
  30. dynamic provider,
  31. String? providerMobility,
  32. SchemaReview? review,
  33. dynamic serviceArea,
  34. SchemaAudience? serviceAudience,
  35. SchemaThing? serviceOutput,
  36. dynamic serviceType,
  37. String? slogan,
  38. String? termsOfService,
  39. String? additionalType,
  40. String? alternateName,
  41. dynamic description,
  42. String? disambiguatingDescription,
  43. dynamic identifier,
  44. dynamic image,
  45. dynamic mainEntityOfPage,
  46. String? name,
  47. SchemaAction? potentialAction,
  48. String? sameAs,
  49. dynamic subjectOf,
  50. String? url,
})

Create a new instance of SchemaMortgageLoan

Implementation

SchemaMortgageLoan({
  this.domiciledMortgage,
  this.loanMortgageMandateAmount,
  this.amount,
  this.currency,
  this.gracePeriod,
  this.loanRepaymentForm,
  this.loanTerm,
  this.loanType,
  this.recourseLoan,
  this.renegotiableLoan,
  this.requiredCollateral,
  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,
});