ShopifySharpOrder constructor
const
ShopifySharpOrder({
- int? appId,
- ShopifySharpAddress? billingAddress,
- String? browserIp,
- bool? buyerAcceptsMarketing,
- String? cancelReason,
- DateTime? cancelledAt,
- String? cartToken,
- String? checkoutToken,
- int? checkoutId,
- ShopifySharpClientDetails? clientDetails,
- DateTime? closedAt,
- bool? confirmed,
- DateTime? createdAt,
- String? currency,
- ShopifySharpCustomer? customer,
- String? customerLocale,
- int? deviceId,
- List<
ShopifySharpDiscountCode> ? discountCodes, - List<
ShopifySharpDiscountApplication> ? discountApplications, - String? email,
- String? financialStatus,
- List<
ShopifySharpFulfillment> ? fulfillments, - String? fulfillmentStatus,
- String? phone,
- String? tags,
- String? landingSite,
- List<
ShopifySharpLineItem> ? lineItems, - int? locationId,
- String? name,
- String? note,
- List<
ShopifySharpNoteAttribute> ? noteAttributes, - int? number,
- int? orderNumber,
- String? orderStatusUrl,
- List<
String> ? paymentGatewayNames, - DateTime? processedAt,
- String? processingMethod,
- String? referringSite,
- List<
ShopifySharpRefund> ? refunds, - ShopifySharpAddress? shippingAddress,
- List<
ShopifySharpShippingLine> ? shippingLines, - String? sourceIdentifier,
- String? sourceName,
- double? subtotalPrice,
- List<
ShopifySharpTaxLine> ? taxLines, - bool? taxesIncluded,
- bool? test,
- String? token,
- double? totalDiscounts,
- double? totalLineItemsPrice,
- double? totalTipReceived,
- double? totalPrice,
- double? totalTax,
- int? totalWeight,
- DateTime? updatedAt,
- int? userId,
- List<
ShopifySharpTransaction> ? transactions, - List<
ShopifySharpMetaField> ? metafields, - ShopifySharpPriceSet? currentTotalDutiesSet,
- ShopifySharpPriceSet? originalTotalDutiesSet,
- String? presentmentCurrency,
- ShopifySharpPriceSet? totalLineItemsPriceSet,
- ShopifySharpPriceSet? totalDiscountsSet,
- ShopifySharpPriceSet? totalShippingPriceSet,
- ShopifySharpPriceSet? subtotalPriceSet,
- ShopifySharpPriceSet? totalPriceSet,
- String? totalOutstanding,
- ShopifySharpPriceSet? totalTaxSet,
- bool? estimatedTaxes,
- double? currentSubtotalPrice,
- ShopifySharpPriceSet? currentSubtotalPriceSet,
- double? currentTotalDiscounts,
- ShopifySharpPriceSet? currentTotalDiscountsSet,
- double? currentTotalPrice,
- ShopifySharpPriceSet? currentTotalPriceSet,
- double? currentTotalTax,
- ShopifySharpPriceSet? currentTotalTaxSet,
- ShopifySharpPaymentTerms? paymentTerms,
- ShopifySharpPriceSet? currentTotalAdditionalFeesSet,
- ShopifySharpPriceSet? originalTotalAdditionalFeesSet,
- String? poNumber,
- bool? taxExempt,
- ShopifySharpOrderCompany? company,
- int? id,
- 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,
});