SchemaOfferShippingDetails constructor
SchemaOfferShippingDetails({
- 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,
- SchemaShippingDeliveryTime? deliveryTime,
- dynamic depth,
- bool? doesNotShip,
- SchemaShippingService? hasShippingService,
- dynamic height,
- SchemaDefinedRegion? shippingDestination,
- SchemaDefinedRegion? shippingOrigin,
- dynamic shippingRate,
- SchemaMemberProgramTier? validForMemberTier,
- dynamic weight,
- dynamic width,
Create a new instance of SchemaOfferShippingDetails
Implementation
SchemaOfferShippingDetails({
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.deliveryTime,
this.depth,
this.doesNotShip,
this.hasShippingService,
this.height,
this.shippingDestination,
this.shippingOrigin,
this.shippingRate,
this.validForMemberTier,
this.weight,
this.width,
});