ShopifySharpFulfillment constructor
const
ShopifySharpFulfillment({
- DateTime? createdAt,
- List<
ShopifySharpLineItem> ? lineItems, - int? orderId,
- dynamic receipt,
- String? status,
- int? locationId,
- String? email,
- bool? notifyCustomer,
- ShopifySharpAddress? destination,
- String? trackingCompany,
- String? trackingNumber,
- List<
String> ? trackingNumbers, - String? trackingUrl,
- List<
String> ? trackingUrls, - DateTime? updatedAt,
- String? variantInventoryManagement,
- String? service,
- String? shipmentStatus,
- String? name,
- ShopifySharpFulfillmentOriginAddress? originAddress,
- int? id,
- 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,
});