PrintifyOrderLineItem constructor
PrintifyOrderLineItem({})
Implementation
PrintifyOrderLineItem({
required this.product_id,
required this.quantity,
required this.variant_id,
this.print_provider_id,
this.cost,
this.shipping_cost,
this.status,
this.sent_to_production_at,
this.fulfilled_at,
this.metadata,
});