OrderResponse constructor
OrderResponse({
- String? processedAt,
- BillingAddress? billingAddress,
- ShippingAddress? shippingAddress,
- String? displayFulfillmentStatus,
- List<
LineItems> ? lineItems, - String? name,
- bool? fullyPaid,
- OriginalUnitPriceSet? totalPriceSet,
- int? subtotalLineItemsQuantity,
- OriginalUnitPriceSet? subtotalPriceSet,
Implementation
OrderResponse(
{this.processedAt,
this.billingAddress,
this.shippingAddress,
this.displayFulfillmentStatus,
this.lineItems,
this.name,
this.fullyPaid,
this.totalPriceSet,
this.subtotalLineItemsQuantity,
this.subtotalPriceSet});