SchemaOrder constructor
SchemaOrder({
- 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,
- SchemaOffer? acceptedOffer,
- SchemaPostalAddress? billingAddress,
- dynamic broker,
- String? confirmationNumber,
- dynamic customer,
- dynamic discount,
- String? discountCode,
- String? discountCurrency,
- bool? isGift,
- dynamic merchant,
- String? orderDate,
- SchemaParcelDelivery? orderDelivery,
- String? orderNumber,
- SchemaOrderStatus? orderStatus,
- dynamic orderedItem,
- SchemaInvoice? partOfInvoice,
- String? paymentDue,
- String? paymentDueDate,
- dynamic paymentMethod,
- String? paymentMethodId,
- String? paymentUrl,
- dynamic seller,
Create a new instance of SchemaOrder
Implementation
SchemaOrder({
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.acceptedOffer,
this.billingAddress,
this.broker,
this.confirmationNumber,
this.customer,
this.discount,
this.discountCode,
this.discountCurrency,
this.isGift,
this.merchant,
this.orderDate,
this.orderDelivery,
this.orderNumber,
this.orderStatus,
this.orderedItem,
this.partOfInvoice,
this.paymentDue,
this.paymentDueDate,
this.paymentMethod,
this.paymentMethodId,
this.paymentUrl,
this.seller,
});