ShopifySharpFulfillment constructor

const ShopifySharpFulfillment({
  1. DateTime? createdAt,
  2. List<ShopifySharpLineItem>? lineItems,
  3. int? orderId,
  4. dynamic receipt,
  5. String? status,
  6. int? locationId,
  7. String? email,
  8. bool? notifyCustomer,
  9. ShopifySharpAddress? destination,
  10. String? trackingCompany,
  11. String? trackingNumber,
  12. List<String>? trackingNumbers,
  13. String? trackingUrl,
  14. List<String>? trackingUrls,
  15. DateTime? updatedAt,
  16. String? variantInventoryManagement,
  17. String? service,
  18. String? shipmentStatus,
  19. String? name,
  20. ShopifySharpFulfillmentOriginAddress? originAddress,
  21. int? id,
  22. String? adminGraphqlApiId,
})

Implementation

const ShopifySharpFulfillment({
  this.createdAt,
  this.lineItems,
  this.orderId,
  this.receipt,
  this.status,
  this.locationId,
  this.email,
  this.notifyCustomer,
  this.destination,
  this.trackingCompany,
  this.trackingNumber,
  this.trackingNumbers,
  this.trackingUrl,
  this.trackingUrls,
  this.updatedAt,
  this.variantInventoryManagement,
  this.service,
  this.shipmentStatus,
  this.name,
  this.originAddress,
  this.id,
  this.adminGraphqlApiId,
});