SchemaInvoice constructor
SchemaInvoice({
- 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,
- String? accountId,
- SchemaDuration? billingPeriod,
- dynamic broker,
- dynamic category,
- String? confirmationNumber,
- dynamic customer,
- dynamic minimumPaymentDue,
- String? paymentDue,
- String? paymentDueDate,
- dynamic paymentMethod,
- String? paymentMethodId,
- dynamic paymentStatus,
- dynamic provider,
- SchemaOrder? referencesOrder,
- String? scheduledPaymentDate,
- dynamic totalPaymentDue,
Create a new instance of SchemaInvoice
Implementation
SchemaInvoice({
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.accountId,
this.billingPeriod,
this.broker,
this.category,
this.confirmationNumber,
this.customer,
this.minimumPaymentDue,
this.paymentDue,
this.paymentDueDate,
this.paymentMethod,
this.paymentMethodId,
this.paymentStatus,
this.provider,
this.referencesOrder,
this.scheduledPaymentDate,
this.totalPaymentDue,
});