ShopifySharpOrder constructor

const ShopifySharpOrder({
  1. int? appId,
  2. ShopifySharpAddress? billingAddress,
  3. String? browserIp,
  4. bool? buyerAcceptsMarketing,
  5. String? cancelReason,
  6. DateTime? cancelledAt,
  7. String? cartToken,
  8. String? checkoutToken,
  9. int? checkoutId,
  10. ShopifySharpClientDetails? clientDetails,
  11. DateTime? closedAt,
  12. bool? confirmed,
  13. DateTime? createdAt,
  14. String? currency,
  15. ShopifySharpCustomer? customer,
  16. String? customerLocale,
  17. int? deviceId,
  18. List<ShopifySharpDiscountCode>? discountCodes,
  19. List<ShopifySharpDiscountApplication>? discountApplications,
  20. String? email,
  21. String? financialStatus,
  22. List<ShopifySharpFulfillment>? fulfillments,
  23. String? fulfillmentStatus,
  24. String? phone,
  25. String? tags,
  26. String? landingSite,
  27. List<ShopifySharpLineItem>? lineItems,
  28. int? locationId,
  29. String? name,
  30. String? note,
  31. List<ShopifySharpNoteAttribute>? noteAttributes,
  32. int? number,
  33. int? orderNumber,
  34. String? orderStatusUrl,
  35. List<String>? paymentGatewayNames,
  36. DateTime? processedAt,
  37. String? processingMethod,
  38. String? referringSite,
  39. List<ShopifySharpRefund>? refunds,
  40. ShopifySharpAddress? shippingAddress,
  41. List<ShopifySharpShippingLine>? shippingLines,
  42. String? sourceIdentifier,
  43. String? sourceName,
  44. double? subtotalPrice,
  45. List<ShopifySharpTaxLine>? taxLines,
  46. bool? taxesIncluded,
  47. bool? test,
  48. String? token,
  49. double? totalDiscounts,
  50. double? totalLineItemsPrice,
  51. double? totalTipReceived,
  52. double? totalPrice,
  53. double? totalTax,
  54. int? totalWeight,
  55. DateTime? updatedAt,
  56. int? userId,
  57. List<ShopifySharpTransaction>? transactions,
  58. List<ShopifySharpMetaField>? metafields,
  59. ShopifySharpPriceSet? currentTotalDutiesSet,
  60. ShopifySharpPriceSet? originalTotalDutiesSet,
  61. String? presentmentCurrency,
  62. ShopifySharpPriceSet? totalLineItemsPriceSet,
  63. ShopifySharpPriceSet? totalDiscountsSet,
  64. ShopifySharpPriceSet? totalShippingPriceSet,
  65. ShopifySharpPriceSet? subtotalPriceSet,
  66. ShopifySharpPriceSet? totalPriceSet,
  67. String? totalOutstanding,
  68. ShopifySharpPriceSet? totalTaxSet,
  69. bool? estimatedTaxes,
  70. double? currentSubtotalPrice,
  71. ShopifySharpPriceSet? currentSubtotalPriceSet,
  72. double? currentTotalDiscounts,
  73. ShopifySharpPriceSet? currentTotalDiscountsSet,
  74. double? currentTotalPrice,
  75. ShopifySharpPriceSet? currentTotalPriceSet,
  76. double? currentTotalTax,
  77. ShopifySharpPriceSet? currentTotalTaxSet,
  78. ShopifySharpPaymentTerms? paymentTerms,
  79. ShopifySharpPriceSet? currentTotalAdditionalFeesSet,
  80. ShopifySharpPriceSet? originalTotalAdditionalFeesSet,
  81. String? poNumber,
  82. bool? taxExempt,
  83. ShopifySharpOrderCompany? company,
  84. int? id,
  85. String? adminGraphqlApiId,
})

Implementation

const ShopifySharpOrder({
  this.appId,
  this.billingAddress,
  this.browserIp,
  this.buyerAcceptsMarketing,
  this.cancelReason,
  this.cancelledAt,
  this.cartToken,
  this.checkoutToken,
  this.checkoutId,
  this.clientDetails,
  this.closedAt,
  this.confirmed,
  this.createdAt,
  this.currency,
  this.customer,
  this.customerLocale,
  this.deviceId,
  this.discountCodes,
  this.discountApplications,
  this.email,
  this.financialStatus,
  this.fulfillments,
  this.fulfillmentStatus,
  this.phone,
  this.tags,
  this.landingSite,
  this.lineItems,
  this.locationId,
  this.name,
  this.note,
  this.noteAttributes,
  this.number,
  this.orderNumber,
  this.orderStatusUrl,
  this.paymentGatewayNames,
  this.processedAt,
  this.processingMethod,
  this.referringSite,
  this.refunds,
  this.shippingAddress,
  this.shippingLines,
  this.sourceIdentifier,
  this.sourceName,
  this.subtotalPrice,
  this.taxLines,
  this.taxesIncluded,
  this.test,
  this.token,
  this.totalDiscounts,
  this.totalLineItemsPrice,
  this.totalTipReceived,
  this.totalPrice,
  this.totalTax,
  this.totalWeight,
  this.updatedAt,
  this.userId,
  this.transactions,
  this.metafields,
  this.currentTotalDutiesSet,
  this.originalTotalDutiesSet,
  this.presentmentCurrency,
  this.totalLineItemsPriceSet,
  this.totalDiscountsSet,
  this.totalShippingPriceSet,
  this.subtotalPriceSet,
  this.totalPriceSet,
  this.totalOutstanding,
  this.totalTaxSet,
  this.estimatedTaxes,
  this.currentSubtotalPrice,
  this.currentSubtotalPriceSet,
  this.currentTotalDiscounts,
  this.currentTotalDiscountsSet,
  this.currentTotalPrice,
  this.currentTotalPriceSet,
  this.currentTotalTax,
  this.currentTotalTaxSet,
  this.paymentTerms,
  this.currentTotalAdditionalFeesSet,
  this.originalTotalAdditionalFeesSet,
  this.poNumber,
  this.taxExempt,
  this.company,
  this.id,
  this.adminGraphqlApiId,
});