SchemaRepaymentSpecification constructor
SchemaRepaymentSpecification({
- String? additionalType,
- String? alternateName,
- dynamic description,
- String? disambiguatingDescription,
- dynamic identifier,
- dynamic image,
- dynamic mainEntityOfPage,
- String? name,
- dynamic owner,
- SchemaAction? potentialAction,
- String? sameAs,
- dynamic subjectOf,
- String? url,
- dynamic downPayment,
- SchemaMonetaryAmount? earlyPrepaymentPenalty,
- SchemaMonetaryAmount? loanPaymentAmount,
- num? loanPaymentFrequency,
- num? numberOfLoanPayments,
Create a new instance of SchemaRepaymentSpecification
Implementation
SchemaRepaymentSpecification({
super.additionalType,
super.alternateName,
super.description,
super.disambiguatingDescription,
super.identifier,
super.image,
super.mainEntityOfPage,
super.name,
super.owner,
super.potentialAction,
super.sameAs,
super.subjectOf,
super.url,
this.downPayment,
this.earlyPrepaymentPenalty,
this.loanPaymentAmount,
this.loanPaymentFrequency,
this.numberOfLoanPayments,
});