import * as z from 'zod'; declare const PreparePaymentCollectionRequest: z.ZodObject<{ ecomOrderId: z.ZodString; amount: z.ZodObject<{ amount: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>; options: z.ZodOptional>; delayedCapture: z.ZodOptional; delayedCaptureSettings: z.ZodOptional>; delayDuration: z.ZodOptional; unit: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>; declare const PreparePaymentCollectionResponse: z.ZodObject<{ paymentGatewayOrderId: z.ZodOptional; }, z.core.$strip>; declare const GetPaymentCollectabilityStatusRequest: z.ZodObject<{ ecomOrderId: z.ZodString; }, z.core.$strip>; declare const GetPaymentCollectabilityStatusResponse: z.ZodObject<{ status: z.ZodOptional>; amount: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; declare const VoidAuthorizedPaymentsRequest: z.ZodObject<{ ecomOrderId: z.ZodString; paymentIds: z.ZodArray; }, z.core.$strip>; declare const VoidAuthorizedPaymentsResponse: z.ZodObject<{ orderTransactions: z.ZodOptional; payments: z.ZodOptional>; _createdDate: z.ZodNullable>; _updatedDate: z.ZodNullable>; amount: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; refundDisabled: z.ZodOptional; }, z.core.$strip>, z.ZodXor; giftcardPaymentDetails: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ giftcardPaymentDetails: z.ZodOptional; regularPaymentDetails: z.ZodIntersection>; gatewayTransactionId: z.ZodNullable>; paymentMethod: z.ZodNullable>; providerTransactionId: z.ZodNullable>; offlinePayment: z.ZodOptional; status: z.ZodOptional>; savedPaymentMethod: z.ZodOptional; authorizationDetails: z.ZodOptional; authorizedDate: z.ZodNullable>; captures: z.ZodOptional>; status: z.ZodOptional>; amount: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; _createdDate: z.ZodNullable>; failureDetails: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>>; void: z.ZodOptional>; voidedDate: z.ZodNullable>; failureDetails: z.ZodOptional; }, z.core.$strip>>; reason: z.ZodOptional>; }, z.core.$strip>>; scheduledAction: z.ZodOptional>; executionDate: z.ZodNullable>; }, z.core.$strip>>; }, z.core.$strip>>; chargebacks: z.ZodOptional; _createdDate: z.ZodNullable>; _updatedDate: z.ZodNullable>; amount: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; reversalAmount: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; status: z.ZodOptional>; externalId: z.ZodNullable>; }, z.core.$strip>>>; platformFee: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; paymentMethodName: z.ZodOptional>; siteLanguageName: z.ZodNullable>; userDefinedName: z.ZodOptional, z.ZodXor; custom: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ custom: z.ZodOptional; predefined: z.ZodEnum<{ CASH: "CASH"; BANK_TRANSFER: "BANK_TRANSFER"; CHECK: "CHECK"; }>; }, z.core.$strip>, z.ZodObject<{ predefined: z.ZodOptional; custom: z.ZodString; }, z.core.$strip>]>>>; }, z.core.$strip>>; }, z.core.$strip>, z.ZodXor; }, z.core.$strip>, z.ZodObject<{ creditCardDetails: z.ZodObject<{ lastFourDigits: z.ZodNullable>; brand: z.ZodNullable>; }, z.core.$strip>; }, z.core.$strip>]>>; }, z.core.$strip>, z.ZodObject<{ regularPaymentDetails: z.ZodOptional; giftcardPaymentDetails: z.ZodObject<{ giftCardPaymentId: z.ZodOptional; appId: z.ZodOptional; voided: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>]>>>>; refunds: z.ZodOptional; transactions: z.ZodOptional; amount: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; refundStatus: z.ZodOptional>; refundStatusInfo: z.ZodOptional>; description: z.ZodNullable>; }, z.core.$strip>>; gatewayRefundId: z.ZodNullable>; providerRefundId: z.ZodNullable>; externalRefund: z.ZodOptional; }, z.core.$strip>>>; details: z.ZodOptional; quantity: z.ZodOptional; }, z.core.$strip>>>; shippingIncluded: z.ZodOptional; reason: z.ZodNullable>; lineItems: z.ZodOptional; quantity: z.ZodOptional; }, z.core.$strip>>>; additionalFees: z.ZodOptional; amount: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>>; shipping: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; _createdDate: z.ZodNullable>; summary: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; pendingRefund: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; refunded: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; failedRefundAmount: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; pending: z.ZodOptional; breakdown: z.ZodOptional; totalRefundedAmount: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; requestingServiceAppId: z.ZodNullable>; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>; declare const CaptureAuthorizedPaymentsRequest: z.ZodObject<{ ecomOrderId: z.ZodString; payments: z.ZodArray; formattedAmount: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>; declare const CaptureAuthorizedPaymentsResponse: z.ZodObject<{ orderTransactions: z.ZodOptional; payments: z.ZodOptional>; _createdDate: z.ZodNullable>; _updatedDate: z.ZodNullable>; amount: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; refundDisabled: z.ZodOptional; }, z.core.$strip>, z.ZodXor; giftcardPaymentDetails: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ giftcardPaymentDetails: z.ZodOptional; regularPaymentDetails: z.ZodIntersection>; gatewayTransactionId: z.ZodNullable>; paymentMethod: z.ZodNullable>; providerTransactionId: z.ZodNullable>; offlinePayment: z.ZodOptional; status: z.ZodOptional>; savedPaymentMethod: z.ZodOptional; authorizationDetails: z.ZodOptional; authorizedDate: z.ZodNullable>; captures: z.ZodOptional>; status: z.ZodOptional>; amount: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; _createdDate: z.ZodNullable>; failureDetails: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>>; void: z.ZodOptional>; voidedDate: z.ZodNullable>; failureDetails: z.ZodOptional; }, z.core.$strip>>; reason: z.ZodOptional>; }, z.core.$strip>>; scheduledAction: z.ZodOptional>; executionDate: z.ZodNullable>; }, z.core.$strip>>; }, z.core.$strip>>; chargebacks: z.ZodOptional; _createdDate: z.ZodNullable>; _updatedDate: z.ZodNullable>; amount: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; reversalAmount: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; status: z.ZodOptional>; externalId: z.ZodNullable>; }, z.core.$strip>>>; platformFee: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; paymentMethodName: z.ZodOptional>; siteLanguageName: z.ZodNullable>; userDefinedName: z.ZodOptional, z.ZodXor; custom: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ custom: z.ZodOptional; predefined: z.ZodEnum<{ CASH: "CASH"; BANK_TRANSFER: "BANK_TRANSFER"; CHECK: "CHECK"; }>; }, z.core.$strip>, z.ZodObject<{ predefined: z.ZodOptional; custom: z.ZodString; }, z.core.$strip>]>>>; }, z.core.$strip>>; }, z.core.$strip>, z.ZodXor; }, z.core.$strip>, z.ZodObject<{ creditCardDetails: z.ZodObject<{ lastFourDigits: z.ZodNullable>; brand: z.ZodNullable>; }, z.core.$strip>; }, z.core.$strip>]>>; }, z.core.$strip>, z.ZodObject<{ regularPaymentDetails: z.ZodOptional; giftcardPaymentDetails: z.ZodObject<{ giftCardPaymentId: z.ZodOptional; appId: z.ZodOptional; voided: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>]>>>>; refunds: z.ZodOptional; transactions: z.ZodOptional; amount: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; refundStatus: z.ZodOptional>; refundStatusInfo: z.ZodOptional>; description: z.ZodNullable>; }, z.core.$strip>>; gatewayRefundId: z.ZodNullable>; providerRefundId: z.ZodNullable>; externalRefund: z.ZodOptional; }, z.core.$strip>>>; details: z.ZodOptional; quantity: z.ZodOptional; }, z.core.$strip>>>; shippingIncluded: z.ZodOptional; reason: z.ZodNullable>; lineItems: z.ZodOptional; quantity: z.ZodOptional; }, z.core.$strip>>>; additionalFees: z.ZodOptional; amount: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>>; shipping: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; _createdDate: z.ZodNullable>; summary: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; pendingRefund: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; refunded: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; failedRefundAmount: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; pending: z.ZodOptional; breakdown: z.ZodOptional; totalRefundedAmount: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; requestingServiceAppId: z.ZodNullable>; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>; declare const GetOrderRequest: z.ZodObject<{ _id: z.ZodString; }, z.core.$strip>; declare const GetOrderResponse: z.ZodObject<{ _id: z.ZodNullable>; number: z.ZodOptional; _createdDate: z.ZodNullable>; _updatedDate: z.ZodNullable>; lineItems: z.ZodOptional; productName: z.ZodOptional; translated: z.ZodNullable>; }, z.core.$strip>>; catalogReference: z.ZodOptional; appId: z.ZodOptional; options: z.ZodNullable>>; }, z.core.$strip>>; quantity: z.ZodOptional; totalDiscount: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; descriptionLines: z.ZodOptional; translated: z.ZodNullable>; }, z.core.$strip>>; }, z.core.$strip>, z.ZodXor; colorInfo: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ colorInfo: z.ZodOptional; plainText: z.ZodObject<{ original: z.ZodOptional; translated: z.ZodNullable>; }, z.core.$strip>; }, z.core.$strip>, z.ZodObject<{ plainText: z.ZodOptional; colorInfo: z.ZodObject<{ original: z.ZodOptional; translated: z.ZodNullable>; code: z.ZodNullable>; }, z.core.$strip>; }, z.core.$strip>]>>>>; image: z.ZodOptional; physicalProperties: z.ZodOptional>; sku: z.ZodNullable>; shippable: z.ZodOptional; }, z.core.$strip>>; itemType: z.ZodOptional, z.ZodXor; custom: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ custom: z.ZodOptional; preset: z.ZodEnum<{ UNRECOGNISED: "UNRECOGNISED"; PHYSICAL: "PHYSICAL"; DIGITAL: "DIGITAL"; GIFT_CARD: "GIFT_CARD"; SERVICE: "SERVICE"; }>; }, z.core.$strip>, z.ZodObject<{ preset: z.ZodOptional; custom: z.ZodString; }, z.core.$strip>]>>>; fulfillerId: z.ZodNullable>; refundQuantity: z.ZodNullable>; restockQuantity: z.ZodNullable>; price: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; priceBeforeDiscounts: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; totalPriceBeforeTax: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; totalPriceAfterTax: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; paymentOption: z.ZodOptional>; taxDetails: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; taxRate: z.ZodOptional; totalTax: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; taxInfo: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; taxableAmount: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; taxRate: z.ZodNullable>; taxGroupId: z.ZodNullable>; taxIncludedInPrice: z.ZodOptional; taxBreakdown: z.ZodOptional>; rate: z.ZodNullable>; taxAmount: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; taxType: z.ZodNullable>; taxName: z.ZodNullable>; jurisdictionType: z.ZodOptional>; nonTaxableAmount: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; taxableAmount: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>>; }, z.core.$strip>>; digitalFile: z.ZodOptional; link: z.ZodNullable>; expirationDate: z.ZodNullable>; }, z.core.$strip>>; subscriptionInfo: z.ZodOptional>; cycleNumber: z.ZodOptional; subscriptionOptionTitle: z.ZodOptional; subscriptionOptionDescription: z.ZodNullable>; subscriptionSettings: z.ZodOptional>; interval: z.ZodNullable>; autoRenewal: z.ZodOptional; billingCycles: z.ZodNullable>; enableCustomerCancellation: z.ZodOptional; freeTrialPeriod: z.ZodOptional>; interval: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; chargesDescription: z.ZodNullable>; }, z.core.$strip>>; priceDescription: z.ZodOptional; translated: z.ZodNullable>; }, z.core.$strip>>; depositAmount: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; locations: z.ZodOptional; appId: z.ZodNullable>; quantity: z.ZodOptional; name: z.ZodNullable>; }, z.core.$strip>>>; lineItemPrice: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; taxableAddress: z.ZodOptional, z.ZodXor; }, z.core.$strip>, z.ZodObject<{ addressType: z.ZodEnum<{ BUSINESS: "BUSINESS"; BILLING: "BILLING"; SHIPPING: "SHIPPING"; }>; }, z.core.$strip>]>>>; priceUndetermined: z.ZodOptional; extendedFields: z.ZodOptional>>; }, z.core.$strip>>; modifierGroups: z.ZodOptional; name: z.ZodOptional; translated: z.ZodNullable>; }, z.core.$strip>>; modifiers: z.ZodOptional; quantity: z.ZodNullable>; label: z.ZodOptional; translated: z.ZodNullable>; }, z.core.$strip>>; details: z.ZodOptional; translated: z.ZodNullable>; }, z.core.$strip>>; price: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>>; }, z.core.$strip>>>; }, z.core.$strip>>>; buyerInfo: z.ZodOptional>; email: z.ZodNullable>; }, z.core.$strip>, z.ZodXor; memberId: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ memberId: z.ZodOptional; visitorId: z.ZodString; }, z.core.$strip>, z.ZodObject<{ visitorId: z.ZodOptional; memberId: z.ZodString; }, z.core.$strip>]>>>; paymentStatus: z.ZodOptional>; fulfillmentStatus: z.ZodOptional>; buyerLanguage: z.ZodNullable>; weightUnit: z.ZodOptional>; currency: z.ZodNullable>; currencyConversionDetails: z.ZodOptional>; conversionRate: z.ZodNullable>; }, z.core.$strip>>; taxIncludedInPrices: z.ZodOptional; siteLanguage: z.ZodNullable>; priceSummary: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; shipping: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; tax: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; discount: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; total: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; totalAdditionalFees: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; billingInfo: z.ZodOptional; number: z.ZodOptional; }, z.core.$strip>>; city: z.ZodNullable>; subdivision: z.ZodNullable>; country: z.ZodNullable>; postalCode: z.ZodNullable>; addressLine2: z.ZodNullable>; }, z.core.$strip>>; contactDetails: z.ZodOptional>; lastName: z.ZodNullable>; phone: z.ZodNullable>; company: z.ZodNullable>; vatId: z.ZodOptional; type: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; shippingInfo: z.ZodOptional>; code: z.ZodNullable>; title: z.ZodOptional; logistics: z.ZodOptional>; instructions: z.ZodNullable>; deliverByDate: z.ZodNullable>; deliveryTimeSlot: z.ZodOptional>; to: z.ZodNullable>; }, z.core.$strip>>; }, z.core.$strip>, z.ZodXor; pickupDetails: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ pickupDetails: z.ZodOptional; shippingDestination: z.ZodObject<{ address: z.ZodOptional; number: z.ZodOptional; }, z.core.$strip>>; city: z.ZodNullable>; subdivision: z.ZodNullable>; country: z.ZodNullable>; postalCode: z.ZodNullable>; addressLine2: z.ZodNullable>; }, z.core.$strip>>; contactDetails: z.ZodOptional>; lastName: z.ZodNullable>; phone: z.ZodNullable>; company: z.ZodNullable>; vatId: z.ZodOptional; type: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>; }, z.core.$strip>, z.ZodObject<{ shippingDestination: z.ZodOptional; pickupDetails: z.ZodObject<{ address: z.ZodOptional; number: z.ZodOptional; }, z.core.$strip>>; city: z.ZodNullable>; subdivision: z.ZodNullable>; country: z.ZodNullable>; postalCode: z.ZodNullable>; addressLine2: z.ZodNullable>; }, z.core.$strip>>; pickupMethod: z.ZodOptional>; }, z.core.$strip>; }, z.core.$strip>]>>>; cost: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; totalPriceBeforeTax: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; totalPriceAfterTax: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; taxDetails: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; taxRate: z.ZodOptional; totalTax: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; taxInfo: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; taxableAmount: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; taxRate: z.ZodNullable>; taxGroupId: z.ZodNullable>; taxIncludedInPrice: z.ZodOptional; taxBreakdown: z.ZodOptional>; rate: z.ZodNullable>; taxAmount: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; taxType: z.ZodNullable>; taxName: z.ZodNullable>; jurisdictionType: z.ZodOptional>; nonTaxableAmount: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; taxableAmount: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>>; }, z.core.$strip>>; discount: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; region: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>>; buyerNote: z.ZodNullable>; status: z.ZodOptional>; archived: z.ZodNullable>; taxSummary: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; taxInfo: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; taxBreakdown: z.ZodOptional; taxType: z.ZodOptional; jurisdiction: z.ZodOptional; jurisdictionType: z.ZodOptional>; rate: z.ZodOptional; aggregatedTaxAmount: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>>; taxExempt: z.ZodNullable>; }, z.core.$strip>>; appliedDiscounts: z.ZodOptional>; lineItemIds: z.ZodOptional>; _id: z.ZodNullable>; lineItemDiscounts: z.ZodOptional; totalDiscount: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>>; }, z.core.$strip>, z.ZodXor; merchantDiscount: z.ZodOptional; discountRule: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ merchantDiscount: z.ZodOptional; discountRule: z.ZodOptional; coupon: z.ZodObject<{ _id: z.ZodOptional; code: z.ZodOptional; name: z.ZodOptional; amount: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; }, z.core.$strip>, z.ZodObject<{ coupon: z.ZodOptional; discountRule: z.ZodOptional; merchantDiscount: z.ZodIntersection; formattedAmount: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>, z.ZodXor; description: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ description: z.ZodOptional; discountReason: z.ZodEnum<{ UNSPECIFIED: "UNSPECIFIED"; EXCHANGED_ITEMS: "EXCHANGED_ITEMS"; BILLING_ADJUSTMENT: "BILLING_ADJUSTMENT"; }>; }, z.core.$strip>, z.ZodObject<{ discountReason: z.ZodOptional; description: z.ZodString; }, z.core.$strip>]>>; }, z.core.$strip>, z.ZodObject<{ coupon: z.ZodOptional; merchantDiscount: z.ZodOptional; discountRule: z.ZodObject<{ _id: z.ZodOptional; name: z.ZodOptional; translated: z.ZodNullable>; }, z.core.$strip>>; amount: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; }, z.core.$strip>]>>>>; activities: z.ZodOptional>; authorEmail: z.ZodNullable>; _createdDate: z.ZodNullable>; type: z.ZodOptional>; activityType: z.ZodOptional>; }, z.core.$strip>, z.ZodXor; orderRefunded: z.ZodOptional; draftOrderChangesApplied: z.ZodOptional; savedPaymentMethod: z.ZodOptional; authorizedPaymentCreated: z.ZodOptional; authorizedPaymentCaptured: z.ZodOptional; authorizedPaymentVoided: z.ZodOptional; refundInitiated: z.ZodOptional; paymentRefunded: z.ZodOptional; paymentRefundFailed: z.ZodOptional; refundedAsStoreCredit: z.ZodOptional; paymentPending: z.ZodOptional; paymentCanceled: z.ZodOptional; paymentDeclined: z.ZodOptional; receiptCreated: z.ZodOptional; receiptSent: z.ZodOptional; chargebackCreated: z.ZodOptional; chargebackReversed: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ orderRefunded: z.ZodOptional; draftOrderChangesApplied: z.ZodOptional; savedPaymentMethod: z.ZodOptional; authorizedPaymentCreated: z.ZodOptional; authorizedPaymentCaptured: z.ZodOptional; authorizedPaymentVoided: z.ZodOptional; refundInitiated: z.ZodOptional; paymentRefunded: z.ZodOptional; paymentRefundFailed: z.ZodOptional; refundedAsStoreCredit: z.ZodOptional; paymentPending: z.ZodOptional; paymentCanceled: z.ZodOptional; paymentDeclined: z.ZodOptional; receiptCreated: z.ZodOptional; receiptSent: z.ZodOptional; chargebackCreated: z.ZodOptional; chargebackReversed: z.ZodOptional; merchantComment: z.ZodObject<{ message: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>, z.ZodObject<{ merchantComment: z.ZodOptional; draftOrderChangesApplied: z.ZodOptional; savedPaymentMethod: z.ZodOptional; authorizedPaymentCreated: z.ZodOptional; authorizedPaymentCaptured: z.ZodOptional; authorizedPaymentVoided: z.ZodOptional; refundInitiated: z.ZodOptional; paymentRefunded: z.ZodOptional; paymentRefundFailed: z.ZodOptional; refundedAsStoreCredit: z.ZodOptional; paymentPending: z.ZodOptional; paymentCanceled: z.ZodOptional; paymentDeclined: z.ZodOptional; receiptCreated: z.ZodOptional; receiptSent: z.ZodOptional; chargebackCreated: z.ZodOptional; chargebackReversed: z.ZodOptional; orderRefunded: z.ZodObject<{ manual: z.ZodOptional; amount: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; reason: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>, z.ZodObject<{ merchantComment: z.ZodOptional; orderRefunded: z.ZodOptional; savedPaymentMethod: z.ZodOptional; authorizedPaymentCreated: z.ZodOptional; authorizedPaymentCaptured: z.ZodOptional; authorizedPaymentVoided: z.ZodOptional; refundInitiated: z.ZodOptional; paymentRefunded: z.ZodOptional; paymentRefundFailed: z.ZodOptional; refundedAsStoreCredit: z.ZodOptional; paymentPending: z.ZodOptional; paymentCanceled: z.ZodOptional; paymentDeclined: z.ZodOptional; receiptCreated: z.ZodOptional; receiptSent: z.ZodOptional; chargebackCreated: z.ZodOptional; chargebackReversed: z.ZodOptional; draftOrderChangesApplied: z.ZodObject<{ draftOrderId: z.ZodOptional; reason: z.ZodNullable>; changes: z.ZodOptional, z.ZodXor; lineItemAdded: z.ZodOptional; lineItemRemoved: z.ZodOptional; discountAdded: z.ZodOptional; discountRemoved: z.ZodOptional; additionalFeeAdded: z.ZodOptional; additionalFeeRemoved: z.ZodOptional; totalPriceChanged: z.ZodOptional; shippingInformationChanged: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ lineItemAdded: z.ZodOptional; lineItemRemoved: z.ZodOptional; discountAdded: z.ZodOptional; discountRemoved: z.ZodOptional; additionalFeeAdded: z.ZodOptional; additionalFeeRemoved: z.ZodOptional; totalPriceChanged: z.ZodOptional; shippingInformationChanged: z.ZodOptional; lineItemChanged: z.ZodObject<{ _id: z.ZodOptional; name: z.ZodOptional; translated: z.ZodNullable>; }, z.core.$strip>>; quantity: z.ZodOptional; newQuantity: z.ZodOptional; diff: z.ZodOptional; deltaType: z.ZodOptional>; }, z.core.$strip>>; price: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; newPrice: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>; }, z.core.$strip>, z.ZodObject<{ lineItemChanged: z.ZodOptional; lineItemRemoved: z.ZodOptional; discountAdded: z.ZodOptional; discountRemoved: z.ZodOptional; additionalFeeAdded: z.ZodOptional; additionalFeeRemoved: z.ZodOptional; totalPriceChanged: z.ZodOptional; shippingInformationChanged: z.ZodOptional; lineItemAdded: z.ZodObject<{ _id: z.ZodOptional; name: z.ZodOptional; translated: z.ZodNullable>; }, z.core.$strip>>; quantity: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>, z.ZodObject<{ lineItemChanged: z.ZodOptional; lineItemAdded: z.ZodOptional; discountAdded: z.ZodOptional; discountRemoved: z.ZodOptional; additionalFeeAdded: z.ZodOptional; additionalFeeRemoved: z.ZodOptional; totalPriceChanged: z.ZodOptional; shippingInformationChanged: z.ZodOptional; lineItemRemoved: z.ZodObject<{ _id: z.ZodOptional; name: z.ZodOptional; translated: z.ZodNullable>; }, z.core.$strip>>; quantity: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>, z.ZodObject<{ lineItemChanged: z.ZodOptional; lineItemAdded: z.ZodOptional; lineItemRemoved: z.ZodOptional; discountRemoved: z.ZodOptional; additionalFeeAdded: z.ZodOptional; additionalFeeRemoved: z.ZodOptional; totalPriceChanged: z.ZodOptional; shippingInformationChanged: z.ZodOptional; discountAdded: z.ZodObject<{ _id: z.ZodOptional; name: z.ZodOptional; translated: z.ZodNullable>; }, z.core.$strip>>; affectedLineItems: z.ZodOptional; name: z.ZodOptional; translated: z.ZodNullable>; }, z.core.$strip>>; amount: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>>; totalAmount: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; }, z.core.$strip>, z.ZodObject<{ lineItemChanged: z.ZodOptional; lineItemAdded: z.ZodOptional; lineItemRemoved: z.ZodOptional; discountAdded: z.ZodOptional; additionalFeeAdded: z.ZodOptional; additionalFeeRemoved: z.ZodOptional; totalPriceChanged: z.ZodOptional; shippingInformationChanged: z.ZodOptional; discountRemoved: z.ZodObject<{ _id: z.ZodOptional; name: z.ZodOptional; translated: z.ZodNullable>; }, z.core.$strip>>; affectedLineItems: z.ZodOptional; name: z.ZodOptional; translated: z.ZodNullable>; }, z.core.$strip>>; amount: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>>; totalAmount: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; }, z.core.$strip>, z.ZodObject<{ lineItemChanged: z.ZodOptional; lineItemAdded: z.ZodOptional; lineItemRemoved: z.ZodOptional; discountAdded: z.ZodOptional; discountRemoved: z.ZodOptional; additionalFeeRemoved: z.ZodOptional; totalPriceChanged: z.ZodOptional; shippingInformationChanged: z.ZodOptional; additionalFeeAdded: z.ZodObject<{ _id: z.ZodOptional; name: z.ZodOptional; translated: z.ZodNullable>; }, z.core.$strip>>; affectedLineItems: z.ZodOptional; name: z.ZodOptional; translated: z.ZodNullable>; }, z.core.$strip>>; amount: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>>; totalAmount: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; }, z.core.$strip>, z.ZodObject<{ lineItemChanged: z.ZodOptional; lineItemAdded: z.ZodOptional; lineItemRemoved: z.ZodOptional; discountAdded: z.ZodOptional; discountRemoved: z.ZodOptional; additionalFeeAdded: z.ZodOptional; totalPriceChanged: z.ZodOptional; shippingInformationChanged: z.ZodOptional; additionalFeeRemoved: z.ZodObject<{ _id: z.ZodOptional; name: z.ZodOptional; translated: z.ZodNullable>; }, z.core.$strip>>; affectedLineItems: z.ZodOptional; name: z.ZodOptional; translated: z.ZodNullable>; }, z.core.$strip>>; amount: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>>; totalAmount: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; }, z.core.$strip>, z.ZodObject<{ lineItemChanged: z.ZodOptional; lineItemAdded: z.ZodOptional; lineItemRemoved: z.ZodOptional; discountAdded: z.ZodOptional; discountRemoved: z.ZodOptional; additionalFeeAdded: z.ZodOptional; additionalFeeRemoved: z.ZodOptional; shippingInformationChanged: z.ZodOptional; totalPriceChanged: z.ZodObject<{ originalTotal: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; newTotal: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; }, z.core.$strip>, z.ZodObject<{ lineItemChanged: z.ZodOptional; lineItemAdded: z.ZodOptional; lineItemRemoved: z.ZodOptional; discountAdded: z.ZodOptional; discountRemoved: z.ZodOptional; additionalFeeAdded: z.ZodOptional; additionalFeeRemoved: z.ZodOptional; totalPriceChanged: z.ZodOptional; shippingInformationChanged: z.ZodObject<{ originalShippingInfo: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; shippingTitle: z.ZodOptional; }, z.core.$strip>>; newShippingInfo: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; shippingTitle: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; }, z.core.$strip>]>>>>; }, z.core.$strip>; }, z.core.$strip>, z.ZodObject<{ merchantComment: z.ZodOptional; orderRefunded: z.ZodOptional; draftOrderChangesApplied: z.ZodOptional; authorizedPaymentCreated: z.ZodOptional; authorizedPaymentCaptured: z.ZodOptional; authorizedPaymentVoided: z.ZodOptional; refundInitiated: z.ZodOptional; paymentRefunded: z.ZodOptional; paymentRefundFailed: z.ZodOptional; refundedAsStoreCredit: z.ZodOptional; paymentPending: z.ZodOptional; paymentCanceled: z.ZodOptional; paymentDeclined: z.ZodOptional; receiptCreated: z.ZodOptional; receiptSent: z.ZodOptional; chargebackCreated: z.ZodOptional; chargebackReversed: z.ZodOptional; savedPaymentMethod: z.ZodObject<{ name: z.ZodOptional; description: z.ZodNullable>; }, z.core.$strip>; }, z.core.$strip>, z.ZodObject<{ merchantComment: z.ZodOptional; orderRefunded: z.ZodOptional; draftOrderChangesApplied: z.ZodOptional; savedPaymentMethod: z.ZodOptional; authorizedPaymentCaptured: z.ZodOptional; authorizedPaymentVoided: z.ZodOptional; refundInitiated: z.ZodOptional; paymentRefunded: z.ZodOptional; paymentRefundFailed: z.ZodOptional; refundedAsStoreCredit: z.ZodOptional; paymentPending: z.ZodOptional; paymentCanceled: z.ZodOptional; paymentDeclined: z.ZodOptional; receiptCreated: z.ZodOptional; receiptSent: z.ZodOptional; chargebackCreated: z.ZodOptional; chargebackReversed: z.ZodOptional; authorizedPaymentCreated: z.ZodObject<{ paymentId: z.ZodOptional; amount: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; lastFourDigits: z.ZodNullable>; brand: z.ZodNullable>; }, z.core.$strip>; }, z.core.$strip>, z.ZodObject<{ merchantComment: z.ZodOptional; orderRefunded: z.ZodOptional; draftOrderChangesApplied: z.ZodOptional; savedPaymentMethod: z.ZodOptional; authorizedPaymentCreated: z.ZodOptional; authorizedPaymentVoided: z.ZodOptional; refundInitiated: z.ZodOptional; paymentRefunded: z.ZodOptional; paymentRefundFailed: z.ZodOptional; refundedAsStoreCredit: z.ZodOptional; paymentPending: z.ZodOptional; paymentCanceled: z.ZodOptional; paymentDeclined: z.ZodOptional; receiptCreated: z.ZodOptional; receiptSent: z.ZodOptional; chargebackCreated: z.ZodOptional; chargebackReversed: z.ZodOptional; authorizedPaymentCaptured: z.ZodObject<{ paymentId: z.ZodOptional; amount: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; lastFourDigits: z.ZodNullable>; brand: z.ZodNullable>; }, z.core.$strip>; }, z.core.$strip>, z.ZodObject<{ merchantComment: z.ZodOptional; orderRefunded: z.ZodOptional; draftOrderChangesApplied: z.ZodOptional; savedPaymentMethod: z.ZodOptional; authorizedPaymentCreated: z.ZodOptional; authorizedPaymentCaptured: z.ZodOptional; refundInitiated: z.ZodOptional; paymentRefunded: z.ZodOptional; paymentRefundFailed: z.ZodOptional; refundedAsStoreCredit: z.ZodOptional; paymentPending: z.ZodOptional; paymentCanceled: z.ZodOptional; paymentDeclined: z.ZodOptional; receiptCreated: z.ZodOptional; receiptSent: z.ZodOptional; chargebackCreated: z.ZodOptional; chargebackReversed: z.ZodOptional; authorizedPaymentVoided: z.ZodObject<{ paymentId: z.ZodOptional; amount: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; lastFourDigits: z.ZodNullable>; brand: z.ZodNullable>; }, z.core.$strip>; }, z.core.$strip>, z.ZodObject<{ merchantComment: z.ZodOptional; orderRefunded: z.ZodOptional; draftOrderChangesApplied: z.ZodOptional; savedPaymentMethod: z.ZodOptional; authorizedPaymentCreated: z.ZodOptional; authorizedPaymentCaptured: z.ZodOptional; authorizedPaymentVoided: z.ZodOptional; paymentRefunded: z.ZodOptional; paymentRefundFailed: z.ZodOptional; refundedAsStoreCredit: z.ZodOptional; paymentPending: z.ZodOptional; paymentCanceled: z.ZodOptional; paymentDeclined: z.ZodOptional; receiptCreated: z.ZodOptional; receiptSent: z.ZodOptional; chargebackCreated: z.ZodOptional; chargebackReversed: z.ZodOptional; refundInitiated: z.ZodObject<{ refundId: z.ZodOptional; amount: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; payments: z.ZodOptional; externalRefund: z.ZodOptional; }, z.core.$strip>, z.ZodXor; giftCard: z.ZodOptional; membership: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ giftCard: z.ZodOptional; membership: z.ZodOptional; regular: z.ZodObject<{ amount: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; lastFourDigits: z.ZodNullable>; brand: z.ZodNullable>; }, z.core.$strip>; }, z.core.$strip>, z.ZodObject<{ regular: z.ZodOptional; membership: z.ZodOptional; giftCard: z.ZodObject<{ giftCardPaymentId: z.ZodNullable>; amount: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; }, z.core.$strip>, z.ZodObject<{ regular: z.ZodOptional; giftCard: z.ZodOptional; membership: z.ZodObject<{ membershipId: z.ZodNullable>; }, z.core.$strip>; }, z.core.$strip>]>>>>; reason: z.ZodNullable>; }, z.core.$strip>; }, z.core.$strip>, z.ZodObject<{ merchantComment: z.ZodOptional; orderRefunded: z.ZodOptional; draftOrderChangesApplied: z.ZodOptional; savedPaymentMethod: z.ZodOptional; authorizedPaymentCreated: z.ZodOptional; authorizedPaymentCaptured: z.ZodOptional; authorizedPaymentVoided: z.ZodOptional; refundInitiated: z.ZodOptional; paymentRefundFailed: z.ZodOptional; refundedAsStoreCredit: z.ZodOptional; paymentPending: z.ZodOptional; paymentCanceled: z.ZodOptional; paymentDeclined: z.ZodOptional; receiptCreated: z.ZodOptional; receiptSent: z.ZodOptional; chargebackCreated: z.ZodOptional; chargebackReversed: z.ZodOptional; paymentRefunded: z.ZodObject<{ refundId: z.ZodOptional; payment: z.ZodOptional; externalRefund: z.ZodOptional; }, z.core.$strip>, z.ZodXor; giftCard: z.ZodOptional; membership: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ giftCard: z.ZodOptional; membership: z.ZodOptional; regular: z.ZodObject<{ amount: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; lastFourDigits: z.ZodNullable>; brand: z.ZodNullable>; }, z.core.$strip>; }, z.core.$strip>, z.ZodObject<{ regular: z.ZodOptional; membership: z.ZodOptional; giftCard: z.ZodObject<{ giftCardPaymentId: z.ZodNullable>; amount: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; }, z.core.$strip>, z.ZodObject<{ regular: z.ZodOptional; giftCard: z.ZodOptional; membership: z.ZodObject<{ membershipId: z.ZodNullable>; }, z.core.$strip>; }, z.core.$strip>]>>>; }, z.core.$strip>; }, z.core.$strip>, z.ZodObject<{ merchantComment: z.ZodOptional; orderRefunded: z.ZodOptional; draftOrderChangesApplied: z.ZodOptional; savedPaymentMethod: z.ZodOptional; authorizedPaymentCreated: z.ZodOptional; authorizedPaymentCaptured: z.ZodOptional; authorizedPaymentVoided: z.ZodOptional; refundInitiated: z.ZodOptional; paymentRefunded: z.ZodOptional; refundedAsStoreCredit: z.ZodOptional; paymentPending: z.ZodOptional; paymentCanceled: z.ZodOptional; paymentDeclined: z.ZodOptional; receiptCreated: z.ZodOptional; receiptSent: z.ZodOptional; chargebackCreated: z.ZodOptional; chargebackReversed: z.ZodOptional; paymentRefundFailed: z.ZodObject<{ refundId: z.ZodOptional; payment: z.ZodOptional; externalRefund: z.ZodOptional; }, z.core.$strip>, z.ZodXor; giftCard: z.ZodOptional; membership: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ giftCard: z.ZodOptional; membership: z.ZodOptional; regular: z.ZodObject<{ amount: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; lastFourDigits: z.ZodNullable>; brand: z.ZodNullable>; }, z.core.$strip>; }, z.core.$strip>, z.ZodObject<{ regular: z.ZodOptional; membership: z.ZodOptional; giftCard: z.ZodObject<{ giftCardPaymentId: z.ZodNullable>; amount: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; }, z.core.$strip>, z.ZodObject<{ regular: z.ZodOptional; giftCard: z.ZodOptional; membership: z.ZodObject<{ membershipId: z.ZodNullable>; }, z.core.$strip>; }, z.core.$strip>]>>>; }, z.core.$strip>; }, z.core.$strip>, z.ZodObject<{ merchantComment: z.ZodOptional; orderRefunded: z.ZodOptional; draftOrderChangesApplied: z.ZodOptional; savedPaymentMethod: z.ZodOptional; authorizedPaymentCreated: z.ZodOptional; authorizedPaymentCaptured: z.ZodOptional; authorizedPaymentVoided: z.ZodOptional; refundInitiated: z.ZodOptional; paymentRefunded: z.ZodOptional; paymentRefundFailed: z.ZodOptional; paymentPending: z.ZodOptional; paymentCanceled: z.ZodOptional; paymentDeclined: z.ZodOptional; receiptCreated: z.ZodOptional; receiptSent: z.ZodOptional; chargebackCreated: z.ZodOptional; chargebackReversed: z.ZodOptional; refundedAsStoreCredit: z.ZodObject<{ amount: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; reason: z.ZodNullable>; }, z.core.$strip>; }, z.core.$strip>, z.ZodObject<{ merchantComment: z.ZodOptional; orderRefunded: z.ZodOptional; draftOrderChangesApplied: z.ZodOptional; savedPaymentMethod: z.ZodOptional; authorizedPaymentCreated: z.ZodOptional; authorizedPaymentCaptured: z.ZodOptional; authorizedPaymentVoided: z.ZodOptional; refundInitiated: z.ZodOptional; paymentRefunded: z.ZodOptional; paymentRefundFailed: z.ZodOptional; refundedAsStoreCredit: z.ZodOptional; paymentCanceled: z.ZodOptional; paymentDeclined: z.ZodOptional; receiptCreated: z.ZodOptional; receiptSent: z.ZodOptional; chargebackCreated: z.ZodOptional; chargebackReversed: z.ZodOptional; paymentPending: z.ZodIntersection; }, z.core.$strip>, z.ZodXor; }, z.core.$strip>, z.ZodObject<{ regular: z.ZodIntersection; formattedAmount: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>, z.ZodXor; }, z.core.$strip>, z.ZodObject<{ creditCardDetails: z.ZodObject<{ lastFourDigits: z.ZodNullable>; brand: z.ZodNullable>; }, z.core.$strip>; }, z.core.$strip>]>>; }, z.core.$strip>]>>; }, z.core.$strip>, z.ZodObject<{ merchantComment: z.ZodOptional; orderRefunded: z.ZodOptional; draftOrderChangesApplied: z.ZodOptional; savedPaymentMethod: z.ZodOptional; authorizedPaymentCreated: z.ZodOptional; authorizedPaymentCaptured: z.ZodOptional; authorizedPaymentVoided: z.ZodOptional; refundInitiated: z.ZodOptional; paymentRefunded: z.ZodOptional; paymentRefundFailed: z.ZodOptional; refundedAsStoreCredit: z.ZodOptional; paymentPending: z.ZodOptional; paymentDeclined: z.ZodOptional; receiptCreated: z.ZodOptional; receiptSent: z.ZodOptional; chargebackCreated: z.ZodOptional; chargebackReversed: z.ZodOptional; paymentCanceled: z.ZodIntersection; }, z.core.$strip>, z.ZodXor; }, z.core.$strip>, z.ZodObject<{ regular: z.ZodIntersection; formattedAmount: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>, z.ZodXor; }, z.core.$strip>, z.ZodObject<{ creditCardDetails: z.ZodObject<{ lastFourDigits: z.ZodNullable>; brand: z.ZodNullable>; }, z.core.$strip>; }, z.core.$strip>]>>; }, z.core.$strip>]>>; }, z.core.$strip>, z.ZodObject<{ merchantComment: z.ZodOptional; orderRefunded: z.ZodOptional; draftOrderChangesApplied: z.ZodOptional; savedPaymentMethod: z.ZodOptional; authorizedPaymentCreated: z.ZodOptional; authorizedPaymentCaptured: z.ZodOptional; authorizedPaymentVoided: z.ZodOptional; refundInitiated: z.ZodOptional; paymentRefunded: z.ZodOptional; paymentRefundFailed: z.ZodOptional; refundedAsStoreCredit: z.ZodOptional; paymentPending: z.ZodOptional; paymentCanceled: z.ZodOptional; receiptCreated: z.ZodOptional; receiptSent: z.ZodOptional; chargebackCreated: z.ZodOptional; chargebackReversed: z.ZodOptional; paymentDeclined: z.ZodIntersection; }, z.core.$strip>, z.ZodXor; }, z.core.$strip>, z.ZodObject<{ regular: z.ZodIntersection; formattedAmount: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>, z.ZodXor; }, z.core.$strip>, z.ZodObject<{ creditCardDetails: z.ZodObject<{ lastFourDigits: z.ZodNullable>; brand: z.ZodNullable>; }, z.core.$strip>; }, z.core.$strip>]>>; }, z.core.$strip>]>>; }, z.core.$strip>, z.ZodObject<{ merchantComment: z.ZodOptional; orderRefunded: z.ZodOptional; draftOrderChangesApplied: z.ZodOptional; savedPaymentMethod: z.ZodOptional; authorizedPaymentCreated: z.ZodOptional; authorizedPaymentCaptured: z.ZodOptional; authorizedPaymentVoided: z.ZodOptional; refundInitiated: z.ZodOptional; paymentRefunded: z.ZodOptional; paymentRefundFailed: z.ZodOptional; refundedAsStoreCredit: z.ZodOptional; paymentPending: z.ZodOptional; paymentCanceled: z.ZodOptional; paymentDeclined: z.ZodOptional; receiptSent: z.ZodOptional; chargebackCreated: z.ZodOptional; chargebackReversed: z.ZodOptional; receiptCreated: z.ZodIntersection; }, z.core.$strip>, z.ZodXor; externalReceipt: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ externalReceipt: z.ZodOptional; wixReceipt: z.ZodObject<{ receiptId: z.ZodOptional; displayNumber: z.ZodNullable>; }, z.core.$strip>; }, z.core.$strip>, z.ZodObject<{ wixReceipt: z.ZodOptional; externalReceipt: z.ZodObject<{ receiptId: z.ZodNullable>; displayNumber: z.ZodNullable>; }, z.core.$strip>; }, z.core.$strip>]>>; }, z.core.$strip>, z.ZodObject<{ merchantComment: z.ZodOptional; orderRefunded: z.ZodOptional; draftOrderChangesApplied: z.ZodOptional; savedPaymentMethod: z.ZodOptional; authorizedPaymentCreated: z.ZodOptional; authorizedPaymentCaptured: z.ZodOptional; authorizedPaymentVoided: z.ZodOptional; refundInitiated: z.ZodOptional; paymentRefunded: z.ZodOptional; paymentRefundFailed: z.ZodOptional; refundedAsStoreCredit: z.ZodOptional; paymentPending: z.ZodOptional; paymentCanceled: z.ZodOptional; paymentDeclined: z.ZodOptional; receiptCreated: z.ZodOptional; chargebackCreated: z.ZodOptional; chargebackReversed: z.ZodOptional; receiptSent: z.ZodIntersection; }, z.core.$strip>, z.ZodXor; externalReceipt: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ externalReceipt: z.ZodOptional; wixReceipt: z.ZodObject<{ receiptId: z.ZodOptional; displayNumber: z.ZodNullable>; }, z.core.$strip>; }, z.core.$strip>, z.ZodObject<{ wixReceipt: z.ZodOptional; externalReceipt: z.ZodObject<{ receiptId: z.ZodNullable>; displayNumber: z.ZodNullable>; }, z.core.$strip>; }, z.core.$strip>]>>; }, z.core.$strip>, z.ZodObject<{ merchantComment: z.ZodOptional; orderRefunded: z.ZodOptional; draftOrderChangesApplied: z.ZodOptional; savedPaymentMethod: z.ZodOptional; authorizedPaymentCreated: z.ZodOptional; authorizedPaymentCaptured: z.ZodOptional; authorizedPaymentVoided: z.ZodOptional; refundInitiated: z.ZodOptional; paymentRefunded: z.ZodOptional; paymentRefundFailed: z.ZodOptional; refundedAsStoreCredit: z.ZodOptional; paymentPending: z.ZodOptional; paymentCanceled: z.ZodOptional; paymentDeclined: z.ZodOptional; receiptCreated: z.ZodOptional; receiptSent: z.ZodOptional; chargebackReversed: z.ZodOptional; chargebackCreated: z.ZodObject<{ paymentId: z.ZodOptional; chargebackId: z.ZodOptional; amount: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; paymentDetails: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>, z.ZodXor; }, z.core.$strip>, z.ZodObject<{ creditCardDetails: z.ZodObject<{ lastFourDigits: z.ZodNullable>; brand: z.ZodNullable>; }, z.core.$strip>; }, z.core.$strip>]>>>; }, z.core.$strip>; }, z.core.$strip>, z.ZodObject<{ merchantComment: z.ZodOptional; orderRefunded: z.ZodOptional; draftOrderChangesApplied: z.ZodOptional; savedPaymentMethod: z.ZodOptional; authorizedPaymentCreated: z.ZodOptional; authorizedPaymentCaptured: z.ZodOptional; authorizedPaymentVoided: z.ZodOptional; refundInitiated: z.ZodOptional; paymentRefunded: z.ZodOptional; paymentRefundFailed: z.ZodOptional; refundedAsStoreCredit: z.ZodOptional; paymentPending: z.ZodOptional; paymentCanceled: z.ZodOptional; paymentDeclined: z.ZodOptional; receiptCreated: z.ZodOptional; receiptSent: z.ZodOptional; chargebackCreated: z.ZodOptional; chargebackReversed: z.ZodObject<{ paymentId: z.ZodOptional; chargebackId: z.ZodOptional; amount: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; reversalAmount: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; paymentDetails: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>, z.ZodXor; }, z.core.$strip>, z.ZodObject<{ creditCardDetails: z.ZodObject<{ lastFourDigits: z.ZodNullable>; brand: z.ZodNullable>; }, z.core.$strip>; }, z.core.$strip>]>>>; }, z.core.$strip>; }, z.core.$strip>]>>>>; attributionSource: z.ZodOptional>; createdBy: z.ZodOptional, z.ZodXor; memberId: z.ZodOptional; visitorId: z.ZodOptional; appId: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ memberId: z.ZodOptional; visitorId: z.ZodOptional; appId: z.ZodOptional; userId: z.ZodString; }, z.core.$strip>, z.ZodObject<{ userId: z.ZodOptional; visitorId: z.ZodOptional; appId: z.ZodOptional; memberId: z.ZodString; }, z.core.$strip>, z.ZodObject<{ userId: z.ZodOptional; memberId: z.ZodOptional; appId: z.ZodOptional; visitorId: z.ZodString; }, z.core.$strip>, z.ZodObject<{ userId: z.ZodOptional; memberId: z.ZodOptional; visitorId: z.ZodOptional; appId: z.ZodString; }, z.core.$strip>]>>>; channelInfo: z.ZodOptional>; externalOrderId: z.ZodNullable>; externalOrderUrl: z.ZodNullable>; }, z.core.$strip>>; seenByAHuman: z.ZodNullable>; checkoutId: z.ZodNullable>; customFields: z.ZodOptional>; title: z.ZodOptional; translatedTitle: z.ZodNullable>; }, z.core.$strip>>>; balanceSummary: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; paid: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; refunded: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; authorized: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; pendingRefund: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; pending: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; chargeback: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; chargebackReversal: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; platformFees: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; totalMinusPlatformFees: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; additionalFees: z.ZodOptional>; name: z.ZodOptional; price: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; taxDetails: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; taxRate: z.ZodOptional; totalTax: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; taxInfo: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; taxableAmount: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; taxRate: z.ZodNullable>; taxGroupId: z.ZodNullable>; taxIncludedInPrice: z.ZodOptional; taxBreakdown: z.ZodOptional>; rate: z.ZodNullable>; taxAmount: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; taxType: z.ZodNullable>; taxName: z.ZodNullable>; jurisdictionType: z.ZodOptional>; nonTaxableAmount: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; taxableAmount: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>>; }, z.core.$strip>>; providerAppId: z.ZodNullable>; priceBeforeTax: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; priceAfterTax: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; _id: z.ZodOptional; lineItemIds: z.ZodOptional>; source: z.ZodOptional>; }, z.core.$strip>>>; extendedFields: z.ZodOptional>>; }, z.core.$strip>>; purchaseFlowId: z.ZodNullable>; recipientInfo: z.ZodOptional; number: z.ZodOptional; }, z.core.$strip>>; city: z.ZodNullable>; subdivision: z.ZodNullable>; country: z.ZodNullable>; postalCode: z.ZodNullable>; addressLine2: z.ZodNullable>; }, z.core.$strip>>; contactDetails: z.ZodOptional>; lastName: z.ZodNullable>; phone: z.ZodNullable>; company: z.ZodNullable>; vatId: z.ZodOptional; type: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; tags: z.ZodOptional>; }, z.core.$strip>>; tags: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>>; purchasedDate: z.ZodNullable>; businessLocation: z.ZodOptional; name: z.ZodOptional; }, z.core.$strip>>; payAfterFreeTrial: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; shipping: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; tax: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; discount: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; total: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; totalAdditionalFees: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; platformFeeSummary: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; totalPassOn: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; totalAbsorbed: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; fees: z.ZodOptional; translated: z.ZodNullable>; }, z.core.$strip>>; amount: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; lineItemId: z.ZodOptional; chargeType: z.ZodOptional>; percentageRate: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>; declare const SearchOrdersRequest: z.ZodObject<{ search: z.ZodObject<{ filter: z.ZodOptional; $in: z.ZodOptional>; $ne: z.ZodOptional; $nin: z.ZodOptional>; }, z.core.$strict>>; paymentStatus: z.ZodOptional; $in: z.ZodOptional>; $ne: z.ZodOptional; $nin: z.ZodOptional>; }, z.core.$strict>>; fulfillmentStatus: z.ZodOptional; $in: z.ZodOptional>; $ne: z.ZodOptional; $nin: z.ZodOptional>; }, z.core.$strict>>; 'shippingInfo.region.name': z.ZodOptional; $in: z.ZodOptional>; $ne: z.ZodOptional; $nin: z.ZodOptional>; }, z.core.$strict>>; 'shippingInfo.title': z.ZodOptional; $in: z.ZodOptional>; $ne: z.ZodOptional; $nin: z.ZodOptional>; }, z.core.$strict>>; 'channelInfo.type': z.ZodOptional; $in: z.ZodOptional>; $ne: z.ZodOptional; $nin: z.ZodOptional>; }, z.core.$strict>>; _createdDate: z.ZodOptional; $exists: z.ZodOptional; $gt: z.ZodOptional; $gte: z.ZodOptional; $hasAll: z.ZodOptional>; $hasSome: z.ZodOptional>; $in: z.ZodOptional>; $lt: z.ZodOptional; $lte: z.ZodOptional; $ne: z.ZodOptional; $nin: z.ZodOptional>; $startsWith: z.ZodOptional; }, z.core.$strict>>; _updatedDate: z.ZodOptional; $exists: z.ZodOptional; $gt: z.ZodOptional; $gte: z.ZodOptional; $hasAll: z.ZodOptional>; $hasSome: z.ZodOptional>; $in: z.ZodOptional>; $lt: z.ZodOptional; $lte: z.ZodOptional; $ne: z.ZodOptional; $nin: z.ZodOptional>; $startsWith: z.ZodOptional; }, z.core.$strict>>; number: z.ZodOptional; $exists: z.ZodOptional; $gt: z.ZodOptional; $gte: z.ZodOptional; $hasAll: z.ZodOptional>; $hasSome: z.ZodOptional>; $in: z.ZodOptional>; $lt: z.ZodOptional; $lte: z.ZodOptional; $ne: z.ZodOptional; $nin: z.ZodOptional>; $startsWith: z.ZodOptional; }, z.core.$strict>>; 'priceSummary.total.amount': z.ZodOptional; $exists: z.ZodOptional; $gt: z.ZodOptional; $gte: z.ZodOptional; $hasAll: z.ZodOptional>; $hasSome: z.ZodOptional>; $in: z.ZodOptional>; $lt: z.ZodOptional; $lte: z.ZodOptional; $ne: z.ZodOptional; $nin: z.ZodOptional>; $startsWith: z.ZodOptional; }, z.core.$strict>>; 'balanceSummary.authorized.amount': z.ZodOptional; $exists: z.ZodOptional; $gt: z.ZodOptional; $gte: z.ZodOptional; $hasAll: z.ZodOptional>; $hasSome: z.ZodOptional>; $in: z.ZodOptional>; $lt: z.ZodOptional; $lte: z.ZodOptional; $ne: z.ZodOptional; $nin: z.ZodOptional>; $startsWith: z.ZodOptional; }, z.core.$strict>>; 'balanceSummary.pendingRefund.amount': z.ZodOptional; $exists: z.ZodOptional; $gt: z.ZodOptional; $gte: z.ZodOptional; $hasAll: z.ZodOptional>; $hasSome: z.ZodOptional>; $in: z.ZodOptional>; $lt: z.ZodOptional; $lte: z.ZodOptional; $ne: z.ZodOptional; $nin: z.ZodOptional>; $startsWith: z.ZodOptional; }, z.core.$strict>>; 'balanceSummary.pending.amount': z.ZodOptional; $exists: z.ZodOptional; $gt: z.ZodOptional; $gte: z.ZodOptional; $hasAll: z.ZodOptional>; $hasSome: z.ZodOptional>; $in: z.ZodOptional>; $lt: z.ZodOptional; $lte: z.ZodOptional; $ne: z.ZodOptional; $nin: z.ZodOptional>; $startsWith: z.ZodOptional; }, z.core.$strict>>; 'billingInfo.contactDetails.firstName': z.ZodOptional; $exists: z.ZodOptional; $gt: z.ZodOptional; $gte: z.ZodOptional; $hasAll: z.ZodOptional>; $hasSome: z.ZodOptional>; $in: z.ZodOptional>; $lt: z.ZodOptional; $lte: z.ZodOptional; $ne: z.ZodOptional; $nin: z.ZodOptional>; $startsWith: z.ZodOptional; }, z.core.$strict>>; 'billingInfo.contactDetails.lastName': z.ZodOptional; $exists: z.ZodOptional; $gt: z.ZodOptional; $gte: z.ZodOptional; $hasAll: z.ZodOptional>; $hasSome: z.ZodOptional>; $in: z.ZodOptional>; $lt: z.ZodOptional; $lte: z.ZodOptional; $ne: z.ZodOptional; $nin: z.ZodOptional>; $startsWith: z.ZodOptional; }, z.core.$strict>>; 'buyerInfo.email': z.ZodOptional; $exists: z.ZodOptional; $gt: z.ZodOptional; $gte: z.ZodOptional; $hasAll: z.ZodOptional>; $hasSome: z.ZodOptional>; $in: z.ZodOptional>; $lt: z.ZodOptional; $lte: z.ZodOptional; $ne: z.ZodOptional; $nin: z.ZodOptional>; $startsWith: z.ZodOptional; }, z.core.$strict>>; 'shippingInfo.logistics.deliveryTime': z.ZodOptional; $exists: z.ZodOptional; $gt: z.ZodOptional; $gte: z.ZodOptional; $hasAll: z.ZodOptional>; $hasSome: z.ZodOptional>; $in: z.ZodOptional>; $lt: z.ZodOptional; $lte: z.ZodOptional; $ne: z.ZodOptional; $nin: z.ZodOptional>; $startsWith: z.ZodOptional; }, z.core.$strict>>; 'shippingInfo.logistics.deliveryTimeSlot.from': z.ZodOptional; $exists: z.ZodOptional; $gt: z.ZodOptional; $gte: z.ZodOptional; $hasAll: z.ZodOptional>; $hasSome: z.ZodOptional>; $in: z.ZodOptional>; $lt: z.ZodOptional; $lte: z.ZodOptional; $ne: z.ZodOptional; $nin: z.ZodOptional>; $startsWith: z.ZodOptional; }, z.core.$strict>>; 'shippingInfo.logistics.deliveryTimeSlot.to': z.ZodOptional; $exists: z.ZodOptional; $gt: z.ZodOptional; $gte: z.ZodOptional; $hasAll: z.ZodOptional>; $hasSome: z.ZodOptional>; $in: z.ZodOptional>; $lt: z.ZodOptional; $lte: z.ZodOptional; $ne: z.ZodOptional; $nin: z.ZodOptional>; $startsWith: z.ZodOptional; }, z.core.$strict>>; purchasedDate: z.ZodOptional; $exists: z.ZodOptional; $gt: z.ZodOptional; $gte: z.ZodOptional; $hasAll: z.ZodOptional>; $hasSome: z.ZodOptional>; $in: z.ZodOptional>; $lt: z.ZodOptional; $lte: z.ZodOptional; $ne: z.ZodOptional; $nin: z.ZodOptional>; $startsWith: z.ZodOptional; }, z.core.$strict>>; 'businessLocation._id': z.ZodOptional; $exists: z.ZodOptional; $gt: z.ZodOptional; $gte: z.ZodOptional; $hasAll: z.ZodOptional>; $hasSome: z.ZodOptional>; $in: z.ZodOptional>; $lt: z.ZodOptional; $lte: z.ZodOptional; $ne: z.ZodOptional; $nin: z.ZodOptional>; $startsWith: z.ZodOptional; }, z.core.$strict>>; 'businessLocation.name': z.ZodOptional; $exists: z.ZodOptional; $gt: z.ZodOptional; $gte: z.ZodOptional; $hasAll: z.ZodOptional>; $hasSome: z.ZodOptional>; $in: z.ZodOptional>; $lt: z.ZodOptional; $lte: z.ZodOptional; $ne: z.ZodOptional; $nin: z.ZodOptional>; $startsWith: z.ZodOptional; }, z.core.$strict>>; 'taxInfo.totalTax.amount': z.ZodOptional; $exists: z.ZodOptional; $gt: z.ZodOptional; $gte: z.ZodOptional; $hasAll: z.ZodOptional>; $hasSome: z.ZodOptional>; $in: z.ZodOptional>; $lt: z.ZodOptional; $lte: z.ZodOptional; $ne: z.ZodOptional; $nin: z.ZodOptional>; $startsWith: z.ZodOptional; }, z.core.$strict>>; 'taxInfo.totalExempt.amount': z.ZodOptional; $exists: z.ZodOptional; $gt: z.ZodOptional; $gte: z.ZodOptional; $hasAll: z.ZodOptional>; $hasSome: z.ZodOptional>; $in: z.ZodOptional>; $lt: z.ZodOptional; $lte: z.ZodOptional; $ne: z.ZodOptional; $nin: z.ZodOptional>; $startsWith: z.ZodOptional; }, z.core.$strict>>; archived: z.ZodOptional; $exists: z.ZodOptional; $gt: z.ZodOptional; $gte: z.ZodOptional; $hasAll: z.ZodOptional>; $hasSome: z.ZodOptional>; $in: z.ZodOptional>; $lt: z.ZodOptional; $lte: z.ZodOptional; $ne: z.ZodOptional; $nin: z.ZodOptional>; $startsWith: z.ZodOptional; }, z.core.$strict>>; seenByAHuman: z.ZodOptional; $exists: z.ZodOptional; $gt: z.ZodOptional; $gte: z.ZodOptional; $hasAll: z.ZodOptional>; $hasSome: z.ZodOptional>; $in: z.ZodOptional>; $lt: z.ZodOptional; $lte: z.ZodOptional; $ne: z.ZodOptional; $nin: z.ZodOptional>; $startsWith: z.ZodOptional; }, z.core.$strict>>; _id: z.ZodOptional; $in: z.ZodOptional>; $ne: z.ZodOptional; $nin: z.ZodOptional>; }, z.core.$strict>>; checkoutId: z.ZodOptional; $in: z.ZodOptional>; $ne: z.ZodOptional; $nin: z.ZodOptional>; }, z.core.$strict>>; 'buyerInfo.memberId': z.ZodOptional; $in: z.ZodOptional>; $ne: z.ZodOptional; $nin: z.ZodOptional>; }, z.core.$strict>>; 'buyerInfo.contactId': z.ZodOptional; $in: z.ZodOptional>; $ne: z.ZodOptional; $nin: z.ZodOptional>; }, z.core.$strict>>; 'channelInfo.externalOrderId': z.ZodOptional; $in: z.ZodOptional>; $ne: z.ZodOptional; $nin: z.ZodOptional>; }, z.core.$strict>>; 'createdBy.userId': z.ZodOptional; $in: z.ZodOptional>; $ne: z.ZodOptional; $nin: z.ZodOptional>; }, z.core.$strict>>; 'lineItems.subscriptionInfo._id': z.ZodOptional; $in: z.ZodOptional>; $ne: z.ZodOptional; $nin: z.ZodOptional>; }, z.core.$strict>>; 'lineItems.catalogReference.catalogItemId': z.ZodOptional>; $hasSome: z.ZodOptional>; }, z.core.$strict>>; 'lineItems.catalogReference.appId': z.ZodOptional>; $hasSome: z.ZodOptional>; }, z.core.$strict>>; 'lineItems.locations._id': z.ZodOptional>; $hasSome: z.ZodOptional>; }, z.core.$strict>>; 'lineItems.productName.original': z.ZodOptional>; $hasSome: z.ZodOptional>; }, z.core.$strict>>; 'fulfillmentStatusesAggregate.statuses': z.ZodOptional>; $hasSome: z.ZodOptional>; }, z.core.$strict>>; $and: z.ZodOptional>; $or: z.ZodOptional>; $not: z.ZodOptional; }, z.core.$strict>>; sort: z.ZodOptional>; order: z.ZodOptional>; }, z.core.$strip>>>; }, z.core.$catchall>; }, z.core.$strip>; declare const SearchOrdersResponse: z.ZodObject<{ orders: z.ZodOptional>; number: z.ZodOptional; _createdDate: z.ZodNullable>; _updatedDate: z.ZodNullable>; lineItems: z.ZodOptional; productName: z.ZodOptional; translated: z.ZodNullable>; }, z.core.$strip>>; catalogReference: z.ZodOptional; appId: z.ZodOptional; options: z.ZodNullable>>; }, z.core.$strip>>; quantity: z.ZodOptional; totalDiscount: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; descriptionLines: z.ZodOptional; translated: z.ZodNullable>; }, z.core.$strip>>; }, z.core.$strip>, z.ZodXor; colorInfo: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ colorInfo: z.ZodOptional; plainText: z.ZodObject<{ original: z.ZodOptional; translated: z.ZodNullable>; }, z.core.$strip>; }, z.core.$strip>, z.ZodObject<{ plainText: z.ZodOptional; colorInfo: z.ZodObject<{ original: z.ZodOptional; translated: z.ZodNullable>; code: z.ZodNullable>; }, z.core.$strip>; }, z.core.$strip>]>>>>; image: z.ZodOptional; physicalProperties: z.ZodOptional>; sku: z.ZodNullable>; shippable: z.ZodOptional; }, z.core.$strip>>; itemType: z.ZodOptional, z.ZodXor; custom: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ custom: z.ZodOptional; preset: z.ZodEnum<{ UNRECOGNISED: "UNRECOGNISED"; PHYSICAL: "PHYSICAL"; DIGITAL: "DIGITAL"; GIFT_CARD: "GIFT_CARD"; SERVICE: "SERVICE"; }>; }, z.core.$strip>, z.ZodObject<{ preset: z.ZodOptional; custom: z.ZodString; }, z.core.$strip>]>>>; fulfillerId: z.ZodNullable>; refundQuantity: z.ZodNullable>; restockQuantity: z.ZodNullable>; price: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; priceBeforeDiscounts: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; totalPriceBeforeTax: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; totalPriceAfterTax: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; paymentOption: z.ZodOptional>; taxDetails: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; taxRate: z.ZodOptional; totalTax: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; taxInfo: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; taxableAmount: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; taxRate: z.ZodNullable>; taxGroupId: z.ZodNullable>; taxIncludedInPrice: z.ZodOptional; taxBreakdown: z.ZodOptional>; rate: z.ZodNullable>; taxAmount: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; taxType: z.ZodNullable>; taxName: z.ZodNullable>; jurisdictionType: z.ZodOptional>; nonTaxableAmount: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; taxableAmount: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>>; }, z.core.$strip>>; digitalFile: z.ZodOptional; link: z.ZodNullable>; expirationDate: z.ZodNullable>; }, z.core.$strip>>; subscriptionInfo: z.ZodOptional>; cycleNumber: z.ZodOptional; subscriptionOptionTitle: z.ZodOptional; subscriptionOptionDescription: z.ZodNullable>; subscriptionSettings: z.ZodOptional>; interval: z.ZodNullable>; autoRenewal: z.ZodOptional; billingCycles: z.ZodNullable>; enableCustomerCancellation: z.ZodOptional; freeTrialPeriod: z.ZodOptional>; interval: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; chargesDescription: z.ZodNullable>; }, z.core.$strip>>; priceDescription: z.ZodOptional; translated: z.ZodNullable>; }, z.core.$strip>>; depositAmount: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; locations: z.ZodOptional; appId: z.ZodNullable>; quantity: z.ZodOptional; name: z.ZodNullable>; }, z.core.$strip>>>; lineItemPrice: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; taxableAddress: z.ZodOptional, z.ZodXor; }, z.core.$strip>, z.ZodObject<{ addressType: z.ZodEnum<{ BUSINESS: "BUSINESS"; BILLING: "BILLING"; SHIPPING: "SHIPPING"; }>; }, z.core.$strip>]>>>; priceUndetermined: z.ZodOptional; extendedFields: z.ZodOptional>>; }, z.core.$strip>>; modifierGroups: z.ZodOptional; name: z.ZodOptional; translated: z.ZodNullable>; }, z.core.$strip>>; modifiers: z.ZodOptional; quantity: z.ZodNullable>; label: z.ZodOptional; translated: z.ZodNullable>; }, z.core.$strip>>; details: z.ZodOptional; translated: z.ZodNullable>; }, z.core.$strip>>; price: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>>; }, z.core.$strip>>>; }, z.core.$strip>>>; buyerInfo: z.ZodOptional>; email: z.ZodNullable>; }, z.core.$strip>, z.ZodXor; memberId: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ memberId: z.ZodOptional; visitorId: z.ZodString; }, z.core.$strip>, z.ZodObject<{ visitorId: z.ZodOptional; memberId: z.ZodString; }, z.core.$strip>]>>>; paymentStatus: z.ZodOptional>; fulfillmentStatus: z.ZodOptional>; buyerLanguage: z.ZodNullable>; weightUnit: z.ZodOptional>; currency: z.ZodNullable>; currencyConversionDetails: z.ZodOptional>; conversionRate: z.ZodNullable>; }, z.core.$strip>>; taxIncludedInPrices: z.ZodOptional; siteLanguage: z.ZodNullable>; priceSummary: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; shipping: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; tax: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; discount: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; total: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; totalAdditionalFees: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; billingInfo: z.ZodOptional; number: z.ZodOptional; }, z.core.$strip>>; city: z.ZodNullable>; subdivision: z.ZodNullable>; country: z.ZodNullable>; postalCode: z.ZodNullable>; addressLine2: z.ZodNullable>; }, z.core.$strip>>; contactDetails: z.ZodOptional>; lastName: z.ZodNullable>; phone: z.ZodNullable>; company: z.ZodNullable>; vatId: z.ZodOptional; type: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; shippingInfo: z.ZodOptional>; code: z.ZodNullable>; title: z.ZodOptional; logistics: z.ZodOptional>; instructions: z.ZodNullable>; deliverByDate: z.ZodNullable>; deliveryTimeSlot: z.ZodOptional>; to: z.ZodNullable>; }, z.core.$strip>>; }, z.core.$strip>, z.ZodXor; pickupDetails: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ pickupDetails: z.ZodOptional; shippingDestination: z.ZodObject<{ address: z.ZodOptional; number: z.ZodOptional; }, z.core.$strip>>; city: z.ZodNullable>; subdivision: z.ZodNullable>; country: z.ZodNullable>; postalCode: z.ZodNullable>; addressLine2: z.ZodNullable>; }, z.core.$strip>>; contactDetails: z.ZodOptional>; lastName: z.ZodNullable>; phone: z.ZodNullable>; company: z.ZodNullable>; vatId: z.ZodOptional; type: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>; }, z.core.$strip>, z.ZodObject<{ shippingDestination: z.ZodOptional; pickupDetails: z.ZodObject<{ address: z.ZodOptional; number: z.ZodOptional; }, z.core.$strip>>; city: z.ZodNullable>; subdivision: z.ZodNullable>; country: z.ZodNullable>; postalCode: z.ZodNullable>; addressLine2: z.ZodNullable>; }, z.core.$strip>>; pickupMethod: z.ZodOptional>; }, z.core.$strip>; }, z.core.$strip>]>>>; cost: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; totalPriceBeforeTax: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; totalPriceAfterTax: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; taxDetails: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; taxRate: z.ZodOptional; totalTax: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; taxInfo: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; taxableAmount: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; taxRate: z.ZodNullable>; taxGroupId: z.ZodNullable>; taxIncludedInPrice: z.ZodOptional; taxBreakdown: z.ZodOptional>; rate: z.ZodNullable>; taxAmount: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; taxType: z.ZodNullable>; taxName: z.ZodNullable>; jurisdictionType: z.ZodOptional>; nonTaxableAmount: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; taxableAmount: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>>; }, z.core.$strip>>; discount: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; region: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>>; buyerNote: z.ZodNullable>; status: z.ZodOptional>; archived: z.ZodNullable>; taxSummary: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; taxInfo: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; taxBreakdown: z.ZodOptional; taxType: z.ZodOptional; jurisdiction: z.ZodOptional; jurisdictionType: z.ZodOptional>; rate: z.ZodOptional; aggregatedTaxAmount: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>>; taxExempt: z.ZodNullable>; }, z.core.$strip>>; appliedDiscounts: z.ZodOptional>; lineItemIds: z.ZodOptional>; _id: z.ZodNullable>; lineItemDiscounts: z.ZodOptional; totalDiscount: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>>; }, z.core.$strip>, z.ZodXor; merchantDiscount: z.ZodOptional; discountRule: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ merchantDiscount: z.ZodOptional; discountRule: z.ZodOptional; coupon: z.ZodObject<{ _id: z.ZodOptional; code: z.ZodOptional; name: z.ZodOptional; amount: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; }, z.core.$strip>, z.ZodObject<{ coupon: z.ZodOptional; discountRule: z.ZodOptional; merchantDiscount: z.ZodIntersection; formattedAmount: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>, z.ZodXor; description: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ description: z.ZodOptional; discountReason: z.ZodEnum<{ UNSPECIFIED: "UNSPECIFIED"; EXCHANGED_ITEMS: "EXCHANGED_ITEMS"; BILLING_ADJUSTMENT: "BILLING_ADJUSTMENT"; }>; }, z.core.$strip>, z.ZodObject<{ discountReason: z.ZodOptional; description: z.ZodString; }, z.core.$strip>]>>; }, z.core.$strip>, z.ZodObject<{ coupon: z.ZodOptional; merchantDiscount: z.ZodOptional; discountRule: z.ZodObject<{ _id: z.ZodOptional; name: z.ZodOptional; translated: z.ZodNullable>; }, z.core.$strip>>; amount: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; }, z.core.$strip>]>>>>; activities: z.ZodOptional>; authorEmail: z.ZodNullable>; _createdDate: z.ZodNullable>; type: z.ZodOptional>; activityType: z.ZodOptional>; }, z.core.$strip>, z.ZodXor; orderRefunded: z.ZodOptional; draftOrderChangesApplied: z.ZodOptional; savedPaymentMethod: z.ZodOptional; authorizedPaymentCreated: z.ZodOptional; authorizedPaymentCaptured: z.ZodOptional; authorizedPaymentVoided: z.ZodOptional; refundInitiated: z.ZodOptional; paymentRefunded: z.ZodOptional; paymentRefundFailed: z.ZodOptional; refundedAsStoreCredit: z.ZodOptional; paymentPending: z.ZodOptional; paymentCanceled: z.ZodOptional; paymentDeclined: z.ZodOptional; receiptCreated: z.ZodOptional; receiptSent: z.ZodOptional; chargebackCreated: z.ZodOptional; chargebackReversed: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ orderRefunded: z.ZodOptional; draftOrderChangesApplied: z.ZodOptional; savedPaymentMethod: z.ZodOptional; authorizedPaymentCreated: z.ZodOptional; authorizedPaymentCaptured: z.ZodOptional; authorizedPaymentVoided: z.ZodOptional; refundInitiated: z.ZodOptional; paymentRefunded: z.ZodOptional; paymentRefundFailed: z.ZodOptional; refundedAsStoreCredit: z.ZodOptional; paymentPending: z.ZodOptional; paymentCanceled: z.ZodOptional; paymentDeclined: z.ZodOptional; receiptCreated: z.ZodOptional; receiptSent: z.ZodOptional; chargebackCreated: z.ZodOptional; chargebackReversed: z.ZodOptional; merchantComment: z.ZodObject<{ message: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>, z.ZodObject<{ merchantComment: z.ZodOptional; draftOrderChangesApplied: z.ZodOptional; savedPaymentMethod: z.ZodOptional; authorizedPaymentCreated: z.ZodOptional; authorizedPaymentCaptured: z.ZodOptional; authorizedPaymentVoided: z.ZodOptional; refundInitiated: z.ZodOptional; paymentRefunded: z.ZodOptional; paymentRefundFailed: z.ZodOptional; refundedAsStoreCredit: z.ZodOptional; paymentPending: z.ZodOptional; paymentCanceled: z.ZodOptional; paymentDeclined: z.ZodOptional; receiptCreated: z.ZodOptional; receiptSent: z.ZodOptional; chargebackCreated: z.ZodOptional; chargebackReversed: z.ZodOptional; orderRefunded: z.ZodObject<{ manual: z.ZodOptional; amount: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; reason: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>, z.ZodObject<{ merchantComment: z.ZodOptional; orderRefunded: z.ZodOptional; savedPaymentMethod: z.ZodOptional; authorizedPaymentCreated: z.ZodOptional; authorizedPaymentCaptured: z.ZodOptional; authorizedPaymentVoided: z.ZodOptional; refundInitiated: z.ZodOptional; paymentRefunded: z.ZodOptional; paymentRefundFailed: z.ZodOptional; refundedAsStoreCredit: z.ZodOptional; paymentPending: z.ZodOptional; paymentCanceled: z.ZodOptional; paymentDeclined: z.ZodOptional; receiptCreated: z.ZodOptional; receiptSent: z.ZodOptional; chargebackCreated: z.ZodOptional; chargebackReversed: z.ZodOptional; draftOrderChangesApplied: z.ZodObject<{ draftOrderId: z.ZodOptional; reason: z.ZodNullable>; changes: z.ZodOptional, z.ZodXor; lineItemAdded: z.ZodOptional; lineItemRemoved: z.ZodOptional; discountAdded: z.ZodOptional; discountRemoved: z.ZodOptional; additionalFeeAdded: z.ZodOptional; additionalFeeRemoved: z.ZodOptional; totalPriceChanged: z.ZodOptional; shippingInformationChanged: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ lineItemAdded: z.ZodOptional; lineItemRemoved: z.ZodOptional; discountAdded: z.ZodOptional; discountRemoved: z.ZodOptional; additionalFeeAdded: z.ZodOptional; additionalFeeRemoved: z.ZodOptional; totalPriceChanged: z.ZodOptional; shippingInformationChanged: z.ZodOptional; lineItemChanged: z.ZodObject<{ _id: z.ZodOptional; name: z.ZodOptional; translated: z.ZodNullable>; }, z.core.$strip>>; quantity: z.ZodOptional; newQuantity: z.ZodOptional; diff: z.ZodOptional; deltaType: z.ZodOptional>; }, z.core.$strip>>; price: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; newPrice: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>; }, z.core.$strip>, z.ZodObject<{ lineItemChanged: z.ZodOptional; lineItemRemoved: z.ZodOptional; discountAdded: z.ZodOptional; discountRemoved: z.ZodOptional; additionalFeeAdded: z.ZodOptional; additionalFeeRemoved: z.ZodOptional; totalPriceChanged: z.ZodOptional; shippingInformationChanged: z.ZodOptional; lineItemAdded: z.ZodObject<{ _id: z.ZodOptional; name: z.ZodOptional; translated: z.ZodNullable>; }, z.core.$strip>>; quantity: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>, z.ZodObject<{ lineItemChanged: z.ZodOptional; lineItemAdded: z.ZodOptional; discountAdded: z.ZodOptional; discountRemoved: z.ZodOptional; additionalFeeAdded: z.ZodOptional; additionalFeeRemoved: z.ZodOptional; totalPriceChanged: z.ZodOptional; shippingInformationChanged: z.ZodOptional; lineItemRemoved: z.ZodObject<{ _id: z.ZodOptional; name: z.ZodOptional; translated: z.ZodNullable>; }, z.core.$strip>>; quantity: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>, z.ZodObject<{ lineItemChanged: z.ZodOptional; lineItemAdded: z.ZodOptional; lineItemRemoved: z.ZodOptional; discountRemoved: z.ZodOptional; additionalFeeAdded: z.ZodOptional; additionalFeeRemoved: z.ZodOptional; totalPriceChanged: z.ZodOptional; shippingInformationChanged: z.ZodOptional; discountAdded: z.ZodObject<{ _id: z.ZodOptional; name: z.ZodOptional; translated: z.ZodNullable>; }, z.core.$strip>>; affectedLineItems: z.ZodOptional; name: z.ZodOptional; translated: z.ZodNullable>; }, z.core.$strip>>; amount: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>>; totalAmount: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; }, z.core.$strip>, z.ZodObject<{ lineItemChanged: z.ZodOptional; lineItemAdded: z.ZodOptional; lineItemRemoved: z.ZodOptional; discountAdded: z.ZodOptional; additionalFeeAdded: z.ZodOptional; additionalFeeRemoved: z.ZodOptional; totalPriceChanged: z.ZodOptional; shippingInformationChanged: z.ZodOptional; discountRemoved: z.ZodObject<{ _id: z.ZodOptional; name: z.ZodOptional; translated: z.ZodNullable>; }, z.core.$strip>>; affectedLineItems: z.ZodOptional; name: z.ZodOptional; translated: z.ZodNullable>; }, z.core.$strip>>; amount: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>>; totalAmount: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; }, z.core.$strip>, z.ZodObject<{ lineItemChanged: z.ZodOptional; lineItemAdded: z.ZodOptional; lineItemRemoved: z.ZodOptional; discountAdded: z.ZodOptional; discountRemoved: z.ZodOptional; additionalFeeRemoved: z.ZodOptional; totalPriceChanged: z.ZodOptional; shippingInformationChanged: z.ZodOptional; additionalFeeAdded: z.ZodObject<{ _id: z.ZodOptional; name: z.ZodOptional; translated: z.ZodNullable>; }, z.core.$strip>>; affectedLineItems: z.ZodOptional; name: z.ZodOptional; translated: z.ZodNullable>; }, z.core.$strip>>; amount: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>>; totalAmount: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; }, z.core.$strip>, z.ZodObject<{ lineItemChanged: z.ZodOptional; lineItemAdded: z.ZodOptional; lineItemRemoved: z.ZodOptional; discountAdded: z.ZodOptional; discountRemoved: z.ZodOptional; additionalFeeAdded: z.ZodOptional; totalPriceChanged: z.ZodOptional; shippingInformationChanged: z.ZodOptional; additionalFeeRemoved: z.ZodObject<{ _id: z.ZodOptional; name: z.ZodOptional; translated: z.ZodNullable>; }, z.core.$strip>>; affectedLineItems: z.ZodOptional; name: z.ZodOptional; translated: z.ZodNullable>; }, z.core.$strip>>; amount: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>>; totalAmount: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; }, z.core.$strip>, z.ZodObject<{ lineItemChanged: z.ZodOptional; lineItemAdded: z.ZodOptional; lineItemRemoved: z.ZodOptional; discountAdded: z.ZodOptional; discountRemoved: z.ZodOptional; additionalFeeAdded: z.ZodOptional; additionalFeeRemoved: z.ZodOptional; shippingInformationChanged: z.ZodOptional; totalPriceChanged: z.ZodObject<{ originalTotal: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; newTotal: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; }, z.core.$strip>, z.ZodObject<{ lineItemChanged: z.ZodOptional; lineItemAdded: z.ZodOptional; lineItemRemoved: z.ZodOptional; discountAdded: z.ZodOptional; discountRemoved: z.ZodOptional; additionalFeeAdded: z.ZodOptional; additionalFeeRemoved: z.ZodOptional; totalPriceChanged: z.ZodOptional; shippingInformationChanged: z.ZodObject<{ originalShippingInfo: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; shippingTitle: z.ZodOptional; }, z.core.$strip>>; newShippingInfo: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; shippingTitle: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; }, z.core.$strip>]>>>>; }, z.core.$strip>; }, z.core.$strip>, z.ZodObject<{ merchantComment: z.ZodOptional; orderRefunded: z.ZodOptional; draftOrderChangesApplied: z.ZodOptional; authorizedPaymentCreated: z.ZodOptional; authorizedPaymentCaptured: z.ZodOptional; authorizedPaymentVoided: z.ZodOptional; refundInitiated: z.ZodOptional; paymentRefunded: z.ZodOptional; paymentRefundFailed: z.ZodOptional; refundedAsStoreCredit: z.ZodOptional; paymentPending: z.ZodOptional; paymentCanceled: z.ZodOptional; paymentDeclined: z.ZodOptional; receiptCreated: z.ZodOptional; receiptSent: z.ZodOptional; chargebackCreated: z.ZodOptional; chargebackReversed: z.ZodOptional; savedPaymentMethod: z.ZodObject<{ name: z.ZodOptional; description: z.ZodNullable>; }, z.core.$strip>; }, z.core.$strip>, z.ZodObject<{ merchantComment: z.ZodOptional; orderRefunded: z.ZodOptional; draftOrderChangesApplied: z.ZodOptional; savedPaymentMethod: z.ZodOptional; authorizedPaymentCaptured: z.ZodOptional; authorizedPaymentVoided: z.ZodOptional; refundInitiated: z.ZodOptional; paymentRefunded: z.ZodOptional; paymentRefundFailed: z.ZodOptional; refundedAsStoreCredit: z.ZodOptional; paymentPending: z.ZodOptional; paymentCanceled: z.ZodOptional; paymentDeclined: z.ZodOptional; receiptCreated: z.ZodOptional; receiptSent: z.ZodOptional; chargebackCreated: z.ZodOptional; chargebackReversed: z.ZodOptional; authorizedPaymentCreated: z.ZodObject<{ paymentId: z.ZodOptional; amount: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; lastFourDigits: z.ZodNullable>; brand: z.ZodNullable>; }, z.core.$strip>; }, z.core.$strip>, z.ZodObject<{ merchantComment: z.ZodOptional; orderRefunded: z.ZodOptional; draftOrderChangesApplied: z.ZodOptional; savedPaymentMethod: z.ZodOptional; authorizedPaymentCreated: z.ZodOptional; authorizedPaymentVoided: z.ZodOptional; refundInitiated: z.ZodOptional; paymentRefunded: z.ZodOptional; paymentRefundFailed: z.ZodOptional; refundedAsStoreCredit: z.ZodOptional; paymentPending: z.ZodOptional; paymentCanceled: z.ZodOptional; paymentDeclined: z.ZodOptional; receiptCreated: z.ZodOptional; receiptSent: z.ZodOptional; chargebackCreated: z.ZodOptional; chargebackReversed: z.ZodOptional; authorizedPaymentCaptured: z.ZodObject<{ paymentId: z.ZodOptional; amount: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; lastFourDigits: z.ZodNullable>; brand: z.ZodNullable>; }, z.core.$strip>; }, z.core.$strip>, z.ZodObject<{ merchantComment: z.ZodOptional; orderRefunded: z.ZodOptional; draftOrderChangesApplied: z.ZodOptional; savedPaymentMethod: z.ZodOptional; authorizedPaymentCreated: z.ZodOptional; authorizedPaymentCaptured: z.ZodOptional; refundInitiated: z.ZodOptional; paymentRefunded: z.ZodOptional; paymentRefundFailed: z.ZodOptional; refundedAsStoreCredit: z.ZodOptional; paymentPending: z.ZodOptional; paymentCanceled: z.ZodOptional; paymentDeclined: z.ZodOptional; receiptCreated: z.ZodOptional; receiptSent: z.ZodOptional; chargebackCreated: z.ZodOptional; chargebackReversed: z.ZodOptional; authorizedPaymentVoided: z.ZodObject<{ paymentId: z.ZodOptional; amount: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; lastFourDigits: z.ZodNullable>; brand: z.ZodNullable>; }, z.core.$strip>; }, z.core.$strip>, z.ZodObject<{ merchantComment: z.ZodOptional; orderRefunded: z.ZodOptional; draftOrderChangesApplied: z.ZodOptional; savedPaymentMethod: z.ZodOptional; authorizedPaymentCreated: z.ZodOptional; authorizedPaymentCaptured: z.ZodOptional; authorizedPaymentVoided: z.ZodOptional; paymentRefunded: z.ZodOptional; paymentRefundFailed: z.ZodOptional; refundedAsStoreCredit: z.ZodOptional; paymentPending: z.ZodOptional; paymentCanceled: z.ZodOptional; paymentDeclined: z.ZodOptional; receiptCreated: z.ZodOptional; receiptSent: z.ZodOptional; chargebackCreated: z.ZodOptional; chargebackReversed: z.ZodOptional; refundInitiated: z.ZodObject<{ refundId: z.ZodOptional; amount: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; payments: z.ZodOptional; externalRefund: z.ZodOptional; }, z.core.$strip>, z.ZodXor; giftCard: z.ZodOptional; membership: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ giftCard: z.ZodOptional; membership: z.ZodOptional; regular: z.ZodObject<{ amount: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; lastFourDigits: z.ZodNullable>; brand: z.ZodNullable>; }, z.core.$strip>; }, z.core.$strip>, z.ZodObject<{ regular: z.ZodOptional; membership: z.ZodOptional; giftCard: z.ZodObject<{ giftCardPaymentId: z.ZodNullable>; amount: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; }, z.core.$strip>, z.ZodObject<{ regular: z.ZodOptional; giftCard: z.ZodOptional; membership: z.ZodObject<{ membershipId: z.ZodNullable>; }, z.core.$strip>; }, z.core.$strip>]>>>>; reason: z.ZodNullable>; }, z.core.$strip>; }, z.core.$strip>, z.ZodObject<{ merchantComment: z.ZodOptional; orderRefunded: z.ZodOptional; draftOrderChangesApplied: z.ZodOptional; savedPaymentMethod: z.ZodOptional; authorizedPaymentCreated: z.ZodOptional; authorizedPaymentCaptured: z.ZodOptional; authorizedPaymentVoided: z.ZodOptional; refundInitiated: z.ZodOptional; paymentRefundFailed: z.ZodOptional; refundedAsStoreCredit: z.ZodOptional; paymentPending: z.ZodOptional; paymentCanceled: z.ZodOptional; paymentDeclined: z.ZodOptional; receiptCreated: z.ZodOptional; receiptSent: z.ZodOptional; chargebackCreated: z.ZodOptional; chargebackReversed: z.ZodOptional; paymentRefunded: z.ZodObject<{ refundId: z.ZodOptional; payment: z.ZodOptional; externalRefund: z.ZodOptional; }, z.core.$strip>, z.ZodXor; giftCard: z.ZodOptional; membership: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ giftCard: z.ZodOptional; membership: z.ZodOptional; regular: z.ZodObject<{ amount: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; lastFourDigits: z.ZodNullable>; brand: z.ZodNullable>; }, z.core.$strip>; }, z.core.$strip>, z.ZodObject<{ regular: z.ZodOptional; membership: z.ZodOptional; giftCard: z.ZodObject<{ giftCardPaymentId: z.ZodNullable>; amount: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; }, z.core.$strip>, z.ZodObject<{ regular: z.ZodOptional; giftCard: z.ZodOptional; membership: z.ZodObject<{ membershipId: z.ZodNullable>; }, z.core.$strip>; }, z.core.$strip>]>>>; }, z.core.$strip>; }, z.core.$strip>, z.ZodObject<{ merchantComment: z.ZodOptional; orderRefunded: z.ZodOptional; draftOrderChangesApplied: z.ZodOptional; savedPaymentMethod: z.ZodOptional; authorizedPaymentCreated: z.ZodOptional; authorizedPaymentCaptured: z.ZodOptional; authorizedPaymentVoided: z.ZodOptional; refundInitiated: z.ZodOptional; paymentRefunded: z.ZodOptional; refundedAsStoreCredit: z.ZodOptional; paymentPending: z.ZodOptional; paymentCanceled: z.ZodOptional; paymentDeclined: z.ZodOptional; receiptCreated: z.ZodOptional; receiptSent: z.ZodOptional; chargebackCreated: z.ZodOptional; chargebackReversed: z.ZodOptional; paymentRefundFailed: z.ZodObject<{ refundId: z.ZodOptional; payment: z.ZodOptional; externalRefund: z.ZodOptional; }, z.core.$strip>, z.ZodXor; giftCard: z.ZodOptional; membership: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ giftCard: z.ZodOptional; membership: z.ZodOptional; regular: z.ZodObject<{ amount: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; lastFourDigits: z.ZodNullable>; brand: z.ZodNullable>; }, z.core.$strip>; }, z.core.$strip>, z.ZodObject<{ regular: z.ZodOptional; membership: z.ZodOptional; giftCard: z.ZodObject<{ giftCardPaymentId: z.ZodNullable>; amount: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; }, z.core.$strip>, z.ZodObject<{ regular: z.ZodOptional; giftCard: z.ZodOptional; membership: z.ZodObject<{ membershipId: z.ZodNullable>; }, z.core.$strip>; }, z.core.$strip>]>>>; }, z.core.$strip>; }, z.core.$strip>, z.ZodObject<{ merchantComment: z.ZodOptional; orderRefunded: z.ZodOptional; draftOrderChangesApplied: z.ZodOptional; savedPaymentMethod: z.ZodOptional; authorizedPaymentCreated: z.ZodOptional; authorizedPaymentCaptured: z.ZodOptional; authorizedPaymentVoided: z.ZodOptional; refundInitiated: z.ZodOptional; paymentRefunded: z.ZodOptional; paymentRefundFailed: z.ZodOptional; paymentPending: z.ZodOptional; paymentCanceled: z.ZodOptional; paymentDeclined: z.ZodOptional; receiptCreated: z.ZodOptional; receiptSent: z.ZodOptional; chargebackCreated: z.ZodOptional; chargebackReversed: z.ZodOptional; refundedAsStoreCredit: z.ZodObject<{ amount: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; reason: z.ZodNullable>; }, z.core.$strip>; }, z.core.$strip>, z.ZodObject<{ merchantComment: z.ZodOptional; orderRefunded: z.ZodOptional; draftOrderChangesApplied: z.ZodOptional; savedPaymentMethod: z.ZodOptional; authorizedPaymentCreated: z.ZodOptional; authorizedPaymentCaptured: z.ZodOptional; authorizedPaymentVoided: z.ZodOptional; refundInitiated: z.ZodOptional; paymentRefunded: z.ZodOptional; paymentRefundFailed: z.ZodOptional; refundedAsStoreCredit: z.ZodOptional; paymentCanceled: z.ZodOptional; paymentDeclined: z.ZodOptional; receiptCreated: z.ZodOptional; receiptSent: z.ZodOptional; chargebackCreated: z.ZodOptional; chargebackReversed: z.ZodOptional; paymentPending: z.ZodIntersection; }, z.core.$strip>, z.ZodXor; }, z.core.$strip>, z.ZodObject<{ regular: z.ZodIntersection; formattedAmount: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>, z.ZodXor; }, z.core.$strip>, z.ZodObject<{ creditCardDetails: z.ZodObject<{ lastFourDigits: z.ZodNullable>; brand: z.ZodNullable>; }, z.core.$strip>; }, z.core.$strip>]>>; }, z.core.$strip>]>>; }, z.core.$strip>, z.ZodObject<{ merchantComment: z.ZodOptional; orderRefunded: z.ZodOptional; draftOrderChangesApplied: z.ZodOptional; savedPaymentMethod: z.ZodOptional; authorizedPaymentCreated: z.ZodOptional; authorizedPaymentCaptured: z.ZodOptional; authorizedPaymentVoided: z.ZodOptional; refundInitiated: z.ZodOptional; paymentRefunded: z.ZodOptional; paymentRefundFailed: z.ZodOptional; refundedAsStoreCredit: z.ZodOptional; paymentPending: z.ZodOptional; paymentDeclined: z.ZodOptional; receiptCreated: z.ZodOptional; receiptSent: z.ZodOptional; chargebackCreated: z.ZodOptional; chargebackReversed: z.ZodOptional; paymentCanceled: z.ZodIntersection; }, z.core.$strip>, z.ZodXor; }, z.core.$strip>, z.ZodObject<{ regular: z.ZodIntersection; formattedAmount: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>, z.ZodXor; }, z.core.$strip>, z.ZodObject<{ creditCardDetails: z.ZodObject<{ lastFourDigits: z.ZodNullable>; brand: z.ZodNullable>; }, z.core.$strip>; }, z.core.$strip>]>>; }, z.core.$strip>]>>; }, z.core.$strip>, z.ZodObject<{ merchantComment: z.ZodOptional; orderRefunded: z.ZodOptional; draftOrderChangesApplied: z.ZodOptional; savedPaymentMethod: z.ZodOptional; authorizedPaymentCreated: z.ZodOptional; authorizedPaymentCaptured: z.ZodOptional; authorizedPaymentVoided: z.ZodOptional; refundInitiated: z.ZodOptional; paymentRefunded: z.ZodOptional; paymentRefundFailed: z.ZodOptional; refundedAsStoreCredit: z.ZodOptional; paymentPending: z.ZodOptional; paymentCanceled: z.ZodOptional; receiptCreated: z.ZodOptional; receiptSent: z.ZodOptional; chargebackCreated: z.ZodOptional; chargebackReversed: z.ZodOptional; paymentDeclined: z.ZodIntersection; }, z.core.$strip>, z.ZodXor; }, z.core.$strip>, z.ZodObject<{ regular: z.ZodIntersection; formattedAmount: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>, z.ZodXor; }, z.core.$strip>, z.ZodObject<{ creditCardDetails: z.ZodObject<{ lastFourDigits: z.ZodNullable>; brand: z.ZodNullable>; }, z.core.$strip>; }, z.core.$strip>]>>; }, z.core.$strip>]>>; }, z.core.$strip>, z.ZodObject<{ merchantComment: z.ZodOptional; orderRefunded: z.ZodOptional; draftOrderChangesApplied: z.ZodOptional; savedPaymentMethod: z.ZodOptional; authorizedPaymentCreated: z.ZodOptional; authorizedPaymentCaptured: z.ZodOptional; authorizedPaymentVoided: z.ZodOptional; refundInitiated: z.ZodOptional; paymentRefunded: z.ZodOptional; paymentRefundFailed: z.ZodOptional; refundedAsStoreCredit: z.ZodOptional; paymentPending: z.ZodOptional; paymentCanceled: z.ZodOptional; paymentDeclined: z.ZodOptional; receiptSent: z.ZodOptional; chargebackCreated: z.ZodOptional; chargebackReversed: z.ZodOptional; receiptCreated: z.ZodIntersection; }, z.core.$strip>, z.ZodXor; externalReceipt: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ externalReceipt: z.ZodOptional; wixReceipt: z.ZodObject<{ receiptId: z.ZodOptional; displayNumber: z.ZodNullable>; }, z.core.$strip>; }, z.core.$strip>, z.ZodObject<{ wixReceipt: z.ZodOptional; externalReceipt: z.ZodObject<{ receiptId: z.ZodNullable>; displayNumber: z.ZodNullable>; }, z.core.$strip>; }, z.core.$strip>]>>; }, z.core.$strip>, z.ZodObject<{ merchantComment: z.ZodOptional; orderRefunded: z.ZodOptional; draftOrderChangesApplied: z.ZodOptional; savedPaymentMethod: z.ZodOptional; authorizedPaymentCreated: z.ZodOptional; authorizedPaymentCaptured: z.ZodOptional; authorizedPaymentVoided: z.ZodOptional; refundInitiated: z.ZodOptional; paymentRefunded: z.ZodOptional; paymentRefundFailed: z.ZodOptional; refundedAsStoreCredit: z.ZodOptional; paymentPending: z.ZodOptional; paymentCanceled: z.ZodOptional; paymentDeclined: z.ZodOptional; receiptCreated: z.ZodOptional; chargebackCreated: z.ZodOptional; chargebackReversed: z.ZodOptional; receiptSent: z.ZodIntersection; }, z.core.$strip>, z.ZodXor; externalReceipt: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ externalReceipt: z.ZodOptional; wixReceipt: z.ZodObject<{ receiptId: z.ZodOptional; displayNumber: z.ZodNullable>; }, z.core.$strip>; }, z.core.$strip>, z.ZodObject<{ wixReceipt: z.ZodOptional; externalReceipt: z.ZodObject<{ receiptId: z.ZodNullable>; displayNumber: z.ZodNullable>; }, z.core.$strip>; }, z.core.$strip>]>>; }, z.core.$strip>, z.ZodObject<{ merchantComment: z.ZodOptional; orderRefunded: z.ZodOptional; draftOrderChangesApplied: z.ZodOptional; savedPaymentMethod: z.ZodOptional; authorizedPaymentCreated: z.ZodOptional; authorizedPaymentCaptured: z.ZodOptional; authorizedPaymentVoided: z.ZodOptional; refundInitiated: z.ZodOptional; paymentRefunded: z.ZodOptional; paymentRefundFailed: z.ZodOptional; refundedAsStoreCredit: z.ZodOptional; paymentPending: z.ZodOptional; paymentCanceled: z.ZodOptional; paymentDeclined: z.ZodOptional; receiptCreated: z.ZodOptional; receiptSent: z.ZodOptional; chargebackReversed: z.ZodOptional; chargebackCreated: z.ZodObject<{ paymentId: z.ZodOptional; chargebackId: z.ZodOptional; amount: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; paymentDetails: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>, z.ZodXor; }, z.core.$strip>, z.ZodObject<{ creditCardDetails: z.ZodObject<{ lastFourDigits: z.ZodNullable>; brand: z.ZodNullable>; }, z.core.$strip>; }, z.core.$strip>]>>>; }, z.core.$strip>; }, z.core.$strip>, z.ZodObject<{ merchantComment: z.ZodOptional; orderRefunded: z.ZodOptional; draftOrderChangesApplied: z.ZodOptional; savedPaymentMethod: z.ZodOptional; authorizedPaymentCreated: z.ZodOptional; authorizedPaymentCaptured: z.ZodOptional; authorizedPaymentVoided: z.ZodOptional; refundInitiated: z.ZodOptional; paymentRefunded: z.ZodOptional; paymentRefundFailed: z.ZodOptional; refundedAsStoreCredit: z.ZodOptional; paymentPending: z.ZodOptional; paymentCanceled: z.ZodOptional; paymentDeclined: z.ZodOptional; receiptCreated: z.ZodOptional; receiptSent: z.ZodOptional; chargebackCreated: z.ZodOptional; chargebackReversed: z.ZodObject<{ paymentId: z.ZodOptional; chargebackId: z.ZodOptional; amount: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; reversalAmount: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; paymentDetails: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>, z.ZodXor; }, z.core.$strip>, z.ZodObject<{ creditCardDetails: z.ZodObject<{ lastFourDigits: z.ZodNullable>; brand: z.ZodNullable>; }, z.core.$strip>; }, z.core.$strip>]>>>; }, z.core.$strip>; }, z.core.$strip>]>>>>; attributionSource: z.ZodOptional>; createdBy: z.ZodOptional, z.ZodXor; memberId: z.ZodOptional; visitorId: z.ZodOptional; appId: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ memberId: z.ZodOptional; visitorId: z.ZodOptional; appId: z.ZodOptional; userId: z.ZodString; }, z.core.$strip>, z.ZodObject<{ userId: z.ZodOptional; visitorId: z.ZodOptional; appId: z.ZodOptional; memberId: z.ZodString; }, z.core.$strip>, z.ZodObject<{ userId: z.ZodOptional; memberId: z.ZodOptional; appId: z.ZodOptional; visitorId: z.ZodString; }, z.core.$strip>, z.ZodObject<{ userId: z.ZodOptional; memberId: z.ZodOptional; visitorId: z.ZodOptional; appId: z.ZodString; }, z.core.$strip>]>>>; channelInfo: z.ZodOptional>; externalOrderId: z.ZodNullable>; externalOrderUrl: z.ZodNullable>; }, z.core.$strip>>; seenByAHuman: z.ZodNullable>; checkoutId: z.ZodNullable>; customFields: z.ZodOptional>; title: z.ZodOptional; translatedTitle: z.ZodNullable>; }, z.core.$strip>>>; balanceSummary: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; paid: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; refunded: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; authorized: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; pendingRefund: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; pending: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; chargeback: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; chargebackReversal: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; platformFees: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; totalMinusPlatformFees: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; additionalFees: z.ZodOptional>; name: z.ZodOptional; price: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; taxDetails: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; taxRate: z.ZodOptional; totalTax: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; taxInfo: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; taxableAmount: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; taxRate: z.ZodNullable>; taxGroupId: z.ZodNullable>; taxIncludedInPrice: z.ZodOptional; taxBreakdown: z.ZodOptional>; rate: z.ZodNullable>; taxAmount: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; taxType: z.ZodNullable>; taxName: z.ZodNullable>; jurisdictionType: z.ZodOptional>; nonTaxableAmount: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; taxableAmount: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>>; }, z.core.$strip>>; providerAppId: z.ZodNullable>; priceBeforeTax: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; priceAfterTax: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; _id: z.ZodOptional; lineItemIds: z.ZodOptional>; source: z.ZodOptional>; }, z.core.$strip>>>; extendedFields: z.ZodOptional>>; }, z.core.$strip>>; purchaseFlowId: z.ZodNullable>; recipientInfo: z.ZodOptional; number: z.ZodOptional; }, z.core.$strip>>; city: z.ZodNullable>; subdivision: z.ZodNullable>; country: z.ZodNullable>; postalCode: z.ZodNullable>; addressLine2: z.ZodNullable>; }, z.core.$strip>>; contactDetails: z.ZodOptional>; lastName: z.ZodNullable>; phone: z.ZodNullable>; company: z.ZodNullable>; vatId: z.ZodOptional; type: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; tags: z.ZodOptional>; }, z.core.$strip>>; tags: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>>; purchasedDate: z.ZodNullable>; businessLocation: z.ZodOptional; name: z.ZodOptional; }, z.core.$strip>>; payAfterFreeTrial: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; shipping: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; tax: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; discount: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; total: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; totalAdditionalFees: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; platformFeeSummary: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; totalPassOn: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; totalAbsorbed: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; fees: z.ZodOptional; translated: z.ZodNullable>; }, z.core.$strip>>; amount: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; lineItemId: z.ZodOptional; chargeType: z.ZodOptional>; percentageRate: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>>; metadata: z.ZodOptional>; cursors: z.ZodOptional>; prev: z.ZodNullable>; }, z.core.$strip>>; hasNext: z.ZodNullable>; }, z.core.$strip>>; }, z.core.$strip>; declare const CreateOrderRequest: z.ZodObject<{ order: z.ZodObject<{ _id: z.ZodNullable>; number: z.ZodOptional; _createdDate: z.ZodNullable>; _updatedDate: z.ZodNullable>; lineItems: z.ZodArray; productName: z.ZodObject<{ original: z.ZodString; translated: z.ZodNullable>; }, z.core.$strip>; catalogReference: z.ZodOptional>>; }, z.core.$strip>>; quantity: z.ZodNumber; totalDiscount: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; descriptionLines: z.ZodOptional; translated: z.ZodNullable>; }, z.core.$strip>>; }, z.core.$strip>, z.ZodXor; colorInfo: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ colorInfo: z.ZodOptional; plainText: z.ZodObject<{ original: z.ZodOptional; translated: z.ZodNullable>; }, z.core.$strip>; }, z.core.$strip>, z.ZodObject<{ plainText: z.ZodOptional; colorInfo: z.ZodObject<{ original: z.ZodOptional; translated: z.ZodNullable>; code: z.ZodNullable>; }, z.core.$strip>; }, z.core.$strip>]>>>>; image: z.ZodOptional; physicalProperties: z.ZodOptional>; sku: z.ZodNullable>; shippable: z.ZodOptional; }, z.core.$strip>>; itemType: z.ZodIntersection, z.ZodXor; custom: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ custom: z.ZodOptional; preset: z.ZodEnum<{ UNRECOGNISED: "UNRECOGNISED"; PHYSICAL: "PHYSICAL"; DIGITAL: "DIGITAL"; GIFT_CARD: "GIFT_CARD"; SERVICE: "SERVICE"; }>; }, z.core.$strip>, z.ZodObject<{ preset: z.ZodOptional; custom: z.ZodString; }, z.core.$strip>]>>; fulfillerId: z.ZodNullable>; refundQuantity: z.ZodNullable>; restockQuantity: z.ZodNullable>; price: z.ZodObject<{ amount: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>; priceBeforeDiscounts: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; totalPriceBeforeTax: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; totalPriceAfterTax: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; paymentOption: z.ZodOptional>; taxDetails: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; taxRate: z.ZodOptional; totalTax: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; taxInfo: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; taxableAmount: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; taxRate: z.ZodNullable>; taxGroupId: z.ZodNullable>; taxIncludedInPrice: z.ZodOptional; taxBreakdown: z.ZodOptional>; rate: z.ZodNullable>; taxAmount: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; taxType: z.ZodNullable>; taxName: z.ZodNullable>; jurisdictionType: z.ZodOptional>; nonTaxableAmount: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; taxableAmount: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>>; }, z.core.$strip>>; digitalFile: z.ZodOptional; link: z.ZodNullable>; expirationDate: z.ZodNullable>; }, z.core.$strip>>; subscriptionInfo: z.ZodOptional>; cycleNumber: z.ZodOptional; subscriptionOptionTitle: z.ZodOptional; subscriptionOptionDescription: z.ZodNullable>; subscriptionSettings: z.ZodOptional>; interval: z.ZodNullable>; autoRenewal: z.ZodOptional; billingCycles: z.ZodNullable>; enableCustomerCancellation: z.ZodOptional; freeTrialPeriod: z.ZodOptional>; interval: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; chargesDescription: z.ZodNullable>; }, z.core.$strip>>; priceDescription: z.ZodOptional; translated: z.ZodNullable>; }, z.core.$strip>>; depositAmount: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; locations: z.ZodOptional; appId: z.ZodNullable>; quantity: z.ZodOptional; name: z.ZodNullable>; }, z.core.$strip>>>; lineItemPrice: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; taxableAddress: z.ZodOptional, z.ZodXor; }, z.core.$strip>, z.ZodObject<{ addressType: z.ZodEnum<{ BUSINESS: "BUSINESS"; BILLING: "BILLING"; SHIPPING: "SHIPPING"; }>; }, z.core.$strip>]>>>; priceUndetermined: z.ZodOptional; extendedFields: z.ZodOptional>>; }, z.core.$strip>>; modifierGroups: z.ZodOptional; name: z.ZodOptional; translated: z.ZodNullable>; }, z.core.$strip>>; modifiers: z.ZodOptional; quantity: z.ZodNullable>; label: z.ZodOptional; translated: z.ZodNullable>; }, z.core.$strip>>; details: z.ZodOptional; translated: z.ZodNullable>; }, z.core.$strip>>; price: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>>; }, z.core.$strip>>>; }, z.core.$strip>>; buyerInfo: z.ZodOptional>; email: z.ZodNullable>; }, z.core.$strip>, z.ZodXor; memberId: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ memberId: z.ZodOptional; visitorId: z.ZodString; }, z.core.$strip>, z.ZodObject<{ visitorId: z.ZodOptional; memberId: z.ZodString; }, z.core.$strip>]>>>; paymentStatus: z.ZodOptional>; fulfillmentStatus: z.ZodOptional>; buyerLanguage: z.ZodNullable>; weightUnit: z.ZodOptional>; currency: z.ZodNullable>; currencyConversionDetails: z.ZodOptional>; taxIncludedInPrices: z.ZodOptional; siteLanguage: z.ZodNullable>; priceSummary: z.ZodObject<{ subtotal: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; shipping: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; tax: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; discount: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; total: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; totalAdditionalFees: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; billingInfo: z.ZodOptional; number: z.ZodOptional; }, z.core.$strip>>; city: z.ZodNullable>; subdivision: z.ZodNullable>; country: z.ZodNullable>; postalCode: z.ZodNullable>; addressLine2: z.ZodNullable>; }, z.core.$strip>>; contactDetails: z.ZodOptional>; lastName: z.ZodNullable>; phone: z.ZodNullable>; company: z.ZodNullable>; vatId: z.ZodOptional; type: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; shippingInfo: z.ZodOptional>; code: z.ZodNullable>; title: z.ZodOptional; logistics: z.ZodOptional>; instructions: z.ZodNullable>; deliverByDate: z.ZodNullable>; deliveryTimeSlot: z.ZodOptional>; to: z.ZodNullable>; }, z.core.$strip>>; }, z.core.$strip>, z.ZodXor; pickupDetails: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ pickupDetails: z.ZodOptional; shippingDestination: z.ZodObject<{ address: z.ZodOptional; number: z.ZodOptional; }, z.core.$strip>>; city: z.ZodNullable>; subdivision: z.ZodNullable>; country: z.ZodNullable>; postalCode: z.ZodNullable>; addressLine2: z.ZodNullable>; }, z.core.$strip>>; contactDetails: z.ZodOptional>; lastName: z.ZodNullable>; phone: z.ZodNullable>; company: z.ZodNullable>; vatId: z.ZodOptional; type: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>; }, z.core.$strip>, z.ZodObject<{ shippingDestination: z.ZodOptional; pickupDetails: z.ZodObject<{ address: z.ZodOptional; number: z.ZodOptional; }, z.core.$strip>>; city: z.ZodNullable>; subdivision: z.ZodNullable>; country: z.ZodNullable>; postalCode: z.ZodNullable>; addressLine2: z.ZodNullable>; }, z.core.$strip>>; pickupMethod: z.ZodOptional>; }, z.core.$strip>; }, z.core.$strip>]>>>; cost: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; totalPriceBeforeTax: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; totalPriceAfterTax: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; taxDetails: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; taxRate: z.ZodOptional; totalTax: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; taxInfo: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; taxableAmount: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; taxRate: z.ZodNullable>; taxGroupId: z.ZodNullable>; taxIncludedInPrice: z.ZodOptional; taxBreakdown: z.ZodOptional>; rate: z.ZodNullable>; taxAmount: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; taxType: z.ZodNullable>; taxName: z.ZodNullable>; jurisdictionType: z.ZodOptional>; nonTaxableAmount: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; taxableAmount: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>>; }, z.core.$strip>>; discount: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; region: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>>; buyerNote: z.ZodNullable>; status: z.ZodOptional>; archived: z.ZodNullable>; taxSummary: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; taxInfo: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; taxBreakdown: z.ZodOptional; taxType: z.ZodOptional; jurisdiction: z.ZodOptional; jurisdictionType: z.ZodOptional>; rate: z.ZodOptional; aggregatedTaxAmount: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>>; taxExempt: z.ZodNullable>; }, z.core.$strip>>; appliedDiscounts: z.ZodOptional>; lineItemIds: z.ZodOptional>; _id: z.ZodNullable>; lineItemDiscounts: z.ZodOptional; totalDiscount: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>>; }, z.core.$strip>, z.ZodXor; merchantDiscount: z.ZodOptional; discountRule: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ merchantDiscount: z.ZodOptional; discountRule: z.ZodOptional; coupon: z.ZodObject<{ _id: z.ZodOptional; code: z.ZodOptional; name: z.ZodOptional; amount: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; }, z.core.$strip>, z.ZodObject<{ coupon: z.ZodOptional; discountRule: z.ZodOptional; merchantDiscount: z.ZodIntersection; formattedAmount: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>, z.ZodXor; description: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ description: z.ZodOptional; discountReason: z.ZodEnum<{ UNSPECIFIED: "UNSPECIFIED"; EXCHANGED_ITEMS: "EXCHANGED_ITEMS"; BILLING_ADJUSTMENT: "BILLING_ADJUSTMENT"; }>; }, z.core.$strip>, z.ZodObject<{ discountReason: z.ZodOptional; description: z.ZodString; }, z.core.$strip>]>>; }, z.core.$strip>, z.ZodObject<{ coupon: z.ZodOptional; merchantDiscount: z.ZodOptional; discountRule: z.ZodObject<{ _id: z.ZodOptional; name: z.ZodOptional; translated: z.ZodNullable>; }, z.core.$strip>>; amount: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; }, z.core.$strip>]>>>>; activities: z.ZodOptional>; authorEmail: z.ZodNullable>; _createdDate: z.ZodNullable>; type: z.ZodOptional>; activityType: z.ZodOptional>; }, z.core.$strip>, z.ZodXor; orderRefunded: z.ZodOptional; draftOrderChangesApplied: z.ZodOptional; savedPaymentMethod: z.ZodOptional; authorizedPaymentCreated: z.ZodOptional; authorizedPaymentCaptured: z.ZodOptional; authorizedPaymentVoided: z.ZodOptional; refundInitiated: z.ZodOptional; paymentRefunded: z.ZodOptional; paymentRefundFailed: z.ZodOptional; refundedAsStoreCredit: z.ZodOptional; paymentPending: z.ZodOptional; paymentCanceled: z.ZodOptional; paymentDeclined: z.ZodOptional; receiptCreated: z.ZodOptional; receiptSent: z.ZodOptional; chargebackCreated: z.ZodOptional; chargebackReversed: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ orderRefunded: z.ZodOptional; draftOrderChangesApplied: z.ZodOptional; savedPaymentMethod: z.ZodOptional; authorizedPaymentCreated: z.ZodOptional; authorizedPaymentCaptured: z.ZodOptional; authorizedPaymentVoided: z.ZodOptional; refundInitiated: z.ZodOptional; paymentRefunded: z.ZodOptional; paymentRefundFailed: z.ZodOptional; refundedAsStoreCredit: z.ZodOptional; paymentPending: z.ZodOptional; paymentCanceled: z.ZodOptional; paymentDeclined: z.ZodOptional; receiptCreated: z.ZodOptional; receiptSent: z.ZodOptional; chargebackCreated: z.ZodOptional; chargebackReversed: z.ZodOptional; merchantComment: z.ZodObject<{ message: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>, z.ZodObject<{ merchantComment: z.ZodOptional; draftOrderChangesApplied: z.ZodOptional; savedPaymentMethod: z.ZodOptional; authorizedPaymentCreated: z.ZodOptional; authorizedPaymentCaptured: z.ZodOptional; authorizedPaymentVoided: z.ZodOptional; refundInitiated: z.ZodOptional; paymentRefunded: z.ZodOptional; paymentRefundFailed: z.ZodOptional; refundedAsStoreCredit: z.ZodOptional; paymentPending: z.ZodOptional; paymentCanceled: z.ZodOptional; paymentDeclined: z.ZodOptional; receiptCreated: z.ZodOptional; receiptSent: z.ZodOptional; chargebackCreated: z.ZodOptional; chargebackReversed: z.ZodOptional; orderRefunded: z.ZodObject<{ manual: z.ZodOptional; amount: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; reason: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>, z.ZodObject<{ merchantComment: z.ZodOptional; orderRefunded: z.ZodOptional; savedPaymentMethod: z.ZodOptional; authorizedPaymentCreated: z.ZodOptional; authorizedPaymentCaptured: z.ZodOptional; authorizedPaymentVoided: z.ZodOptional; refundInitiated: z.ZodOptional; paymentRefunded: z.ZodOptional; paymentRefundFailed: z.ZodOptional; refundedAsStoreCredit: z.ZodOptional; paymentPending: z.ZodOptional; paymentCanceled: z.ZodOptional; paymentDeclined: z.ZodOptional; receiptCreated: z.ZodOptional; receiptSent: z.ZodOptional; chargebackCreated: z.ZodOptional; chargebackReversed: z.ZodOptional; draftOrderChangesApplied: z.ZodObject<{ draftOrderId: z.ZodOptional; reason: z.ZodNullable>; changes: z.ZodOptional, z.ZodXor; lineItemAdded: z.ZodOptional; lineItemRemoved: z.ZodOptional; discountAdded: z.ZodOptional; discountRemoved: z.ZodOptional; additionalFeeAdded: z.ZodOptional; additionalFeeRemoved: z.ZodOptional; totalPriceChanged: z.ZodOptional; shippingInformationChanged: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ lineItemAdded: z.ZodOptional; lineItemRemoved: z.ZodOptional; discountAdded: z.ZodOptional; discountRemoved: z.ZodOptional; additionalFeeAdded: z.ZodOptional; additionalFeeRemoved: z.ZodOptional; totalPriceChanged: z.ZodOptional; shippingInformationChanged: z.ZodOptional; lineItemChanged: z.ZodObject<{ _id: z.ZodOptional; name: z.ZodOptional>; }, z.core.$strip>>; quantity: z.ZodOptional; newQuantity: z.ZodOptional; diff: z.ZodOptional; deltaType: z.ZodOptional>; }, z.core.$strip>>; price: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; newPrice: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>; }, z.core.$strip>, z.ZodObject<{ lineItemChanged: z.ZodOptional; lineItemRemoved: z.ZodOptional; discountAdded: z.ZodOptional; discountRemoved: z.ZodOptional; additionalFeeAdded: z.ZodOptional; additionalFeeRemoved: z.ZodOptional; totalPriceChanged: z.ZodOptional; shippingInformationChanged: z.ZodOptional; lineItemAdded: z.ZodObject<{ _id: z.ZodOptional; name: z.ZodOptional>; }, z.core.$strip>>; quantity: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>, z.ZodObject<{ lineItemChanged: z.ZodOptional; lineItemAdded: z.ZodOptional; discountAdded: z.ZodOptional; discountRemoved: z.ZodOptional; additionalFeeAdded: z.ZodOptional; additionalFeeRemoved: z.ZodOptional; totalPriceChanged: z.ZodOptional; shippingInformationChanged: z.ZodOptional; lineItemRemoved: z.ZodObject<{ _id: z.ZodOptional; name: z.ZodOptional>; }, z.core.$strip>>; quantity: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>, z.ZodObject<{ lineItemChanged: z.ZodOptional; lineItemAdded: z.ZodOptional; lineItemRemoved: z.ZodOptional; discountRemoved: z.ZodOptional; additionalFeeAdded: z.ZodOptional; additionalFeeRemoved: z.ZodOptional; totalPriceChanged: z.ZodOptional; shippingInformationChanged: z.ZodOptional; discountAdded: z.ZodObject<{ _id: z.ZodOptional; name: z.ZodOptional; translated: z.ZodNullable>; }, z.core.$strip>>; affectedLineItems: z.ZodOptional; name: z.ZodOptional>; }, z.core.$strip>>; amount: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>>; totalAmount: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; }, z.core.$strip>, z.ZodObject<{ lineItemChanged: z.ZodOptional; lineItemAdded: z.ZodOptional; lineItemRemoved: z.ZodOptional; discountAdded: z.ZodOptional; additionalFeeAdded: z.ZodOptional; additionalFeeRemoved: z.ZodOptional; totalPriceChanged: z.ZodOptional; shippingInformationChanged: z.ZodOptional; discountRemoved: z.ZodObject<{ _id: z.ZodOptional; name: z.ZodOptional; translated: z.ZodNullable>; }, z.core.$strip>>; affectedLineItems: z.ZodOptional; name: z.ZodOptional>; }, z.core.$strip>>; amount: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>>; totalAmount: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; }, z.core.$strip>, z.ZodObject<{ lineItemChanged: z.ZodOptional; lineItemAdded: z.ZodOptional; lineItemRemoved: z.ZodOptional; discountAdded: z.ZodOptional; discountRemoved: z.ZodOptional; additionalFeeRemoved: z.ZodOptional; totalPriceChanged: z.ZodOptional; shippingInformationChanged: z.ZodOptional; additionalFeeAdded: z.ZodObject<{ _id: z.ZodOptional; name: z.ZodOptional; translated: z.ZodNullable>; }, z.core.$strip>>; affectedLineItems: z.ZodOptional; name: z.ZodOptional>; }, z.core.$strip>>; amount: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>>; totalAmount: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; }, z.core.$strip>, z.ZodObject<{ lineItemChanged: z.ZodOptional; lineItemAdded: z.ZodOptional; lineItemRemoved: z.ZodOptional; discountAdded: z.ZodOptional; discountRemoved: z.ZodOptional; additionalFeeAdded: z.ZodOptional; totalPriceChanged: z.ZodOptional; shippingInformationChanged: z.ZodOptional; additionalFeeRemoved: z.ZodObject<{ _id: z.ZodOptional; name: z.ZodOptional; translated: z.ZodNullable>; }, z.core.$strip>>; affectedLineItems: z.ZodOptional; name: z.ZodOptional>; }, z.core.$strip>>; amount: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>>; totalAmount: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; }, z.core.$strip>, z.ZodObject<{ lineItemChanged: z.ZodOptional; lineItemAdded: z.ZodOptional; lineItemRemoved: z.ZodOptional; discountAdded: z.ZodOptional; discountRemoved: z.ZodOptional; additionalFeeAdded: z.ZodOptional; additionalFeeRemoved: z.ZodOptional; shippingInformationChanged: z.ZodOptional; totalPriceChanged: z.ZodObject<{ originalTotal: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; newTotal: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; }, z.core.$strip>, z.ZodObject<{ lineItemChanged: z.ZodOptional; lineItemAdded: z.ZodOptional; lineItemRemoved: z.ZodOptional; discountAdded: z.ZodOptional; discountRemoved: z.ZodOptional; additionalFeeAdded: z.ZodOptional; additionalFeeRemoved: z.ZodOptional; totalPriceChanged: z.ZodOptional; shippingInformationChanged: z.ZodObject<{ originalShippingInfo: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; shippingTitle: z.ZodOptional; }, z.core.$strip>>; newShippingInfo: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; shippingTitle: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; }, z.core.$strip>]>>>>; }, z.core.$strip>; }, z.core.$strip>, z.ZodObject<{ merchantComment: z.ZodOptional; orderRefunded: z.ZodOptional; draftOrderChangesApplied: z.ZodOptional; authorizedPaymentCreated: z.ZodOptional; authorizedPaymentCaptured: z.ZodOptional; authorizedPaymentVoided: z.ZodOptional; refundInitiated: z.ZodOptional; paymentRefunded: z.ZodOptional; paymentRefundFailed: z.ZodOptional; refundedAsStoreCredit: z.ZodOptional; paymentPending: z.ZodOptional; paymentCanceled: z.ZodOptional; paymentDeclined: z.ZodOptional; receiptCreated: z.ZodOptional; receiptSent: z.ZodOptional; chargebackCreated: z.ZodOptional; chargebackReversed: z.ZodOptional; savedPaymentMethod: z.ZodObject<{ name: z.ZodOptional; description: z.ZodNullable>; }, z.core.$strip>; }, z.core.$strip>, z.ZodObject<{ merchantComment: z.ZodOptional; orderRefunded: z.ZodOptional; draftOrderChangesApplied: z.ZodOptional; savedPaymentMethod: z.ZodOptional; authorizedPaymentCaptured: z.ZodOptional; authorizedPaymentVoided: z.ZodOptional; refundInitiated: z.ZodOptional; paymentRefunded: z.ZodOptional; paymentRefundFailed: z.ZodOptional; refundedAsStoreCredit: z.ZodOptional; paymentPending: z.ZodOptional; paymentCanceled: z.ZodOptional; paymentDeclined: z.ZodOptional; receiptCreated: z.ZodOptional; receiptSent: z.ZodOptional; chargebackCreated: z.ZodOptional; chargebackReversed: z.ZodOptional; authorizedPaymentCreated: z.ZodObject<{ paymentId: z.ZodOptional; amount: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; lastFourDigits: z.ZodNullable>; brand: z.ZodNullable>; }, z.core.$strip>; }, z.core.$strip>, z.ZodObject<{ merchantComment: z.ZodOptional; orderRefunded: z.ZodOptional; draftOrderChangesApplied: z.ZodOptional; savedPaymentMethod: z.ZodOptional; authorizedPaymentCreated: z.ZodOptional; authorizedPaymentVoided: z.ZodOptional; refundInitiated: z.ZodOptional; paymentRefunded: z.ZodOptional; paymentRefundFailed: z.ZodOptional; refundedAsStoreCredit: z.ZodOptional; paymentPending: z.ZodOptional; paymentCanceled: z.ZodOptional; paymentDeclined: z.ZodOptional; receiptCreated: z.ZodOptional; receiptSent: z.ZodOptional; chargebackCreated: z.ZodOptional; chargebackReversed: z.ZodOptional; authorizedPaymentCaptured: z.ZodObject<{ paymentId: z.ZodOptional; amount: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; lastFourDigits: z.ZodNullable>; brand: z.ZodNullable>; }, z.core.$strip>; }, z.core.$strip>, z.ZodObject<{ merchantComment: z.ZodOptional; orderRefunded: z.ZodOptional; draftOrderChangesApplied: z.ZodOptional; savedPaymentMethod: z.ZodOptional; authorizedPaymentCreated: z.ZodOptional; authorizedPaymentCaptured: z.ZodOptional; refundInitiated: z.ZodOptional; paymentRefunded: z.ZodOptional; paymentRefundFailed: z.ZodOptional; refundedAsStoreCredit: z.ZodOptional; paymentPending: z.ZodOptional; paymentCanceled: z.ZodOptional; paymentDeclined: z.ZodOptional; receiptCreated: z.ZodOptional; receiptSent: z.ZodOptional; chargebackCreated: z.ZodOptional; chargebackReversed: z.ZodOptional; authorizedPaymentVoided: z.ZodObject<{ paymentId: z.ZodOptional; amount: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; lastFourDigits: z.ZodNullable>; brand: z.ZodNullable>; }, z.core.$strip>; }, z.core.$strip>, z.ZodObject<{ merchantComment: z.ZodOptional; orderRefunded: z.ZodOptional; draftOrderChangesApplied: z.ZodOptional; savedPaymentMethod: z.ZodOptional; authorizedPaymentCreated: z.ZodOptional; authorizedPaymentCaptured: z.ZodOptional; authorizedPaymentVoided: z.ZodOptional; paymentRefunded: z.ZodOptional; paymentRefundFailed: z.ZodOptional; refundedAsStoreCredit: z.ZodOptional; paymentPending: z.ZodOptional; paymentCanceled: z.ZodOptional; paymentDeclined: z.ZodOptional; receiptCreated: z.ZodOptional; receiptSent: z.ZodOptional; chargebackCreated: z.ZodOptional; chargebackReversed: z.ZodOptional; refundInitiated: z.ZodObject<{ refundId: z.ZodOptional; amount: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; payments: z.ZodOptional; externalRefund: z.ZodOptional; }, z.core.$strip>, z.ZodXor; giftCard: z.ZodOptional; membership: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ giftCard: z.ZodOptional; membership: z.ZodOptional; regular: z.ZodObject<{ amount: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; lastFourDigits: z.ZodNullable>; brand: z.ZodNullable>; }, z.core.$strip>; }, z.core.$strip>, z.ZodObject<{ regular: z.ZodOptional; membership: z.ZodOptional; giftCard: z.ZodObject<{ giftCardPaymentId: z.ZodNullable>; amount: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; }, z.core.$strip>, z.ZodObject<{ regular: z.ZodOptional; giftCard: z.ZodOptional; membership: z.ZodObject<{ membershipId: z.ZodNullable>; }, z.core.$strip>; }, z.core.$strip>]>>>>; reason: z.ZodNullable>; }, z.core.$strip>; }, z.core.$strip>, z.ZodObject<{ merchantComment: z.ZodOptional; orderRefunded: z.ZodOptional; draftOrderChangesApplied: z.ZodOptional; savedPaymentMethod: z.ZodOptional; authorizedPaymentCreated: z.ZodOptional; authorizedPaymentCaptured: z.ZodOptional; authorizedPaymentVoided: z.ZodOptional; refundInitiated: z.ZodOptional; paymentRefundFailed: z.ZodOptional; refundedAsStoreCredit: z.ZodOptional; paymentPending: z.ZodOptional; paymentCanceled: z.ZodOptional; paymentDeclined: z.ZodOptional; receiptCreated: z.ZodOptional; receiptSent: z.ZodOptional; chargebackCreated: z.ZodOptional; chargebackReversed: z.ZodOptional; paymentRefunded: z.ZodObject<{ refundId: z.ZodOptional; payment: z.ZodOptional; externalRefund: z.ZodOptional; }, z.core.$strip>, z.ZodXor; giftCard: z.ZodOptional; membership: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ giftCard: z.ZodOptional; membership: z.ZodOptional; regular: z.ZodObject<{ amount: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; lastFourDigits: z.ZodNullable>; brand: z.ZodNullable>; }, z.core.$strip>; }, z.core.$strip>, z.ZodObject<{ regular: z.ZodOptional; membership: z.ZodOptional; giftCard: z.ZodObject<{ giftCardPaymentId: z.ZodNullable>; amount: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; }, z.core.$strip>, z.ZodObject<{ regular: z.ZodOptional; giftCard: z.ZodOptional; membership: z.ZodObject<{ membershipId: z.ZodNullable>; }, z.core.$strip>; }, z.core.$strip>]>>>; }, z.core.$strip>; }, z.core.$strip>, z.ZodObject<{ merchantComment: z.ZodOptional; orderRefunded: z.ZodOptional; draftOrderChangesApplied: z.ZodOptional; savedPaymentMethod: z.ZodOptional; authorizedPaymentCreated: z.ZodOptional; authorizedPaymentCaptured: z.ZodOptional; authorizedPaymentVoided: z.ZodOptional; refundInitiated: z.ZodOptional; paymentRefunded: z.ZodOptional; refundedAsStoreCredit: z.ZodOptional; paymentPending: z.ZodOptional; paymentCanceled: z.ZodOptional; paymentDeclined: z.ZodOptional; receiptCreated: z.ZodOptional; receiptSent: z.ZodOptional; chargebackCreated: z.ZodOptional; chargebackReversed: z.ZodOptional; paymentRefundFailed: z.ZodObject<{ refundId: z.ZodOptional; payment: z.ZodOptional; externalRefund: z.ZodOptional; }, z.core.$strip>, z.ZodXor; giftCard: z.ZodOptional; membership: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ giftCard: z.ZodOptional; membership: z.ZodOptional; regular: z.ZodObject<{ amount: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; lastFourDigits: z.ZodNullable>; brand: z.ZodNullable>; }, z.core.$strip>; }, z.core.$strip>, z.ZodObject<{ regular: z.ZodOptional; membership: z.ZodOptional; giftCard: z.ZodObject<{ giftCardPaymentId: z.ZodNullable>; amount: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; }, z.core.$strip>, z.ZodObject<{ regular: z.ZodOptional; giftCard: z.ZodOptional; membership: z.ZodObject<{ membershipId: z.ZodNullable>; }, z.core.$strip>; }, z.core.$strip>]>>>; }, z.core.$strip>; }, z.core.$strip>, z.ZodObject<{ merchantComment: z.ZodOptional; orderRefunded: z.ZodOptional; draftOrderChangesApplied: z.ZodOptional; savedPaymentMethod: z.ZodOptional; authorizedPaymentCreated: z.ZodOptional; authorizedPaymentCaptured: z.ZodOptional; authorizedPaymentVoided: z.ZodOptional; refundInitiated: z.ZodOptional; paymentRefunded: z.ZodOptional; paymentRefundFailed: z.ZodOptional; paymentPending: z.ZodOptional; paymentCanceled: z.ZodOptional; paymentDeclined: z.ZodOptional; receiptCreated: z.ZodOptional; receiptSent: z.ZodOptional; chargebackCreated: z.ZodOptional; chargebackReversed: z.ZodOptional; refundedAsStoreCredit: z.ZodObject<{ amount: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; reason: z.ZodNullable>; }, z.core.$strip>; }, z.core.$strip>, z.ZodObject<{ merchantComment: z.ZodOptional; orderRefunded: z.ZodOptional; draftOrderChangesApplied: z.ZodOptional; savedPaymentMethod: z.ZodOptional; authorizedPaymentCreated: z.ZodOptional; authorizedPaymentCaptured: z.ZodOptional; authorizedPaymentVoided: z.ZodOptional; refundInitiated: z.ZodOptional; paymentRefunded: z.ZodOptional; paymentRefundFailed: z.ZodOptional; refundedAsStoreCredit: z.ZodOptional; paymentCanceled: z.ZodOptional; paymentDeclined: z.ZodOptional; receiptCreated: z.ZodOptional; receiptSent: z.ZodOptional; chargebackCreated: z.ZodOptional; chargebackReversed: z.ZodOptional; paymentPending: z.ZodIntersection; }, z.core.$strip>, z.ZodXor; }, z.core.$strip>, z.ZodObject<{ regular: z.ZodIntersection; formattedAmount: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>, z.ZodXor; }, z.core.$strip>, z.ZodObject<{ creditCardDetails: z.ZodObject<{ lastFourDigits: z.ZodNullable>; brand: z.ZodNullable>; }, z.core.$strip>; }, z.core.$strip>]>>; }, z.core.$strip>]>>; }, z.core.$strip>, z.ZodObject<{ merchantComment: z.ZodOptional; orderRefunded: z.ZodOptional; draftOrderChangesApplied: z.ZodOptional; savedPaymentMethod: z.ZodOptional; authorizedPaymentCreated: z.ZodOptional; authorizedPaymentCaptured: z.ZodOptional; authorizedPaymentVoided: z.ZodOptional; refundInitiated: z.ZodOptional; paymentRefunded: z.ZodOptional; paymentRefundFailed: z.ZodOptional; refundedAsStoreCredit: z.ZodOptional; paymentPending: z.ZodOptional; paymentDeclined: z.ZodOptional; receiptCreated: z.ZodOptional; receiptSent: z.ZodOptional; chargebackCreated: z.ZodOptional; chargebackReversed: z.ZodOptional; paymentCanceled: z.ZodIntersection; }, z.core.$strip>, z.ZodXor; }, z.core.$strip>, z.ZodObject<{ regular: z.ZodIntersection; formattedAmount: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>, z.ZodXor; }, z.core.$strip>, z.ZodObject<{ creditCardDetails: z.ZodObject<{ lastFourDigits: z.ZodNullable>; brand: z.ZodNullable>; }, z.core.$strip>; }, z.core.$strip>]>>; }, z.core.$strip>]>>; }, z.core.$strip>, z.ZodObject<{ merchantComment: z.ZodOptional; orderRefunded: z.ZodOptional; draftOrderChangesApplied: z.ZodOptional; savedPaymentMethod: z.ZodOptional; authorizedPaymentCreated: z.ZodOptional; authorizedPaymentCaptured: z.ZodOptional; authorizedPaymentVoided: z.ZodOptional; refundInitiated: z.ZodOptional; paymentRefunded: z.ZodOptional; paymentRefundFailed: z.ZodOptional; refundedAsStoreCredit: z.ZodOptional; paymentPending: z.ZodOptional; paymentCanceled: z.ZodOptional; receiptCreated: z.ZodOptional; receiptSent: z.ZodOptional; chargebackCreated: z.ZodOptional; chargebackReversed: z.ZodOptional; paymentDeclined: z.ZodIntersection; }, z.core.$strip>, z.ZodXor; }, z.core.$strip>, z.ZodObject<{ regular: z.ZodIntersection; formattedAmount: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>, z.ZodXor; }, z.core.$strip>, z.ZodObject<{ creditCardDetails: z.ZodObject<{ lastFourDigits: z.ZodNullable>; brand: z.ZodNullable>; }, z.core.$strip>; }, z.core.$strip>]>>; }, z.core.$strip>]>>; }, z.core.$strip>, z.ZodObject<{ merchantComment: z.ZodOptional; orderRefunded: z.ZodOptional; draftOrderChangesApplied: z.ZodOptional; savedPaymentMethod: z.ZodOptional; authorizedPaymentCreated: z.ZodOptional; authorizedPaymentCaptured: z.ZodOptional; authorizedPaymentVoided: z.ZodOptional; refundInitiated: z.ZodOptional; paymentRefunded: z.ZodOptional; paymentRefundFailed: z.ZodOptional; refundedAsStoreCredit: z.ZodOptional; paymentPending: z.ZodOptional; paymentCanceled: z.ZodOptional; paymentDeclined: z.ZodOptional; receiptSent: z.ZodOptional; chargebackCreated: z.ZodOptional; chargebackReversed: z.ZodOptional; receiptCreated: z.ZodIntersection; }, z.core.$strip>, z.ZodXor; externalReceipt: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ externalReceipt: z.ZodOptional; wixReceipt: z.ZodObject<{ receiptId: z.ZodOptional; displayNumber: z.ZodNullable>; }, z.core.$strip>; }, z.core.$strip>, z.ZodObject<{ wixReceipt: z.ZodOptional; externalReceipt: z.ZodObject<{ receiptId: z.ZodNullable>; displayNumber: z.ZodNullable>; }, z.core.$strip>; }, z.core.$strip>]>>; }, z.core.$strip>, z.ZodObject<{ merchantComment: z.ZodOptional; orderRefunded: z.ZodOptional; draftOrderChangesApplied: z.ZodOptional; savedPaymentMethod: z.ZodOptional; authorizedPaymentCreated: z.ZodOptional; authorizedPaymentCaptured: z.ZodOptional; authorizedPaymentVoided: z.ZodOptional; refundInitiated: z.ZodOptional; paymentRefunded: z.ZodOptional; paymentRefundFailed: z.ZodOptional; refundedAsStoreCredit: z.ZodOptional; paymentPending: z.ZodOptional; paymentCanceled: z.ZodOptional; paymentDeclined: z.ZodOptional; receiptCreated: z.ZodOptional; chargebackCreated: z.ZodOptional; chargebackReversed: z.ZodOptional; receiptSent: z.ZodIntersection; }, z.core.$strip>, z.ZodXor; externalReceipt: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ externalReceipt: z.ZodOptional; wixReceipt: z.ZodObject<{ receiptId: z.ZodOptional; displayNumber: z.ZodNullable>; }, z.core.$strip>; }, z.core.$strip>, z.ZodObject<{ wixReceipt: z.ZodOptional; externalReceipt: z.ZodObject<{ receiptId: z.ZodNullable>; displayNumber: z.ZodNullable>; }, z.core.$strip>; }, z.core.$strip>]>>; }, z.core.$strip>, z.ZodObject<{ merchantComment: z.ZodOptional; orderRefunded: z.ZodOptional; draftOrderChangesApplied: z.ZodOptional; savedPaymentMethod: z.ZodOptional; authorizedPaymentCreated: z.ZodOptional; authorizedPaymentCaptured: z.ZodOptional; authorizedPaymentVoided: z.ZodOptional; refundInitiated: z.ZodOptional; paymentRefunded: z.ZodOptional; paymentRefundFailed: z.ZodOptional; refundedAsStoreCredit: z.ZodOptional; paymentPending: z.ZodOptional; paymentCanceled: z.ZodOptional; paymentDeclined: z.ZodOptional; receiptCreated: z.ZodOptional; receiptSent: z.ZodOptional; chargebackReversed: z.ZodOptional; chargebackCreated: z.ZodObject<{ paymentId: z.ZodOptional; chargebackId: z.ZodOptional; amount: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; paymentDetails: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>, z.ZodXor; }, z.core.$strip>, z.ZodObject<{ creditCardDetails: z.ZodObject<{ lastFourDigits: z.ZodNullable>; brand: z.ZodNullable>; }, z.core.$strip>; }, z.core.$strip>]>>>; }, z.core.$strip>; }, z.core.$strip>, z.ZodObject<{ merchantComment: z.ZodOptional; orderRefunded: z.ZodOptional; draftOrderChangesApplied: z.ZodOptional; savedPaymentMethod: z.ZodOptional; authorizedPaymentCreated: z.ZodOptional; authorizedPaymentCaptured: z.ZodOptional; authorizedPaymentVoided: z.ZodOptional; refundInitiated: z.ZodOptional; paymentRefunded: z.ZodOptional; paymentRefundFailed: z.ZodOptional; refundedAsStoreCredit: z.ZodOptional; paymentPending: z.ZodOptional; paymentCanceled: z.ZodOptional; paymentDeclined: z.ZodOptional; receiptCreated: z.ZodOptional; receiptSent: z.ZodOptional; chargebackCreated: z.ZodOptional; chargebackReversed: z.ZodObject<{ paymentId: z.ZodOptional; chargebackId: z.ZodOptional; amount: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; reversalAmount: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; paymentDetails: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>, z.ZodXor; }, z.core.$strip>, z.ZodObject<{ creditCardDetails: z.ZodObject<{ lastFourDigits: z.ZodNullable>; brand: z.ZodNullable>; }, z.core.$strip>; }, z.core.$strip>]>>>; }, z.core.$strip>; }, z.core.$strip>]>>>>; attributionSource: z.ZodOptional>; createdBy: z.ZodOptional, z.ZodXor; memberId: z.ZodOptional; visitorId: z.ZodOptional; appId: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ memberId: z.ZodOptional; visitorId: z.ZodOptional; appId: z.ZodOptional; userId: z.ZodString; }, z.core.$strip>, z.ZodObject<{ userId: z.ZodOptional; visitorId: z.ZodOptional; appId: z.ZodOptional; memberId: z.ZodString; }, z.core.$strip>, z.ZodObject<{ userId: z.ZodOptional; memberId: z.ZodOptional; appId: z.ZodOptional; visitorId: z.ZodString; }, z.core.$strip>, z.ZodObject<{ userId: z.ZodOptional; memberId: z.ZodOptional; visitorId: z.ZodOptional; appId: z.ZodString; }, z.core.$strip>]>>>; channelInfo: z.ZodObject<{ type: z.ZodOptional>; externalOrderId: z.ZodNullable>; externalOrderUrl: z.ZodNullable>; }, z.core.$strip>; seenByAHuman: z.ZodNullable>; checkoutId: z.ZodNullable>; customFields: z.ZodOptional>; title: z.ZodOptional; translatedTitle: z.ZodNullable>; }, z.core.$strip>>>; balanceSummary: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; paid: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; refunded: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; authorized: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; pendingRefund: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; pending: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; chargeback: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; chargebackReversal: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; platformFees: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; totalMinusPlatformFees: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; additionalFees: z.ZodOptional>; name: z.ZodOptional; price: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; taxDetails: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; taxRate: z.ZodOptional; totalTax: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; taxInfo: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; taxableAmount: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; taxRate: z.ZodNullable>; taxGroupId: z.ZodNullable>; taxIncludedInPrice: z.ZodOptional; taxBreakdown: z.ZodOptional>; rate: z.ZodNullable>; taxAmount: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; taxType: z.ZodNullable>; taxName: z.ZodNullable>; jurisdictionType: z.ZodOptional>; nonTaxableAmount: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; taxableAmount: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>>; }, z.core.$strip>>; providerAppId: z.ZodNullable>; priceBeforeTax: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; priceAfterTax: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; _id: z.ZodOptional; lineItemIds: z.ZodOptional>; source: z.ZodOptional>; }, z.core.$strip>>>; extendedFields: z.ZodOptional>>; }, z.core.$strip>>; purchaseFlowId: z.ZodNullable>; recipientInfo: z.ZodOptional; number: z.ZodOptional; }, z.core.$strip>>; city: z.ZodNullable>; subdivision: z.ZodNullable>; country: z.ZodNullable>; postalCode: z.ZodNullable>; addressLine2: z.ZodNullable>; }, z.core.$strip>>; contactDetails: z.ZodOptional>; lastName: z.ZodNullable>; phone: z.ZodNullable>; company: z.ZodNullable>; vatId: z.ZodOptional; type: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; tags: z.ZodOptional>; }, z.core.$strip>>; tags: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>>; purchasedDate: z.ZodNullable>; businessLocation: z.ZodOptional; name: z.ZodOptional; }, z.core.$strip>>; payAfterFreeTrial: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; shipping: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; tax: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; discount: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; total: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; totalAdditionalFees: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; platformFeeSummary: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; totalPassOn: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; totalAbsorbed: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; fees: z.ZodOptional; translated: z.ZodNullable>; }, z.core.$strip>>; amount: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; lineItemId: z.ZodOptional; chargeType: z.ZodOptional>; percentageRate: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>; options: z.ZodOptional>; notifications: z.ZodOptional>; sendNotificationsToBusiness: z.ZodNullable>; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>; declare const CreateOrderResponse: z.ZodObject<{ _id: z.ZodNullable>; number: z.ZodOptional; _createdDate: z.ZodNullable>; _updatedDate: z.ZodNullable>; lineItems: z.ZodOptional; productName: z.ZodOptional; translated: z.ZodNullable>; }, z.core.$strip>>; catalogReference: z.ZodOptional; appId: z.ZodOptional; options: z.ZodNullable>>; }, z.core.$strip>>; quantity: z.ZodOptional; totalDiscount: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; descriptionLines: z.ZodOptional; translated: z.ZodNullable>; }, z.core.$strip>>; }, z.core.$strip>, z.ZodXor; colorInfo: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ colorInfo: z.ZodOptional; plainText: z.ZodObject<{ original: z.ZodOptional; translated: z.ZodNullable>; }, z.core.$strip>; }, z.core.$strip>, z.ZodObject<{ plainText: z.ZodOptional; colorInfo: z.ZodObject<{ original: z.ZodOptional; translated: z.ZodNullable>; code: z.ZodNullable>; }, z.core.$strip>; }, z.core.$strip>]>>>>; image: z.ZodOptional; physicalProperties: z.ZodOptional>; sku: z.ZodNullable>; shippable: z.ZodOptional; }, z.core.$strip>>; itemType: z.ZodOptional, z.ZodXor; custom: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ custom: z.ZodOptional; preset: z.ZodEnum<{ UNRECOGNISED: "UNRECOGNISED"; PHYSICAL: "PHYSICAL"; DIGITAL: "DIGITAL"; GIFT_CARD: "GIFT_CARD"; SERVICE: "SERVICE"; }>; }, z.core.$strip>, z.ZodObject<{ preset: z.ZodOptional; custom: z.ZodString; }, z.core.$strip>]>>>; fulfillerId: z.ZodNullable>; refundQuantity: z.ZodNullable>; restockQuantity: z.ZodNullable>; price: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; priceBeforeDiscounts: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; totalPriceBeforeTax: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; totalPriceAfterTax: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; paymentOption: z.ZodOptional>; taxDetails: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; taxRate: z.ZodOptional; totalTax: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; taxInfo: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; taxableAmount: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; taxRate: z.ZodNullable>; taxGroupId: z.ZodNullable>; taxIncludedInPrice: z.ZodOptional; taxBreakdown: z.ZodOptional>; rate: z.ZodNullable>; taxAmount: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; taxType: z.ZodNullable>; taxName: z.ZodNullable>; jurisdictionType: z.ZodOptional>; nonTaxableAmount: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; taxableAmount: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>>; }, z.core.$strip>>; digitalFile: z.ZodOptional; link: z.ZodNullable>; expirationDate: z.ZodNullable>; }, z.core.$strip>>; subscriptionInfo: z.ZodOptional>; cycleNumber: z.ZodOptional; subscriptionOptionTitle: z.ZodOptional; subscriptionOptionDescription: z.ZodNullable>; subscriptionSettings: z.ZodOptional>; interval: z.ZodNullable>; autoRenewal: z.ZodOptional; billingCycles: z.ZodNullable>; enableCustomerCancellation: z.ZodOptional; freeTrialPeriod: z.ZodOptional>; interval: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; chargesDescription: z.ZodNullable>; }, z.core.$strip>>; priceDescription: z.ZodOptional; translated: z.ZodNullable>; }, z.core.$strip>>; depositAmount: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; locations: z.ZodOptional; appId: z.ZodNullable>; quantity: z.ZodOptional; name: z.ZodNullable>; }, z.core.$strip>>>; lineItemPrice: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; taxableAddress: z.ZodOptional, z.ZodXor; }, z.core.$strip>, z.ZodObject<{ addressType: z.ZodEnum<{ BUSINESS: "BUSINESS"; BILLING: "BILLING"; SHIPPING: "SHIPPING"; }>; }, z.core.$strip>]>>>; priceUndetermined: z.ZodOptional; extendedFields: z.ZodOptional>>; }, z.core.$strip>>; modifierGroups: z.ZodOptional; name: z.ZodOptional; translated: z.ZodNullable>; }, z.core.$strip>>; modifiers: z.ZodOptional; quantity: z.ZodNullable>; label: z.ZodOptional; translated: z.ZodNullable>; }, z.core.$strip>>; details: z.ZodOptional; translated: z.ZodNullable>; }, z.core.$strip>>; price: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>>; }, z.core.$strip>>>; }, z.core.$strip>>>; buyerInfo: z.ZodOptional>; email: z.ZodNullable>; }, z.core.$strip>, z.ZodXor; memberId: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ memberId: z.ZodOptional; visitorId: z.ZodString; }, z.core.$strip>, z.ZodObject<{ visitorId: z.ZodOptional; memberId: z.ZodString; }, z.core.$strip>]>>>; paymentStatus: z.ZodOptional>; fulfillmentStatus: z.ZodOptional>; buyerLanguage: z.ZodNullable>; weightUnit: z.ZodOptional>; currency: z.ZodNullable>; currencyConversionDetails: z.ZodOptional>; conversionRate: z.ZodNullable>; }, z.core.$strip>>; taxIncludedInPrices: z.ZodOptional; siteLanguage: z.ZodNullable>; priceSummary: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; shipping: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; tax: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; discount: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; total: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; totalAdditionalFees: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; billingInfo: z.ZodOptional; number: z.ZodOptional; }, z.core.$strip>>; city: z.ZodNullable>; subdivision: z.ZodNullable>; country: z.ZodNullable>; postalCode: z.ZodNullable>; addressLine2: z.ZodNullable>; }, z.core.$strip>>; contactDetails: z.ZodOptional>; lastName: z.ZodNullable>; phone: z.ZodNullable>; company: z.ZodNullable>; vatId: z.ZodOptional; type: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; shippingInfo: z.ZodOptional>; code: z.ZodNullable>; title: z.ZodOptional; logistics: z.ZodOptional>; instructions: z.ZodNullable>; deliverByDate: z.ZodNullable>; deliveryTimeSlot: z.ZodOptional>; to: z.ZodNullable>; }, z.core.$strip>>; }, z.core.$strip>, z.ZodXor; pickupDetails: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ pickupDetails: z.ZodOptional; shippingDestination: z.ZodObject<{ address: z.ZodOptional; number: z.ZodOptional; }, z.core.$strip>>; city: z.ZodNullable>; subdivision: z.ZodNullable>; country: z.ZodNullable>; postalCode: z.ZodNullable>; addressLine2: z.ZodNullable>; }, z.core.$strip>>; contactDetails: z.ZodOptional>; lastName: z.ZodNullable>; phone: z.ZodNullable>; company: z.ZodNullable>; vatId: z.ZodOptional; type: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>; }, z.core.$strip>, z.ZodObject<{ shippingDestination: z.ZodOptional; pickupDetails: z.ZodObject<{ address: z.ZodOptional; number: z.ZodOptional; }, z.core.$strip>>; city: z.ZodNullable>; subdivision: z.ZodNullable>; country: z.ZodNullable>; postalCode: z.ZodNullable>; addressLine2: z.ZodNullable>; }, z.core.$strip>>; pickupMethod: z.ZodOptional>; }, z.core.$strip>; }, z.core.$strip>]>>>; cost: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; totalPriceBeforeTax: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; totalPriceAfterTax: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; taxDetails: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; taxRate: z.ZodOptional; totalTax: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; taxInfo: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; taxableAmount: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; taxRate: z.ZodNullable>; taxGroupId: z.ZodNullable>; taxIncludedInPrice: z.ZodOptional; taxBreakdown: z.ZodOptional>; rate: z.ZodNullable>; taxAmount: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; taxType: z.ZodNullable>; taxName: z.ZodNullable>; jurisdictionType: z.ZodOptional>; nonTaxableAmount: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; taxableAmount: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>>; }, z.core.$strip>>; discount: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; region: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>>; buyerNote: z.ZodNullable>; status: z.ZodOptional>; archived: z.ZodNullable>; taxSummary: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; taxInfo: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; taxBreakdown: z.ZodOptional; taxType: z.ZodOptional; jurisdiction: z.ZodOptional; jurisdictionType: z.ZodOptional>; rate: z.ZodOptional; aggregatedTaxAmount: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>>; taxExempt: z.ZodNullable>; }, z.core.$strip>>; appliedDiscounts: z.ZodOptional>; lineItemIds: z.ZodOptional>; _id: z.ZodNullable>; lineItemDiscounts: z.ZodOptional; totalDiscount: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>>; }, z.core.$strip>, z.ZodXor; merchantDiscount: z.ZodOptional; discountRule: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ merchantDiscount: z.ZodOptional; discountRule: z.ZodOptional; coupon: z.ZodObject<{ _id: z.ZodOptional; code: z.ZodOptional; name: z.ZodOptional; amount: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; }, z.core.$strip>, z.ZodObject<{ coupon: z.ZodOptional; discountRule: z.ZodOptional; merchantDiscount: z.ZodIntersection; formattedAmount: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>, z.ZodXor; description: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ description: z.ZodOptional; discountReason: z.ZodEnum<{ UNSPECIFIED: "UNSPECIFIED"; EXCHANGED_ITEMS: "EXCHANGED_ITEMS"; BILLING_ADJUSTMENT: "BILLING_ADJUSTMENT"; }>; }, z.core.$strip>, z.ZodObject<{ discountReason: z.ZodOptional; description: z.ZodString; }, z.core.$strip>]>>; }, z.core.$strip>, z.ZodObject<{ coupon: z.ZodOptional; merchantDiscount: z.ZodOptional; discountRule: z.ZodObject<{ _id: z.ZodOptional; name: z.ZodOptional; translated: z.ZodNullable>; }, z.core.$strip>>; amount: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; }, z.core.$strip>]>>>>; activities: z.ZodOptional>; authorEmail: z.ZodNullable>; _createdDate: z.ZodNullable>; type: z.ZodOptional>; activityType: z.ZodOptional>; }, z.core.$strip>, z.ZodXor; orderRefunded: z.ZodOptional; draftOrderChangesApplied: z.ZodOptional; savedPaymentMethod: z.ZodOptional; authorizedPaymentCreated: z.ZodOptional; authorizedPaymentCaptured: z.ZodOptional; authorizedPaymentVoided: z.ZodOptional; refundInitiated: z.ZodOptional; paymentRefunded: z.ZodOptional; paymentRefundFailed: z.ZodOptional; refundedAsStoreCredit: z.ZodOptional; paymentPending: z.ZodOptional; paymentCanceled: z.ZodOptional; paymentDeclined: z.ZodOptional; receiptCreated: z.ZodOptional; receiptSent: z.ZodOptional; chargebackCreated: z.ZodOptional; chargebackReversed: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ orderRefunded: z.ZodOptional; draftOrderChangesApplied: z.ZodOptional; savedPaymentMethod: z.ZodOptional; authorizedPaymentCreated: z.ZodOptional; authorizedPaymentCaptured: z.ZodOptional; authorizedPaymentVoided: z.ZodOptional; refundInitiated: z.ZodOptional; paymentRefunded: z.ZodOptional; paymentRefundFailed: z.ZodOptional; refundedAsStoreCredit: z.ZodOptional; paymentPending: z.ZodOptional; paymentCanceled: z.ZodOptional; paymentDeclined: z.ZodOptional; receiptCreated: z.ZodOptional; receiptSent: z.ZodOptional; chargebackCreated: z.ZodOptional; chargebackReversed: z.ZodOptional; merchantComment: z.ZodObject<{ message: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>, z.ZodObject<{ merchantComment: z.ZodOptional; draftOrderChangesApplied: z.ZodOptional; savedPaymentMethod: z.ZodOptional; authorizedPaymentCreated: z.ZodOptional; authorizedPaymentCaptured: z.ZodOptional; authorizedPaymentVoided: z.ZodOptional; refundInitiated: z.ZodOptional; paymentRefunded: z.ZodOptional; paymentRefundFailed: z.ZodOptional; refundedAsStoreCredit: z.ZodOptional; paymentPending: z.ZodOptional; paymentCanceled: z.ZodOptional; paymentDeclined: z.ZodOptional; receiptCreated: z.ZodOptional; receiptSent: z.ZodOptional; chargebackCreated: z.ZodOptional; chargebackReversed: z.ZodOptional; orderRefunded: z.ZodObject<{ manual: z.ZodOptional; amount: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; reason: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>, z.ZodObject<{ merchantComment: z.ZodOptional; orderRefunded: z.ZodOptional; savedPaymentMethod: z.ZodOptional; authorizedPaymentCreated: z.ZodOptional; authorizedPaymentCaptured: z.ZodOptional; authorizedPaymentVoided: z.ZodOptional; refundInitiated: z.ZodOptional; paymentRefunded: z.ZodOptional; paymentRefundFailed: z.ZodOptional; refundedAsStoreCredit: z.ZodOptional; paymentPending: z.ZodOptional; paymentCanceled: z.ZodOptional; paymentDeclined: z.ZodOptional; receiptCreated: z.ZodOptional; receiptSent: z.ZodOptional; chargebackCreated: z.ZodOptional; chargebackReversed: z.ZodOptional; draftOrderChangesApplied: z.ZodObject<{ draftOrderId: z.ZodOptional; reason: z.ZodNullable>; changes: z.ZodOptional, z.ZodXor; lineItemAdded: z.ZodOptional; lineItemRemoved: z.ZodOptional; discountAdded: z.ZodOptional; discountRemoved: z.ZodOptional; additionalFeeAdded: z.ZodOptional; additionalFeeRemoved: z.ZodOptional; totalPriceChanged: z.ZodOptional; shippingInformationChanged: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ lineItemAdded: z.ZodOptional; lineItemRemoved: z.ZodOptional; discountAdded: z.ZodOptional; discountRemoved: z.ZodOptional; additionalFeeAdded: z.ZodOptional; additionalFeeRemoved: z.ZodOptional; totalPriceChanged: z.ZodOptional; shippingInformationChanged: z.ZodOptional; lineItemChanged: z.ZodObject<{ _id: z.ZodOptional; name: z.ZodOptional; translated: z.ZodNullable>; }, z.core.$strip>>; quantity: z.ZodOptional; newQuantity: z.ZodOptional; diff: z.ZodOptional; deltaType: z.ZodOptional>; }, z.core.$strip>>; price: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; newPrice: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>; }, z.core.$strip>, z.ZodObject<{ lineItemChanged: z.ZodOptional; lineItemRemoved: z.ZodOptional; discountAdded: z.ZodOptional; discountRemoved: z.ZodOptional; additionalFeeAdded: z.ZodOptional; additionalFeeRemoved: z.ZodOptional; totalPriceChanged: z.ZodOptional; shippingInformationChanged: z.ZodOptional; lineItemAdded: z.ZodObject<{ _id: z.ZodOptional; name: z.ZodOptional; translated: z.ZodNullable>; }, z.core.$strip>>; quantity: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>, z.ZodObject<{ lineItemChanged: z.ZodOptional; lineItemAdded: z.ZodOptional; discountAdded: z.ZodOptional; discountRemoved: z.ZodOptional; additionalFeeAdded: z.ZodOptional; additionalFeeRemoved: z.ZodOptional; totalPriceChanged: z.ZodOptional; shippingInformationChanged: z.ZodOptional; lineItemRemoved: z.ZodObject<{ _id: z.ZodOptional; name: z.ZodOptional; translated: z.ZodNullable>; }, z.core.$strip>>; quantity: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>, z.ZodObject<{ lineItemChanged: z.ZodOptional; lineItemAdded: z.ZodOptional; lineItemRemoved: z.ZodOptional; discountRemoved: z.ZodOptional; additionalFeeAdded: z.ZodOptional; additionalFeeRemoved: z.ZodOptional; totalPriceChanged: z.ZodOptional; shippingInformationChanged: z.ZodOptional; discountAdded: z.ZodObject<{ _id: z.ZodOptional; name: z.ZodOptional; translated: z.ZodNullable>; }, z.core.$strip>>; affectedLineItems: z.ZodOptional; name: z.ZodOptional; translated: z.ZodNullable>; }, z.core.$strip>>; amount: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>>; totalAmount: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; }, z.core.$strip>, z.ZodObject<{ lineItemChanged: z.ZodOptional; lineItemAdded: z.ZodOptional; lineItemRemoved: z.ZodOptional; discountAdded: z.ZodOptional; additionalFeeAdded: z.ZodOptional; additionalFeeRemoved: z.ZodOptional; totalPriceChanged: z.ZodOptional; shippingInformationChanged: z.ZodOptional; discountRemoved: z.ZodObject<{ _id: z.ZodOptional; name: z.ZodOptional; translated: z.ZodNullable>; }, z.core.$strip>>; affectedLineItems: z.ZodOptional; name: z.ZodOptional; translated: z.ZodNullable>; }, z.core.$strip>>; amount: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>>; totalAmount: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; }, z.core.$strip>, z.ZodObject<{ lineItemChanged: z.ZodOptional; lineItemAdded: z.ZodOptional; lineItemRemoved: z.ZodOptional; discountAdded: z.ZodOptional; discountRemoved: z.ZodOptional; additionalFeeRemoved: z.ZodOptional; totalPriceChanged: z.ZodOptional; shippingInformationChanged: z.ZodOptional; additionalFeeAdded: z.ZodObject<{ _id: z.ZodOptional; name: z.ZodOptional; translated: z.ZodNullable>; }, z.core.$strip>>; affectedLineItems: z.ZodOptional; name: z.ZodOptional; translated: z.ZodNullable>; }, z.core.$strip>>; amount: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>>; totalAmount: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; }, z.core.$strip>, z.ZodObject<{ lineItemChanged: z.ZodOptional; lineItemAdded: z.ZodOptional; lineItemRemoved: z.ZodOptional; discountAdded: z.ZodOptional; discountRemoved: z.ZodOptional; additionalFeeAdded: z.ZodOptional; totalPriceChanged: z.ZodOptional; shippingInformationChanged: z.ZodOptional; additionalFeeRemoved: z.ZodObject<{ _id: z.ZodOptional; name: z.ZodOptional; translated: z.ZodNullable>; }, z.core.$strip>>; affectedLineItems: z.ZodOptional; name: z.ZodOptional; translated: z.ZodNullable>; }, z.core.$strip>>; amount: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>>; totalAmount: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; }, z.core.$strip>, z.ZodObject<{ lineItemChanged: z.ZodOptional; lineItemAdded: z.ZodOptional; lineItemRemoved: z.ZodOptional; discountAdded: z.ZodOptional; discountRemoved: z.ZodOptional; additionalFeeAdded: z.ZodOptional; additionalFeeRemoved: z.ZodOptional; shippingInformationChanged: z.ZodOptional; totalPriceChanged: z.ZodObject<{ originalTotal: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; newTotal: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; }, z.core.$strip>, z.ZodObject<{ lineItemChanged: z.ZodOptional; lineItemAdded: z.ZodOptional; lineItemRemoved: z.ZodOptional; discountAdded: z.ZodOptional; discountRemoved: z.ZodOptional; additionalFeeAdded: z.ZodOptional; additionalFeeRemoved: z.ZodOptional; totalPriceChanged: z.ZodOptional; shippingInformationChanged: z.ZodObject<{ originalShippingInfo: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; shippingTitle: z.ZodOptional; }, z.core.$strip>>; newShippingInfo: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; shippingTitle: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; }, z.core.$strip>]>>>>; }, z.core.$strip>; }, z.core.$strip>, z.ZodObject<{ merchantComment: z.ZodOptional; orderRefunded: z.ZodOptional; draftOrderChangesApplied: z.ZodOptional; authorizedPaymentCreated: z.ZodOptional; authorizedPaymentCaptured: z.ZodOptional; authorizedPaymentVoided: z.ZodOptional; refundInitiated: z.ZodOptional; paymentRefunded: z.ZodOptional; paymentRefundFailed: z.ZodOptional; refundedAsStoreCredit: z.ZodOptional; paymentPending: z.ZodOptional; paymentCanceled: z.ZodOptional; paymentDeclined: z.ZodOptional; receiptCreated: z.ZodOptional; receiptSent: z.ZodOptional; chargebackCreated: z.ZodOptional; chargebackReversed: z.ZodOptional; savedPaymentMethod: z.ZodObject<{ name: z.ZodOptional; description: z.ZodNullable>; }, z.core.$strip>; }, z.core.$strip>, z.ZodObject<{ merchantComment: z.ZodOptional; orderRefunded: z.ZodOptional; draftOrderChangesApplied: z.ZodOptional; savedPaymentMethod: z.ZodOptional; authorizedPaymentCaptured: z.ZodOptional; authorizedPaymentVoided: z.ZodOptional; refundInitiated: z.ZodOptional; paymentRefunded: z.ZodOptional; paymentRefundFailed: z.ZodOptional; refundedAsStoreCredit: z.ZodOptional; paymentPending: z.ZodOptional; paymentCanceled: z.ZodOptional; paymentDeclined: z.ZodOptional; receiptCreated: z.ZodOptional; receiptSent: z.ZodOptional; chargebackCreated: z.ZodOptional; chargebackReversed: z.ZodOptional; authorizedPaymentCreated: z.ZodObject<{ paymentId: z.ZodOptional; amount: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; lastFourDigits: z.ZodNullable>; brand: z.ZodNullable>; }, z.core.$strip>; }, z.core.$strip>, z.ZodObject<{ merchantComment: z.ZodOptional; orderRefunded: z.ZodOptional; draftOrderChangesApplied: z.ZodOptional; savedPaymentMethod: z.ZodOptional; authorizedPaymentCreated: z.ZodOptional; authorizedPaymentVoided: z.ZodOptional; refundInitiated: z.ZodOptional; paymentRefunded: z.ZodOptional; paymentRefundFailed: z.ZodOptional; refundedAsStoreCredit: z.ZodOptional; paymentPending: z.ZodOptional; paymentCanceled: z.ZodOptional; paymentDeclined: z.ZodOptional; receiptCreated: z.ZodOptional; receiptSent: z.ZodOptional; chargebackCreated: z.ZodOptional; chargebackReversed: z.ZodOptional; authorizedPaymentCaptured: z.ZodObject<{ paymentId: z.ZodOptional; amount: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; lastFourDigits: z.ZodNullable>; brand: z.ZodNullable>; }, z.core.$strip>; }, z.core.$strip>, z.ZodObject<{ merchantComment: z.ZodOptional; orderRefunded: z.ZodOptional; draftOrderChangesApplied: z.ZodOptional; savedPaymentMethod: z.ZodOptional; authorizedPaymentCreated: z.ZodOptional; authorizedPaymentCaptured: z.ZodOptional; refundInitiated: z.ZodOptional; paymentRefunded: z.ZodOptional; paymentRefundFailed: z.ZodOptional; refundedAsStoreCredit: z.ZodOptional; paymentPending: z.ZodOptional; paymentCanceled: z.ZodOptional; paymentDeclined: z.ZodOptional; receiptCreated: z.ZodOptional; receiptSent: z.ZodOptional; chargebackCreated: z.ZodOptional; chargebackReversed: z.ZodOptional; authorizedPaymentVoided: z.ZodObject<{ paymentId: z.ZodOptional; amount: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; lastFourDigits: z.ZodNullable>; brand: z.ZodNullable>; }, z.core.$strip>; }, z.core.$strip>, z.ZodObject<{ merchantComment: z.ZodOptional; orderRefunded: z.ZodOptional; draftOrderChangesApplied: z.ZodOptional; savedPaymentMethod: z.ZodOptional; authorizedPaymentCreated: z.ZodOptional; authorizedPaymentCaptured: z.ZodOptional; authorizedPaymentVoided: z.ZodOptional; paymentRefunded: z.ZodOptional; paymentRefundFailed: z.ZodOptional; refundedAsStoreCredit: z.ZodOptional; paymentPending: z.ZodOptional; paymentCanceled: z.ZodOptional; paymentDeclined: z.ZodOptional; receiptCreated: z.ZodOptional; receiptSent: z.ZodOptional; chargebackCreated: z.ZodOptional; chargebackReversed: z.ZodOptional; refundInitiated: z.ZodObject<{ refundId: z.ZodOptional; amount: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; payments: z.ZodOptional; externalRefund: z.ZodOptional; }, z.core.$strip>, z.ZodXor; giftCard: z.ZodOptional; membership: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ giftCard: z.ZodOptional; membership: z.ZodOptional; regular: z.ZodObject<{ amount: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; lastFourDigits: z.ZodNullable>; brand: z.ZodNullable>; }, z.core.$strip>; }, z.core.$strip>, z.ZodObject<{ regular: z.ZodOptional; membership: z.ZodOptional; giftCard: z.ZodObject<{ giftCardPaymentId: z.ZodNullable>; amount: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; }, z.core.$strip>, z.ZodObject<{ regular: z.ZodOptional; giftCard: z.ZodOptional; membership: z.ZodObject<{ membershipId: z.ZodNullable>; }, z.core.$strip>; }, z.core.$strip>]>>>>; reason: z.ZodNullable>; }, z.core.$strip>; }, z.core.$strip>, z.ZodObject<{ merchantComment: z.ZodOptional; orderRefunded: z.ZodOptional; draftOrderChangesApplied: z.ZodOptional; savedPaymentMethod: z.ZodOptional; authorizedPaymentCreated: z.ZodOptional; authorizedPaymentCaptured: z.ZodOptional; authorizedPaymentVoided: z.ZodOptional; refundInitiated: z.ZodOptional; paymentRefundFailed: z.ZodOptional; refundedAsStoreCredit: z.ZodOptional; paymentPending: z.ZodOptional; paymentCanceled: z.ZodOptional; paymentDeclined: z.ZodOptional; receiptCreated: z.ZodOptional; receiptSent: z.ZodOptional; chargebackCreated: z.ZodOptional; chargebackReversed: z.ZodOptional; paymentRefunded: z.ZodObject<{ refundId: z.ZodOptional; payment: z.ZodOptional; externalRefund: z.ZodOptional; }, z.core.$strip>, z.ZodXor; giftCard: z.ZodOptional; membership: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ giftCard: z.ZodOptional; membership: z.ZodOptional; regular: z.ZodObject<{ amount: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; lastFourDigits: z.ZodNullable>; brand: z.ZodNullable>; }, z.core.$strip>; }, z.core.$strip>, z.ZodObject<{ regular: z.ZodOptional; membership: z.ZodOptional; giftCard: z.ZodObject<{ giftCardPaymentId: z.ZodNullable>; amount: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; }, z.core.$strip>, z.ZodObject<{ regular: z.ZodOptional; giftCard: z.ZodOptional; membership: z.ZodObject<{ membershipId: z.ZodNullable>; }, z.core.$strip>; }, z.core.$strip>]>>>; }, z.core.$strip>; }, z.core.$strip>, z.ZodObject<{ merchantComment: z.ZodOptional; orderRefunded: z.ZodOptional; draftOrderChangesApplied: z.ZodOptional; savedPaymentMethod: z.ZodOptional; authorizedPaymentCreated: z.ZodOptional; authorizedPaymentCaptured: z.ZodOptional; authorizedPaymentVoided: z.ZodOptional; refundInitiated: z.ZodOptional; paymentRefunded: z.ZodOptional; refundedAsStoreCredit: z.ZodOptional; paymentPending: z.ZodOptional; paymentCanceled: z.ZodOptional; paymentDeclined: z.ZodOptional; receiptCreated: z.ZodOptional; receiptSent: z.ZodOptional; chargebackCreated: z.ZodOptional; chargebackReversed: z.ZodOptional; paymentRefundFailed: z.ZodObject<{ refundId: z.ZodOptional; payment: z.ZodOptional; externalRefund: z.ZodOptional; }, z.core.$strip>, z.ZodXor; giftCard: z.ZodOptional; membership: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ giftCard: z.ZodOptional; membership: z.ZodOptional; regular: z.ZodObject<{ amount: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; lastFourDigits: z.ZodNullable>; brand: z.ZodNullable>; }, z.core.$strip>; }, z.core.$strip>, z.ZodObject<{ regular: z.ZodOptional; membership: z.ZodOptional; giftCard: z.ZodObject<{ giftCardPaymentId: z.ZodNullable>; amount: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; }, z.core.$strip>, z.ZodObject<{ regular: z.ZodOptional; giftCard: z.ZodOptional; membership: z.ZodObject<{ membershipId: z.ZodNullable>; }, z.core.$strip>; }, z.core.$strip>]>>>; }, z.core.$strip>; }, z.core.$strip>, z.ZodObject<{ merchantComment: z.ZodOptional; orderRefunded: z.ZodOptional; draftOrderChangesApplied: z.ZodOptional; savedPaymentMethod: z.ZodOptional; authorizedPaymentCreated: z.ZodOptional; authorizedPaymentCaptured: z.ZodOptional; authorizedPaymentVoided: z.ZodOptional; refundInitiated: z.ZodOptional; paymentRefunded: z.ZodOptional; paymentRefundFailed: z.ZodOptional; paymentPending: z.ZodOptional; paymentCanceled: z.ZodOptional; paymentDeclined: z.ZodOptional; receiptCreated: z.ZodOptional; receiptSent: z.ZodOptional; chargebackCreated: z.ZodOptional; chargebackReversed: z.ZodOptional; refundedAsStoreCredit: z.ZodObject<{ amount: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; reason: z.ZodNullable>; }, z.core.$strip>; }, z.core.$strip>, z.ZodObject<{ merchantComment: z.ZodOptional; orderRefunded: z.ZodOptional; draftOrderChangesApplied: z.ZodOptional; savedPaymentMethod: z.ZodOptional; authorizedPaymentCreated: z.ZodOptional; authorizedPaymentCaptured: z.ZodOptional; authorizedPaymentVoided: z.ZodOptional; refundInitiated: z.ZodOptional; paymentRefunded: z.ZodOptional; paymentRefundFailed: z.ZodOptional; refundedAsStoreCredit: z.ZodOptional; paymentCanceled: z.ZodOptional; paymentDeclined: z.ZodOptional; receiptCreated: z.ZodOptional; receiptSent: z.ZodOptional; chargebackCreated: z.ZodOptional; chargebackReversed: z.ZodOptional; paymentPending: z.ZodIntersection; }, z.core.$strip>, z.ZodXor; }, z.core.$strip>, z.ZodObject<{ regular: z.ZodIntersection; formattedAmount: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>, z.ZodXor; }, z.core.$strip>, z.ZodObject<{ creditCardDetails: z.ZodObject<{ lastFourDigits: z.ZodNullable>; brand: z.ZodNullable>; }, z.core.$strip>; }, z.core.$strip>]>>; }, z.core.$strip>]>>; }, z.core.$strip>, z.ZodObject<{ merchantComment: z.ZodOptional; orderRefunded: z.ZodOptional; draftOrderChangesApplied: z.ZodOptional; savedPaymentMethod: z.ZodOptional; authorizedPaymentCreated: z.ZodOptional; authorizedPaymentCaptured: z.ZodOptional; authorizedPaymentVoided: z.ZodOptional; refundInitiated: z.ZodOptional; paymentRefunded: z.ZodOptional; paymentRefundFailed: z.ZodOptional; refundedAsStoreCredit: z.ZodOptional; paymentPending: z.ZodOptional; paymentDeclined: z.ZodOptional; receiptCreated: z.ZodOptional; receiptSent: z.ZodOptional; chargebackCreated: z.ZodOptional; chargebackReversed: z.ZodOptional; paymentCanceled: z.ZodIntersection; }, z.core.$strip>, z.ZodXor; }, z.core.$strip>, z.ZodObject<{ regular: z.ZodIntersection; formattedAmount: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>, z.ZodXor; }, z.core.$strip>, z.ZodObject<{ creditCardDetails: z.ZodObject<{ lastFourDigits: z.ZodNullable>; brand: z.ZodNullable>; }, z.core.$strip>; }, z.core.$strip>]>>; }, z.core.$strip>]>>; }, z.core.$strip>, z.ZodObject<{ merchantComment: z.ZodOptional; orderRefunded: z.ZodOptional; draftOrderChangesApplied: z.ZodOptional; savedPaymentMethod: z.ZodOptional; authorizedPaymentCreated: z.ZodOptional; authorizedPaymentCaptured: z.ZodOptional; authorizedPaymentVoided: z.ZodOptional; refundInitiated: z.ZodOptional; paymentRefunded: z.ZodOptional; paymentRefundFailed: z.ZodOptional; refundedAsStoreCredit: z.ZodOptional; paymentPending: z.ZodOptional; paymentCanceled: z.ZodOptional; receiptCreated: z.ZodOptional; receiptSent: z.ZodOptional; chargebackCreated: z.ZodOptional; chargebackReversed: z.ZodOptional; paymentDeclined: z.ZodIntersection; }, z.core.$strip>, z.ZodXor; }, z.core.$strip>, z.ZodObject<{ regular: z.ZodIntersection; formattedAmount: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>, z.ZodXor; }, z.core.$strip>, z.ZodObject<{ creditCardDetails: z.ZodObject<{ lastFourDigits: z.ZodNullable>; brand: z.ZodNullable>; }, z.core.$strip>; }, z.core.$strip>]>>; }, z.core.$strip>]>>; }, z.core.$strip>, z.ZodObject<{ merchantComment: z.ZodOptional; orderRefunded: z.ZodOptional; draftOrderChangesApplied: z.ZodOptional; savedPaymentMethod: z.ZodOptional; authorizedPaymentCreated: z.ZodOptional; authorizedPaymentCaptured: z.ZodOptional; authorizedPaymentVoided: z.ZodOptional; refundInitiated: z.ZodOptional; paymentRefunded: z.ZodOptional; paymentRefundFailed: z.ZodOptional; refundedAsStoreCredit: z.ZodOptional; paymentPending: z.ZodOptional; paymentCanceled: z.ZodOptional; paymentDeclined: z.ZodOptional; receiptSent: z.ZodOptional; chargebackCreated: z.ZodOptional; chargebackReversed: z.ZodOptional; receiptCreated: z.ZodIntersection; }, z.core.$strip>, z.ZodXor; externalReceipt: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ externalReceipt: z.ZodOptional; wixReceipt: z.ZodObject<{ receiptId: z.ZodOptional; displayNumber: z.ZodNullable>; }, z.core.$strip>; }, z.core.$strip>, z.ZodObject<{ wixReceipt: z.ZodOptional; externalReceipt: z.ZodObject<{ receiptId: z.ZodNullable>; displayNumber: z.ZodNullable>; }, z.core.$strip>; }, z.core.$strip>]>>; }, z.core.$strip>, z.ZodObject<{ merchantComment: z.ZodOptional; orderRefunded: z.ZodOptional; draftOrderChangesApplied: z.ZodOptional; savedPaymentMethod: z.ZodOptional; authorizedPaymentCreated: z.ZodOptional; authorizedPaymentCaptured: z.ZodOptional; authorizedPaymentVoided: z.ZodOptional; refundInitiated: z.ZodOptional; paymentRefunded: z.ZodOptional; paymentRefundFailed: z.ZodOptional; refundedAsStoreCredit: z.ZodOptional; paymentPending: z.ZodOptional; paymentCanceled: z.ZodOptional; paymentDeclined: z.ZodOptional; receiptCreated: z.ZodOptional; chargebackCreated: z.ZodOptional; chargebackReversed: z.ZodOptional; receiptSent: z.ZodIntersection; }, z.core.$strip>, z.ZodXor; externalReceipt: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ externalReceipt: z.ZodOptional; wixReceipt: z.ZodObject<{ receiptId: z.ZodOptional; displayNumber: z.ZodNullable>; }, z.core.$strip>; }, z.core.$strip>, z.ZodObject<{ wixReceipt: z.ZodOptional; externalReceipt: z.ZodObject<{ receiptId: z.ZodNullable>; displayNumber: z.ZodNullable>; }, z.core.$strip>; }, z.core.$strip>]>>; }, z.core.$strip>, z.ZodObject<{ merchantComment: z.ZodOptional; orderRefunded: z.ZodOptional; draftOrderChangesApplied: z.ZodOptional; savedPaymentMethod: z.ZodOptional; authorizedPaymentCreated: z.ZodOptional; authorizedPaymentCaptured: z.ZodOptional; authorizedPaymentVoided: z.ZodOptional; refundInitiated: z.ZodOptional; paymentRefunded: z.ZodOptional; paymentRefundFailed: z.ZodOptional; refundedAsStoreCredit: z.ZodOptional; paymentPending: z.ZodOptional; paymentCanceled: z.ZodOptional; paymentDeclined: z.ZodOptional; receiptCreated: z.ZodOptional; receiptSent: z.ZodOptional; chargebackReversed: z.ZodOptional; chargebackCreated: z.ZodObject<{ paymentId: z.ZodOptional; chargebackId: z.ZodOptional; amount: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; paymentDetails: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>, z.ZodXor; }, z.core.$strip>, z.ZodObject<{ creditCardDetails: z.ZodObject<{ lastFourDigits: z.ZodNullable>; brand: z.ZodNullable>; }, z.core.$strip>; }, z.core.$strip>]>>>; }, z.core.$strip>; }, z.core.$strip>, z.ZodObject<{ merchantComment: z.ZodOptional; orderRefunded: z.ZodOptional; draftOrderChangesApplied: z.ZodOptional; savedPaymentMethod: z.ZodOptional; authorizedPaymentCreated: z.ZodOptional; authorizedPaymentCaptured: z.ZodOptional; authorizedPaymentVoided: z.ZodOptional; refundInitiated: z.ZodOptional; paymentRefunded: z.ZodOptional; paymentRefundFailed: z.ZodOptional; refundedAsStoreCredit: z.ZodOptional; paymentPending: z.ZodOptional; paymentCanceled: z.ZodOptional; paymentDeclined: z.ZodOptional; receiptCreated: z.ZodOptional; receiptSent: z.ZodOptional; chargebackCreated: z.ZodOptional; chargebackReversed: z.ZodObject<{ paymentId: z.ZodOptional; chargebackId: z.ZodOptional; amount: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; reversalAmount: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; paymentDetails: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>, z.ZodXor; }, z.core.$strip>, z.ZodObject<{ creditCardDetails: z.ZodObject<{ lastFourDigits: z.ZodNullable>; brand: z.ZodNullable>; }, z.core.$strip>; }, z.core.$strip>]>>>; }, z.core.$strip>; }, z.core.$strip>]>>>>; attributionSource: z.ZodOptional>; createdBy: z.ZodOptional, z.ZodXor; memberId: z.ZodOptional; visitorId: z.ZodOptional; appId: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ memberId: z.ZodOptional; visitorId: z.ZodOptional; appId: z.ZodOptional; userId: z.ZodString; }, z.core.$strip>, z.ZodObject<{ userId: z.ZodOptional; visitorId: z.ZodOptional; appId: z.ZodOptional; memberId: z.ZodString; }, z.core.$strip>, z.ZodObject<{ userId: z.ZodOptional; memberId: z.ZodOptional; appId: z.ZodOptional; visitorId: z.ZodString; }, z.core.$strip>, z.ZodObject<{ userId: z.ZodOptional; memberId: z.ZodOptional; visitorId: z.ZodOptional; appId: z.ZodString; }, z.core.$strip>]>>>; channelInfo: z.ZodOptional>; externalOrderId: z.ZodNullable>; externalOrderUrl: z.ZodNullable>; }, z.core.$strip>>; seenByAHuman: z.ZodNullable>; checkoutId: z.ZodNullable>; customFields: z.ZodOptional>; title: z.ZodOptional; translatedTitle: z.ZodNullable>; }, z.core.$strip>>>; balanceSummary: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; paid: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; refunded: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; authorized: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; pendingRefund: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; pending: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; chargeback: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; chargebackReversal: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; platformFees: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; totalMinusPlatformFees: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; additionalFees: z.ZodOptional>; name: z.ZodOptional; price: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; taxDetails: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; taxRate: z.ZodOptional; totalTax: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; taxInfo: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; taxableAmount: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; taxRate: z.ZodNullable>; taxGroupId: z.ZodNullable>; taxIncludedInPrice: z.ZodOptional; taxBreakdown: z.ZodOptional>; rate: z.ZodNullable>; taxAmount: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; taxType: z.ZodNullable>; taxName: z.ZodNullable>; jurisdictionType: z.ZodOptional>; nonTaxableAmount: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; taxableAmount: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>>; }, z.core.$strip>>; providerAppId: z.ZodNullable>; priceBeforeTax: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; priceAfterTax: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; _id: z.ZodOptional; lineItemIds: z.ZodOptional>; source: z.ZodOptional>; }, z.core.$strip>>>; extendedFields: z.ZodOptional>>; }, z.core.$strip>>; purchaseFlowId: z.ZodNullable>; recipientInfo: z.ZodOptional; number: z.ZodOptional; }, z.core.$strip>>; city: z.ZodNullable>; subdivision: z.ZodNullable>; country: z.ZodNullable>; postalCode: z.ZodNullable>; addressLine2: z.ZodNullable>; }, z.core.$strip>>; contactDetails: z.ZodOptional>; lastName: z.ZodNullable>; phone: z.ZodNullable>; company: z.ZodNullable>; vatId: z.ZodOptional; type: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; tags: z.ZodOptional>; }, z.core.$strip>>; tags: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>>; purchasedDate: z.ZodNullable>; businessLocation: z.ZodOptional; name: z.ZodOptional; }, z.core.$strip>>; payAfterFreeTrial: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; shipping: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; tax: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; discount: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; total: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; totalAdditionalFees: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; platformFeeSummary: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; totalPassOn: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; totalAbsorbed: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; fees: z.ZodOptional; translated: z.ZodNullable>; }, z.core.$strip>>; amount: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; lineItemId: z.ZodOptional; chargeType: z.ZodOptional>; percentageRate: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>; declare const UpdateOrderRequest: z.ZodObject<{ _id: z.ZodString; order: z.ZodObject<{ _id: z.ZodNullable>; number: z.ZodOptional; _createdDate: z.ZodNullable>; _updatedDate: z.ZodNullable>; lineItems: z.ZodOptional; productName: z.ZodOptional; translated: z.ZodNullable>; }, z.core.$strip>>; catalogReference: z.ZodOptional; appId: z.ZodOptional; options: z.ZodNullable>>; }, z.core.$strip>>; quantity: z.ZodOptional; totalDiscount: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; descriptionLines: z.ZodOptional; translated: z.ZodNullable>; }, z.core.$strip>>; }, z.core.$strip>, z.ZodXor; colorInfo: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ colorInfo: z.ZodOptional; plainText: z.ZodObject<{ original: z.ZodOptional; translated: z.ZodNullable>; }, z.core.$strip>; }, z.core.$strip>, z.ZodObject<{ plainText: z.ZodOptional; colorInfo: z.ZodObject<{ original: z.ZodOptional; translated: z.ZodNullable>; code: z.ZodNullable>; }, z.core.$strip>; }, z.core.$strip>]>>>>; image: z.ZodOptional; physicalProperties: z.ZodOptional>; sku: z.ZodNullable>; shippable: z.ZodOptional; }, z.core.$strip>>; itemType: z.ZodOptional, z.ZodXor; custom: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ custom: z.ZodOptional; preset: z.ZodEnum<{ UNRECOGNISED: "UNRECOGNISED"; PHYSICAL: "PHYSICAL"; DIGITAL: "DIGITAL"; GIFT_CARD: "GIFT_CARD"; SERVICE: "SERVICE"; }>; }, z.core.$strip>, z.ZodObject<{ preset: z.ZodOptional; custom: z.ZodString; }, z.core.$strip>]>>>; fulfillerId: z.ZodNullable>; refundQuantity: z.ZodNullable>; restockQuantity: z.ZodNullable>; price: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; priceBeforeDiscounts: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; totalPriceBeforeTax: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; totalPriceAfterTax: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; paymentOption: z.ZodOptional>; taxDetails: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; taxRate: z.ZodOptional; totalTax: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; taxInfo: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; taxableAmount: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; taxRate: z.ZodNullable>; taxGroupId: z.ZodNullable>; taxIncludedInPrice: z.ZodOptional; taxBreakdown: z.ZodOptional>; rate: z.ZodNullable>; taxAmount: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; taxType: z.ZodNullable>; taxName: z.ZodNullable>; jurisdictionType: z.ZodOptional>; nonTaxableAmount: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; taxableAmount: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>>; }, z.core.$strip>>; digitalFile: z.ZodOptional; link: z.ZodNullable>; expirationDate: z.ZodNullable>; }, z.core.$strip>>; subscriptionInfo: z.ZodOptional>; cycleNumber: z.ZodOptional; subscriptionOptionTitle: z.ZodOptional; subscriptionOptionDescription: z.ZodNullable>; subscriptionSettings: z.ZodOptional>; interval: z.ZodNullable>; autoRenewal: z.ZodOptional; billingCycles: z.ZodNullable>; enableCustomerCancellation: z.ZodOptional; freeTrialPeriod: z.ZodOptional>; interval: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; chargesDescription: z.ZodNullable>; }, z.core.$strip>>; priceDescription: z.ZodOptional; translated: z.ZodNullable>; }, z.core.$strip>>; depositAmount: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; locations: z.ZodOptional; appId: z.ZodNullable>; quantity: z.ZodOptional; name: z.ZodNullable>; }, z.core.$strip>>>; lineItemPrice: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; taxableAddress: z.ZodOptional, z.ZodXor; }, z.core.$strip>, z.ZodObject<{ addressType: z.ZodEnum<{ BUSINESS: "BUSINESS"; BILLING: "BILLING"; SHIPPING: "SHIPPING"; }>; }, z.core.$strip>]>>>; priceUndetermined: z.ZodOptional; extendedFields: z.ZodOptional>>; }, z.core.$strip>>; modifierGroups: z.ZodOptional; name: z.ZodOptional; translated: z.ZodNullable>; }, z.core.$strip>>; modifiers: z.ZodOptional; quantity: z.ZodNullable>; label: z.ZodOptional; translated: z.ZodNullable>; }, z.core.$strip>>; details: z.ZodOptional; translated: z.ZodNullable>; }, z.core.$strip>>; price: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>>; }, z.core.$strip>>>; }, z.core.$strip>>>; buyerInfo: z.ZodOptional>; email: z.ZodNullable>; }, z.core.$strip>, z.ZodXor; memberId: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ memberId: z.ZodOptional; visitorId: z.ZodString; }, z.core.$strip>, z.ZodObject<{ visitorId: z.ZodOptional; memberId: z.ZodString; }, z.core.$strip>]>>>; paymentStatus: z.ZodOptional>; fulfillmentStatus: z.ZodOptional>; buyerLanguage: z.ZodNullable>; weightUnit: z.ZodOptional>; currency: z.ZodNullable>; currencyConversionDetails: z.ZodOptional>; conversionRate: z.ZodNullable>; }, z.core.$strip>>; taxIncludedInPrices: z.ZodOptional; siteLanguage: z.ZodNullable>; priceSummary: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; shipping: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; tax: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; discount: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; total: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; totalAdditionalFees: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; billingInfo: z.ZodOptional; number: z.ZodOptional; }, z.core.$strip>>; city: z.ZodNullable>; subdivision: z.ZodNullable>; country: z.ZodNullable>; postalCode: z.ZodNullable>; addressLine2: z.ZodNullable>; }, z.core.$strip>>; contactDetails: z.ZodOptional>; lastName: z.ZodNullable>; phone: z.ZodNullable>; company: z.ZodNullable>; vatId: z.ZodOptional; type: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; shippingInfo: z.ZodOptional>; code: z.ZodNullable>; title: z.ZodOptional; logistics: z.ZodOptional>; instructions: z.ZodNullable>; deliverByDate: z.ZodNullable>; deliveryTimeSlot: z.ZodOptional>; to: z.ZodNullable>; }, z.core.$strip>>; }, z.core.$strip>, z.ZodXor; pickupDetails: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ pickupDetails: z.ZodOptional; shippingDestination: z.ZodObject<{ address: z.ZodOptional; number: z.ZodOptional; }, z.core.$strip>>; city: z.ZodNullable>; subdivision: z.ZodNullable>; country: z.ZodNullable>; postalCode: z.ZodNullable>; addressLine2: z.ZodNullable>; }, z.core.$strip>>; contactDetails: z.ZodOptional>; lastName: z.ZodNullable>; phone: z.ZodNullable>; company: z.ZodNullable>; vatId: z.ZodOptional; type: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>; }, z.core.$strip>, z.ZodObject<{ shippingDestination: z.ZodOptional; pickupDetails: z.ZodObject<{ address: z.ZodOptional; number: z.ZodOptional; }, z.core.$strip>>; city: z.ZodNullable>; subdivision: z.ZodNullable>; country: z.ZodNullable>; postalCode: z.ZodNullable>; addressLine2: z.ZodNullable>; }, z.core.$strip>>; pickupMethod: z.ZodOptional>; }, z.core.$strip>; }, z.core.$strip>]>>>; cost: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; totalPriceBeforeTax: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; totalPriceAfterTax: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; taxDetails: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; taxRate: z.ZodOptional; totalTax: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; taxInfo: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; taxableAmount: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; taxRate: z.ZodNullable>; taxGroupId: z.ZodNullable>; taxIncludedInPrice: z.ZodOptional; taxBreakdown: z.ZodOptional>; rate: z.ZodNullable>; taxAmount: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; taxType: z.ZodNullable>; taxName: z.ZodNullable>; jurisdictionType: z.ZodOptional>; nonTaxableAmount: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; taxableAmount: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>>; }, z.core.$strip>>; discount: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; region: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>>; buyerNote: z.ZodNullable>; status: z.ZodOptional>; archived: z.ZodNullable>; taxSummary: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; taxInfo: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; taxBreakdown: z.ZodOptional; taxType: z.ZodOptional; jurisdiction: z.ZodOptional; jurisdictionType: z.ZodOptional>; rate: z.ZodOptional; aggregatedTaxAmount: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>>; taxExempt: z.ZodNullable>; }, z.core.$strip>>; appliedDiscounts: z.ZodOptional>; lineItemIds: z.ZodOptional>; _id: z.ZodNullable>; lineItemDiscounts: z.ZodOptional; totalDiscount: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>>; }, z.core.$strip>, z.ZodXor; merchantDiscount: z.ZodOptional; discountRule: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ merchantDiscount: z.ZodOptional; discountRule: z.ZodOptional; coupon: z.ZodObject<{ _id: z.ZodOptional; code: z.ZodOptional; name: z.ZodOptional; amount: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; }, z.core.$strip>, z.ZodObject<{ coupon: z.ZodOptional; discountRule: z.ZodOptional; merchantDiscount: z.ZodIntersection; formattedAmount: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>, z.ZodXor; description: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ description: z.ZodOptional; discountReason: z.ZodEnum<{ UNSPECIFIED: "UNSPECIFIED"; EXCHANGED_ITEMS: "EXCHANGED_ITEMS"; BILLING_ADJUSTMENT: "BILLING_ADJUSTMENT"; }>; }, z.core.$strip>, z.ZodObject<{ discountReason: z.ZodOptional; description: z.ZodString; }, z.core.$strip>]>>; }, z.core.$strip>, z.ZodObject<{ coupon: z.ZodOptional; merchantDiscount: z.ZodOptional; discountRule: z.ZodObject<{ _id: z.ZodOptional; name: z.ZodOptional; translated: z.ZodNullable>; }, z.core.$strip>>; amount: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; }, z.core.$strip>]>>>>; activities: z.ZodOptional>; authorEmail: z.ZodNullable>; _createdDate: z.ZodNullable>; type: z.ZodOptional>; activityType: z.ZodOptional>; }, z.core.$strip>, z.ZodXor; orderRefunded: z.ZodOptional; draftOrderChangesApplied: z.ZodOptional; savedPaymentMethod: z.ZodOptional; authorizedPaymentCreated: z.ZodOptional; authorizedPaymentCaptured: z.ZodOptional; authorizedPaymentVoided: z.ZodOptional; refundInitiated: z.ZodOptional; paymentRefunded: z.ZodOptional; paymentRefundFailed: z.ZodOptional; refundedAsStoreCredit: z.ZodOptional; paymentPending: z.ZodOptional; paymentCanceled: z.ZodOptional; paymentDeclined: z.ZodOptional; receiptCreated: z.ZodOptional; receiptSent: z.ZodOptional; chargebackCreated: z.ZodOptional; chargebackReversed: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ orderRefunded: z.ZodOptional; draftOrderChangesApplied: z.ZodOptional; savedPaymentMethod: z.ZodOptional; authorizedPaymentCreated: z.ZodOptional; authorizedPaymentCaptured: z.ZodOptional; authorizedPaymentVoided: z.ZodOptional; refundInitiated: z.ZodOptional; paymentRefunded: z.ZodOptional; paymentRefundFailed: z.ZodOptional; refundedAsStoreCredit: z.ZodOptional; paymentPending: z.ZodOptional; paymentCanceled: z.ZodOptional; paymentDeclined: z.ZodOptional; receiptCreated: z.ZodOptional; receiptSent: z.ZodOptional; chargebackCreated: z.ZodOptional; chargebackReversed: z.ZodOptional; merchantComment: z.ZodObject<{ message: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>, z.ZodObject<{ merchantComment: z.ZodOptional; draftOrderChangesApplied: z.ZodOptional; savedPaymentMethod: z.ZodOptional; authorizedPaymentCreated: z.ZodOptional; authorizedPaymentCaptured: z.ZodOptional; authorizedPaymentVoided: z.ZodOptional; refundInitiated: z.ZodOptional; paymentRefunded: z.ZodOptional; paymentRefundFailed: z.ZodOptional; refundedAsStoreCredit: z.ZodOptional; paymentPending: z.ZodOptional; paymentCanceled: z.ZodOptional; paymentDeclined: z.ZodOptional; receiptCreated: z.ZodOptional; receiptSent: z.ZodOptional; chargebackCreated: z.ZodOptional; chargebackReversed: z.ZodOptional; orderRefunded: z.ZodObject<{ manual: z.ZodOptional; amount: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; reason: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>, z.ZodObject<{ merchantComment: z.ZodOptional; orderRefunded: z.ZodOptional; savedPaymentMethod: z.ZodOptional; authorizedPaymentCreated: z.ZodOptional; authorizedPaymentCaptured: z.ZodOptional; authorizedPaymentVoided: z.ZodOptional; refundInitiated: z.ZodOptional; paymentRefunded: z.ZodOptional; paymentRefundFailed: z.ZodOptional; refundedAsStoreCredit: z.ZodOptional; paymentPending: z.ZodOptional; paymentCanceled: z.ZodOptional; paymentDeclined: z.ZodOptional; receiptCreated: z.ZodOptional; receiptSent: z.ZodOptional; chargebackCreated: z.ZodOptional; chargebackReversed: z.ZodOptional; draftOrderChangesApplied: z.ZodObject<{ draftOrderId: z.ZodOptional; reason: z.ZodNullable>; changes: z.ZodOptional, z.ZodXor; lineItemAdded: z.ZodOptional; lineItemRemoved: z.ZodOptional; discountAdded: z.ZodOptional; discountRemoved: z.ZodOptional; additionalFeeAdded: z.ZodOptional; additionalFeeRemoved: z.ZodOptional; totalPriceChanged: z.ZodOptional; shippingInformationChanged: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ lineItemAdded: z.ZodOptional; lineItemRemoved: z.ZodOptional; discountAdded: z.ZodOptional; discountRemoved: z.ZodOptional; additionalFeeAdded: z.ZodOptional; additionalFeeRemoved: z.ZodOptional; totalPriceChanged: z.ZodOptional; shippingInformationChanged: z.ZodOptional; lineItemChanged: z.ZodObject<{ _id: z.ZodOptional; name: z.ZodOptional; translated: z.ZodNullable>; }, z.core.$strip>>; quantity: z.ZodOptional; newQuantity: z.ZodOptional; diff: z.ZodOptional; deltaType: z.ZodOptional>; }, z.core.$strip>>; price: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; newPrice: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>; }, z.core.$strip>, z.ZodObject<{ lineItemChanged: z.ZodOptional; lineItemRemoved: z.ZodOptional; discountAdded: z.ZodOptional; discountRemoved: z.ZodOptional; additionalFeeAdded: z.ZodOptional; additionalFeeRemoved: z.ZodOptional; totalPriceChanged: z.ZodOptional; shippingInformationChanged: z.ZodOptional; lineItemAdded: z.ZodObject<{ _id: z.ZodOptional; name: z.ZodOptional; translated: z.ZodNullable>; }, z.core.$strip>>; quantity: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>, z.ZodObject<{ lineItemChanged: z.ZodOptional; lineItemAdded: z.ZodOptional; discountAdded: z.ZodOptional; discountRemoved: z.ZodOptional; additionalFeeAdded: z.ZodOptional; additionalFeeRemoved: z.ZodOptional; totalPriceChanged: z.ZodOptional; shippingInformationChanged: z.ZodOptional; lineItemRemoved: z.ZodObject<{ _id: z.ZodOptional; name: z.ZodOptional; translated: z.ZodNullable>; }, z.core.$strip>>; quantity: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>, z.ZodObject<{ lineItemChanged: z.ZodOptional; lineItemAdded: z.ZodOptional; lineItemRemoved: z.ZodOptional; discountRemoved: z.ZodOptional; additionalFeeAdded: z.ZodOptional; additionalFeeRemoved: z.ZodOptional; totalPriceChanged: z.ZodOptional; shippingInformationChanged: z.ZodOptional; discountAdded: z.ZodObject<{ _id: z.ZodOptional; name: z.ZodOptional; translated: z.ZodNullable>; }, z.core.$strip>>; affectedLineItems: z.ZodOptional; translated: z.ZodNullable>; }, z.core.$strip>>; amount: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>>; totalAmount: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; }, z.core.$strip>, z.ZodObject<{ lineItemChanged: z.ZodOptional; lineItemAdded: z.ZodOptional; lineItemRemoved: z.ZodOptional; discountAdded: z.ZodOptional; additionalFeeAdded: z.ZodOptional; additionalFeeRemoved: z.ZodOptional; totalPriceChanged: z.ZodOptional; shippingInformationChanged: z.ZodOptional; discountRemoved: z.ZodObject<{ _id: z.ZodOptional; name: z.ZodOptional; translated: z.ZodNullable>; }, z.core.$strip>>; affectedLineItems: z.ZodOptional; translated: z.ZodNullable>; }, z.core.$strip>>; amount: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>>; totalAmount: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; }, z.core.$strip>, z.ZodObject<{ lineItemChanged: z.ZodOptional; lineItemAdded: z.ZodOptional; lineItemRemoved: z.ZodOptional; discountAdded: z.ZodOptional; discountRemoved: z.ZodOptional; additionalFeeRemoved: z.ZodOptional; totalPriceChanged: z.ZodOptional; shippingInformationChanged: z.ZodOptional; additionalFeeAdded: z.ZodObject<{ _id: z.ZodOptional; name: z.ZodOptional; translated: z.ZodNullable>; }, z.core.$strip>>; affectedLineItems: z.ZodOptional; translated: z.ZodNullable>; }, z.core.$strip>>; amount: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>>; totalAmount: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; }, z.core.$strip>, z.ZodObject<{ lineItemChanged: z.ZodOptional; lineItemAdded: z.ZodOptional; lineItemRemoved: z.ZodOptional; discountAdded: z.ZodOptional; discountRemoved: z.ZodOptional; additionalFeeAdded: z.ZodOptional; totalPriceChanged: z.ZodOptional; shippingInformationChanged: z.ZodOptional; additionalFeeRemoved: z.ZodObject<{ _id: z.ZodOptional; name: z.ZodOptional; translated: z.ZodNullable>; }, z.core.$strip>>; affectedLineItems: z.ZodOptional; translated: z.ZodNullable>; }, z.core.$strip>>; amount: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>>; totalAmount: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; }, z.core.$strip>, z.ZodObject<{ lineItemChanged: z.ZodOptional; lineItemAdded: z.ZodOptional; lineItemRemoved: z.ZodOptional; discountAdded: z.ZodOptional; discountRemoved: z.ZodOptional; additionalFeeAdded: z.ZodOptional; additionalFeeRemoved: z.ZodOptional; shippingInformationChanged: z.ZodOptional; totalPriceChanged: z.ZodObject<{ originalTotal: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; newTotal: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; }, z.core.$strip>, z.ZodObject<{ lineItemChanged: z.ZodOptional; lineItemAdded: z.ZodOptional; lineItemRemoved: z.ZodOptional; discountAdded: z.ZodOptional; discountRemoved: z.ZodOptional; additionalFeeAdded: z.ZodOptional; additionalFeeRemoved: z.ZodOptional; totalPriceChanged: z.ZodOptional; shippingInformationChanged: z.ZodObject<{ originalShippingInfo: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; shippingTitle: z.ZodOptional; }, z.core.$strip>>; newShippingInfo: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; shippingTitle: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; }, z.core.$strip>]>>>>; }, z.core.$strip>; }, z.core.$strip>, z.ZodObject<{ merchantComment: z.ZodOptional; orderRefunded: z.ZodOptional; draftOrderChangesApplied: z.ZodOptional; authorizedPaymentCreated: z.ZodOptional; authorizedPaymentCaptured: z.ZodOptional; authorizedPaymentVoided: z.ZodOptional; refundInitiated: z.ZodOptional; paymentRefunded: z.ZodOptional; paymentRefundFailed: z.ZodOptional; refundedAsStoreCredit: z.ZodOptional; paymentPending: z.ZodOptional; paymentCanceled: z.ZodOptional; paymentDeclined: z.ZodOptional; receiptCreated: z.ZodOptional; receiptSent: z.ZodOptional; chargebackCreated: z.ZodOptional; chargebackReversed: z.ZodOptional; savedPaymentMethod: z.ZodObject<{ name: z.ZodOptional; description: z.ZodNullable>; }, z.core.$strip>; }, z.core.$strip>, z.ZodObject<{ merchantComment: z.ZodOptional; orderRefunded: z.ZodOptional; draftOrderChangesApplied: z.ZodOptional; savedPaymentMethod: z.ZodOptional; authorizedPaymentCaptured: z.ZodOptional; authorizedPaymentVoided: z.ZodOptional; refundInitiated: z.ZodOptional; paymentRefunded: z.ZodOptional; paymentRefundFailed: z.ZodOptional; refundedAsStoreCredit: z.ZodOptional; paymentPending: z.ZodOptional; paymentCanceled: z.ZodOptional; paymentDeclined: z.ZodOptional; receiptCreated: z.ZodOptional; receiptSent: z.ZodOptional; chargebackCreated: z.ZodOptional; chargebackReversed: z.ZodOptional; authorizedPaymentCreated: z.ZodObject<{ paymentId: z.ZodOptional; amount: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; lastFourDigits: z.ZodNullable>; brand: z.ZodNullable>; }, z.core.$strip>; }, z.core.$strip>, z.ZodObject<{ merchantComment: z.ZodOptional; orderRefunded: z.ZodOptional; draftOrderChangesApplied: z.ZodOptional; savedPaymentMethod: z.ZodOptional; authorizedPaymentCreated: z.ZodOptional; authorizedPaymentVoided: z.ZodOptional; refundInitiated: z.ZodOptional; paymentRefunded: z.ZodOptional; paymentRefundFailed: z.ZodOptional; refundedAsStoreCredit: z.ZodOptional; paymentPending: z.ZodOptional; paymentCanceled: z.ZodOptional; paymentDeclined: z.ZodOptional; receiptCreated: z.ZodOptional; receiptSent: z.ZodOptional; chargebackCreated: z.ZodOptional; chargebackReversed: z.ZodOptional; authorizedPaymentCaptured: z.ZodObject<{ paymentId: z.ZodOptional; amount: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; lastFourDigits: z.ZodNullable>; brand: z.ZodNullable>; }, z.core.$strip>; }, z.core.$strip>, z.ZodObject<{ merchantComment: z.ZodOptional; orderRefunded: z.ZodOptional; draftOrderChangesApplied: z.ZodOptional; savedPaymentMethod: z.ZodOptional; authorizedPaymentCreated: z.ZodOptional; authorizedPaymentCaptured: z.ZodOptional; refundInitiated: z.ZodOptional; paymentRefunded: z.ZodOptional; paymentRefundFailed: z.ZodOptional; refundedAsStoreCredit: z.ZodOptional; paymentPending: z.ZodOptional; paymentCanceled: z.ZodOptional; paymentDeclined: z.ZodOptional; receiptCreated: z.ZodOptional; receiptSent: z.ZodOptional; chargebackCreated: z.ZodOptional; chargebackReversed: z.ZodOptional; authorizedPaymentVoided: z.ZodObject<{ paymentId: z.ZodOptional; amount: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; lastFourDigits: z.ZodNullable>; brand: z.ZodNullable>; }, z.core.$strip>; }, z.core.$strip>, z.ZodObject<{ merchantComment: z.ZodOptional; orderRefunded: z.ZodOptional; draftOrderChangesApplied: z.ZodOptional; savedPaymentMethod: z.ZodOptional; authorizedPaymentCreated: z.ZodOptional; authorizedPaymentCaptured: z.ZodOptional; authorizedPaymentVoided: z.ZodOptional; paymentRefunded: z.ZodOptional; paymentRefundFailed: z.ZodOptional; refundedAsStoreCredit: z.ZodOptional; paymentPending: z.ZodOptional; paymentCanceled: z.ZodOptional; paymentDeclined: z.ZodOptional; receiptCreated: z.ZodOptional; receiptSent: z.ZodOptional; chargebackCreated: z.ZodOptional; chargebackReversed: z.ZodOptional; refundInitiated: z.ZodObject<{ refundId: z.ZodOptional; amount: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; payments: z.ZodOptional; externalRefund: z.ZodOptional; }, z.core.$strip>, z.ZodXor; giftCard: z.ZodOptional; membership: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ giftCard: z.ZodOptional; membership: z.ZodOptional; regular: z.ZodObject<{ amount: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; lastFourDigits: z.ZodNullable>; brand: z.ZodNullable>; }, z.core.$strip>; }, z.core.$strip>, z.ZodObject<{ regular: z.ZodOptional; membership: z.ZodOptional; giftCard: z.ZodObject<{ giftCardPaymentId: z.ZodNullable>; amount: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; }, z.core.$strip>, z.ZodObject<{ regular: z.ZodOptional; giftCard: z.ZodOptional; membership: z.ZodObject<{ membershipId: z.ZodNullable>; }, z.core.$strip>; }, z.core.$strip>]>>>>; reason: z.ZodNullable>; }, z.core.$strip>; }, z.core.$strip>, z.ZodObject<{ merchantComment: z.ZodOptional; orderRefunded: z.ZodOptional; draftOrderChangesApplied: z.ZodOptional; savedPaymentMethod: z.ZodOptional; authorizedPaymentCreated: z.ZodOptional; authorizedPaymentCaptured: z.ZodOptional; authorizedPaymentVoided: z.ZodOptional; refundInitiated: z.ZodOptional; paymentRefundFailed: z.ZodOptional; refundedAsStoreCredit: z.ZodOptional; paymentPending: z.ZodOptional; paymentCanceled: z.ZodOptional; paymentDeclined: z.ZodOptional; receiptCreated: z.ZodOptional; receiptSent: z.ZodOptional; chargebackCreated: z.ZodOptional; chargebackReversed: z.ZodOptional; paymentRefunded: z.ZodObject<{ refundId: z.ZodOptional; payment: z.ZodOptional; externalRefund: z.ZodOptional; }, z.core.$strip>, z.ZodXor; giftCard: z.ZodOptional; membership: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ giftCard: z.ZodOptional; membership: z.ZodOptional; regular: z.ZodObject<{ amount: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; lastFourDigits: z.ZodNullable>; brand: z.ZodNullable>; }, z.core.$strip>; }, z.core.$strip>, z.ZodObject<{ regular: z.ZodOptional; membership: z.ZodOptional; giftCard: z.ZodObject<{ giftCardPaymentId: z.ZodNullable>; amount: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; }, z.core.$strip>, z.ZodObject<{ regular: z.ZodOptional; giftCard: z.ZodOptional; membership: z.ZodObject<{ membershipId: z.ZodNullable>; }, z.core.$strip>; }, z.core.$strip>]>>>; }, z.core.$strip>; }, z.core.$strip>, z.ZodObject<{ merchantComment: z.ZodOptional; orderRefunded: z.ZodOptional; draftOrderChangesApplied: z.ZodOptional; savedPaymentMethod: z.ZodOptional; authorizedPaymentCreated: z.ZodOptional; authorizedPaymentCaptured: z.ZodOptional; authorizedPaymentVoided: z.ZodOptional; refundInitiated: z.ZodOptional; paymentRefunded: z.ZodOptional; refundedAsStoreCredit: z.ZodOptional; paymentPending: z.ZodOptional; paymentCanceled: z.ZodOptional; paymentDeclined: z.ZodOptional; receiptCreated: z.ZodOptional; receiptSent: z.ZodOptional; chargebackCreated: z.ZodOptional; chargebackReversed: z.ZodOptional; paymentRefundFailed: z.ZodObject<{ refundId: z.ZodOptional; payment: z.ZodOptional; externalRefund: z.ZodOptional; }, z.core.$strip>, z.ZodXor; giftCard: z.ZodOptional; membership: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ giftCard: z.ZodOptional; membership: z.ZodOptional; regular: z.ZodObject<{ amount: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; lastFourDigits: z.ZodNullable>; brand: z.ZodNullable>; }, z.core.$strip>; }, z.core.$strip>, z.ZodObject<{ regular: z.ZodOptional; membership: z.ZodOptional; giftCard: z.ZodObject<{ giftCardPaymentId: z.ZodNullable>; amount: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; }, z.core.$strip>, z.ZodObject<{ regular: z.ZodOptional; giftCard: z.ZodOptional; membership: z.ZodObject<{ membershipId: z.ZodNullable>; }, z.core.$strip>; }, z.core.$strip>]>>>; }, z.core.$strip>; }, z.core.$strip>, z.ZodObject<{ merchantComment: z.ZodOptional; orderRefunded: z.ZodOptional; draftOrderChangesApplied: z.ZodOptional; savedPaymentMethod: z.ZodOptional; authorizedPaymentCreated: z.ZodOptional; authorizedPaymentCaptured: z.ZodOptional; authorizedPaymentVoided: z.ZodOptional; refundInitiated: z.ZodOptional; paymentRefunded: z.ZodOptional; paymentRefundFailed: z.ZodOptional; paymentPending: z.ZodOptional; paymentCanceled: z.ZodOptional; paymentDeclined: z.ZodOptional; receiptCreated: z.ZodOptional; receiptSent: z.ZodOptional; chargebackCreated: z.ZodOptional; chargebackReversed: z.ZodOptional; refundedAsStoreCredit: z.ZodObject<{ amount: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; reason: z.ZodNullable>; }, z.core.$strip>; }, z.core.$strip>, z.ZodObject<{ merchantComment: z.ZodOptional; orderRefunded: z.ZodOptional; draftOrderChangesApplied: z.ZodOptional; savedPaymentMethod: z.ZodOptional; authorizedPaymentCreated: z.ZodOptional; authorizedPaymentCaptured: z.ZodOptional; authorizedPaymentVoided: z.ZodOptional; refundInitiated: z.ZodOptional; paymentRefunded: z.ZodOptional; paymentRefundFailed: z.ZodOptional; refundedAsStoreCredit: z.ZodOptional; paymentCanceled: z.ZodOptional; paymentDeclined: z.ZodOptional; receiptCreated: z.ZodOptional; receiptSent: z.ZodOptional; chargebackCreated: z.ZodOptional; chargebackReversed: z.ZodOptional; paymentPending: z.ZodIntersection; }, z.core.$strip>, z.ZodXor; }, z.core.$strip>, z.ZodObject<{ regular: z.ZodIntersection; formattedAmount: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>, z.ZodXor; }, z.core.$strip>, z.ZodObject<{ creditCardDetails: z.ZodObject<{ lastFourDigits: z.ZodNullable>; brand: z.ZodNullable>; }, z.core.$strip>; }, z.core.$strip>]>>; }, z.core.$strip>]>>; }, z.core.$strip>, z.ZodObject<{ merchantComment: z.ZodOptional; orderRefunded: z.ZodOptional; draftOrderChangesApplied: z.ZodOptional; savedPaymentMethod: z.ZodOptional; authorizedPaymentCreated: z.ZodOptional; authorizedPaymentCaptured: z.ZodOptional; authorizedPaymentVoided: z.ZodOptional; refundInitiated: z.ZodOptional; paymentRefunded: z.ZodOptional; paymentRefundFailed: z.ZodOptional; refundedAsStoreCredit: z.ZodOptional; paymentPending: z.ZodOptional; paymentDeclined: z.ZodOptional; receiptCreated: z.ZodOptional; receiptSent: z.ZodOptional; chargebackCreated: z.ZodOptional; chargebackReversed: z.ZodOptional; paymentCanceled: z.ZodIntersection; }, z.core.$strip>, z.ZodXor; }, z.core.$strip>, z.ZodObject<{ regular: z.ZodIntersection; formattedAmount: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>, z.ZodXor; }, z.core.$strip>, z.ZodObject<{ creditCardDetails: z.ZodObject<{ lastFourDigits: z.ZodNullable>; brand: z.ZodNullable>; }, z.core.$strip>; }, z.core.$strip>]>>; }, z.core.$strip>]>>; }, z.core.$strip>, z.ZodObject<{ merchantComment: z.ZodOptional; orderRefunded: z.ZodOptional; draftOrderChangesApplied: z.ZodOptional; savedPaymentMethod: z.ZodOptional; authorizedPaymentCreated: z.ZodOptional; authorizedPaymentCaptured: z.ZodOptional; authorizedPaymentVoided: z.ZodOptional; refundInitiated: z.ZodOptional; paymentRefunded: z.ZodOptional; paymentRefundFailed: z.ZodOptional; refundedAsStoreCredit: z.ZodOptional; paymentPending: z.ZodOptional; paymentCanceled: z.ZodOptional; receiptCreated: z.ZodOptional; receiptSent: z.ZodOptional; chargebackCreated: z.ZodOptional; chargebackReversed: z.ZodOptional; paymentDeclined: z.ZodIntersection; }, z.core.$strip>, z.ZodXor; }, z.core.$strip>, z.ZodObject<{ regular: z.ZodIntersection; formattedAmount: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>, z.ZodXor; }, z.core.$strip>, z.ZodObject<{ creditCardDetails: z.ZodObject<{ lastFourDigits: z.ZodNullable>; brand: z.ZodNullable>; }, z.core.$strip>; }, z.core.$strip>]>>; }, z.core.$strip>]>>; }, z.core.$strip>, z.ZodObject<{ merchantComment: z.ZodOptional; orderRefunded: z.ZodOptional; draftOrderChangesApplied: z.ZodOptional; savedPaymentMethod: z.ZodOptional; authorizedPaymentCreated: z.ZodOptional; authorizedPaymentCaptured: z.ZodOptional; authorizedPaymentVoided: z.ZodOptional; refundInitiated: z.ZodOptional; paymentRefunded: z.ZodOptional; paymentRefundFailed: z.ZodOptional; refundedAsStoreCredit: z.ZodOptional; paymentPending: z.ZodOptional; paymentCanceled: z.ZodOptional; paymentDeclined: z.ZodOptional; receiptSent: z.ZodOptional; chargebackCreated: z.ZodOptional; chargebackReversed: z.ZodOptional; receiptCreated: z.ZodIntersection; }, z.core.$strip>, z.ZodXor; externalReceipt: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ externalReceipt: z.ZodOptional; wixReceipt: z.ZodObject<{ receiptId: z.ZodOptional; displayNumber: z.ZodNullable>; }, z.core.$strip>; }, z.core.$strip>, z.ZodObject<{ wixReceipt: z.ZodOptional; externalReceipt: z.ZodObject<{ receiptId: z.ZodNullable>; displayNumber: z.ZodNullable>; }, z.core.$strip>; }, z.core.$strip>]>>; }, z.core.$strip>, z.ZodObject<{ merchantComment: z.ZodOptional; orderRefunded: z.ZodOptional; draftOrderChangesApplied: z.ZodOptional; savedPaymentMethod: z.ZodOptional; authorizedPaymentCreated: z.ZodOptional; authorizedPaymentCaptured: z.ZodOptional; authorizedPaymentVoided: z.ZodOptional; refundInitiated: z.ZodOptional; paymentRefunded: z.ZodOptional; paymentRefundFailed: z.ZodOptional; refundedAsStoreCredit: z.ZodOptional; paymentPending: z.ZodOptional; paymentCanceled: z.ZodOptional; paymentDeclined: z.ZodOptional; receiptCreated: z.ZodOptional; chargebackCreated: z.ZodOptional; chargebackReversed: z.ZodOptional; receiptSent: z.ZodIntersection; }, z.core.$strip>, z.ZodXor; externalReceipt: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ externalReceipt: z.ZodOptional; wixReceipt: z.ZodObject<{ receiptId: z.ZodOptional; displayNumber: z.ZodNullable>; }, z.core.$strip>; }, z.core.$strip>, z.ZodObject<{ wixReceipt: z.ZodOptional; externalReceipt: z.ZodObject<{ receiptId: z.ZodNullable>; displayNumber: z.ZodNullable>; }, z.core.$strip>; }, z.core.$strip>]>>; }, z.core.$strip>, z.ZodObject<{ merchantComment: z.ZodOptional; orderRefunded: z.ZodOptional; draftOrderChangesApplied: z.ZodOptional; savedPaymentMethod: z.ZodOptional; authorizedPaymentCreated: z.ZodOptional; authorizedPaymentCaptured: z.ZodOptional; authorizedPaymentVoided: z.ZodOptional; refundInitiated: z.ZodOptional; paymentRefunded: z.ZodOptional; paymentRefundFailed: z.ZodOptional; refundedAsStoreCredit: z.ZodOptional; paymentPending: z.ZodOptional; paymentCanceled: z.ZodOptional; paymentDeclined: z.ZodOptional; receiptCreated: z.ZodOptional; receiptSent: z.ZodOptional; chargebackReversed: z.ZodOptional; chargebackCreated: z.ZodObject<{ paymentId: z.ZodOptional; chargebackId: z.ZodOptional; amount: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; paymentDetails: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>, z.ZodXor; }, z.core.$strip>, z.ZodObject<{ creditCardDetails: z.ZodObject<{ lastFourDigits: z.ZodNullable>; brand: z.ZodNullable>; }, z.core.$strip>; }, z.core.$strip>]>>>; }, z.core.$strip>; }, z.core.$strip>, z.ZodObject<{ merchantComment: z.ZodOptional; orderRefunded: z.ZodOptional; draftOrderChangesApplied: z.ZodOptional; savedPaymentMethod: z.ZodOptional; authorizedPaymentCreated: z.ZodOptional; authorizedPaymentCaptured: z.ZodOptional; authorizedPaymentVoided: z.ZodOptional; refundInitiated: z.ZodOptional; paymentRefunded: z.ZodOptional; paymentRefundFailed: z.ZodOptional; refundedAsStoreCredit: z.ZodOptional; paymentPending: z.ZodOptional; paymentCanceled: z.ZodOptional; paymentDeclined: z.ZodOptional; receiptCreated: z.ZodOptional; receiptSent: z.ZodOptional; chargebackCreated: z.ZodOptional; chargebackReversed: z.ZodObject<{ paymentId: z.ZodOptional; chargebackId: z.ZodOptional; amount: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; reversalAmount: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; paymentDetails: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>, z.ZodXor; }, z.core.$strip>, z.ZodObject<{ creditCardDetails: z.ZodObject<{ lastFourDigits: z.ZodNullable>; brand: z.ZodNullable>; }, z.core.$strip>; }, z.core.$strip>]>>>; }, z.core.$strip>; }, z.core.$strip>]>>>>; attributionSource: z.ZodOptional>; createdBy: z.ZodOptional, z.ZodXor; memberId: z.ZodOptional; visitorId: z.ZodOptional; appId: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ memberId: z.ZodOptional; visitorId: z.ZodOptional; appId: z.ZodOptional; userId: z.ZodString; }, z.core.$strip>, z.ZodObject<{ userId: z.ZodOptional; visitorId: z.ZodOptional; appId: z.ZodOptional; memberId: z.ZodString; }, z.core.$strip>, z.ZodObject<{ userId: z.ZodOptional; memberId: z.ZodOptional; appId: z.ZodOptional; visitorId: z.ZodString; }, z.core.$strip>, z.ZodObject<{ userId: z.ZodOptional; memberId: z.ZodOptional; visitorId: z.ZodOptional; appId: z.ZodString; }, z.core.$strip>]>>>; channelInfo: z.ZodOptional>; externalOrderId: z.ZodNullable>; externalOrderUrl: z.ZodNullable>; }, z.core.$strip>>; seenByAHuman: z.ZodNullable>; checkoutId: z.ZodNullable>; customFields: z.ZodOptional>; title: z.ZodOptional; translatedTitle: z.ZodNullable>; }, z.core.$strip>>>; balanceSummary: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; paid: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; refunded: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; authorized: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; pendingRefund: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; pending: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; chargeback: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; chargebackReversal: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; platformFees: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; totalMinusPlatformFees: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; additionalFees: z.ZodOptional>; name: z.ZodOptional; price: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; taxDetails: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; taxRate: z.ZodOptional; totalTax: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; taxInfo: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; taxableAmount: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; taxRate: z.ZodNullable>; taxGroupId: z.ZodNullable>; taxIncludedInPrice: z.ZodOptional; taxBreakdown: z.ZodOptional>; rate: z.ZodNullable>; taxAmount: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; taxType: z.ZodNullable>; taxName: z.ZodNullable>; jurisdictionType: z.ZodOptional>; nonTaxableAmount: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; taxableAmount: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>>; }, z.core.$strip>>; providerAppId: z.ZodNullable>; priceBeforeTax: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; priceAfterTax: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; _id: z.ZodOptional; lineItemIds: z.ZodOptional>; source: z.ZodOptional>; }, z.core.$strip>>>; extendedFields: z.ZodOptional>>; }, z.core.$strip>>; purchaseFlowId: z.ZodNullable>; recipientInfo: z.ZodOptional; number: z.ZodOptional; }, z.core.$strip>>; city: z.ZodNullable>; subdivision: z.ZodNullable>; country: z.ZodNullable>; postalCode: z.ZodNullable>; addressLine2: z.ZodNullable>; }, z.core.$strip>>; contactDetails: z.ZodOptional>; lastName: z.ZodNullable>; phone: z.ZodNullable>; company: z.ZodNullable>; vatId: z.ZodOptional; type: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; tags: z.ZodOptional>; }, z.core.$strip>>; tags: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>>; purchasedDate: z.ZodNullable>; businessLocation: z.ZodOptional; name: z.ZodOptional; }, z.core.$strip>>; payAfterFreeTrial: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; shipping: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; tax: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; discount: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; total: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; totalAdditionalFees: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; platformFeeSummary: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; totalPassOn: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; totalAbsorbed: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; fees: z.ZodOptional; translated: z.ZodNullable>; }, z.core.$strip>>; amount: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; lineItemId: z.ZodOptional; chargeType: z.ZodOptional>; percentageRate: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>; }, z.core.$strip>; declare const UpdateOrderResponse: z.ZodObject<{ _id: z.ZodNullable>; number: z.ZodOptional; _createdDate: z.ZodNullable>; _updatedDate: z.ZodNullable>; lineItems: z.ZodOptional; productName: z.ZodOptional; translated: z.ZodNullable>; }, z.core.$strip>>; catalogReference: z.ZodOptional; appId: z.ZodOptional; options: z.ZodNullable>>; }, z.core.$strip>>; quantity: z.ZodOptional; totalDiscount: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; descriptionLines: z.ZodOptional; translated: z.ZodNullable>; }, z.core.$strip>>; }, z.core.$strip>, z.ZodXor; colorInfo: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ colorInfo: z.ZodOptional; plainText: z.ZodObject<{ original: z.ZodOptional; translated: z.ZodNullable>; }, z.core.$strip>; }, z.core.$strip>, z.ZodObject<{ plainText: z.ZodOptional; colorInfo: z.ZodObject<{ original: z.ZodOptional; translated: z.ZodNullable>; code: z.ZodNullable>; }, z.core.$strip>; }, z.core.$strip>]>>>>; image: z.ZodOptional; physicalProperties: z.ZodOptional>; sku: z.ZodNullable>; shippable: z.ZodOptional; }, z.core.$strip>>; itemType: z.ZodOptional, z.ZodXor; custom: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ custom: z.ZodOptional; preset: z.ZodEnum<{ UNRECOGNISED: "UNRECOGNISED"; PHYSICAL: "PHYSICAL"; DIGITAL: "DIGITAL"; GIFT_CARD: "GIFT_CARD"; SERVICE: "SERVICE"; }>; }, z.core.$strip>, z.ZodObject<{ preset: z.ZodOptional; custom: z.ZodString; }, z.core.$strip>]>>>; fulfillerId: z.ZodNullable>; refundQuantity: z.ZodNullable>; restockQuantity: z.ZodNullable>; price: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; priceBeforeDiscounts: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; totalPriceBeforeTax: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; totalPriceAfterTax: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; paymentOption: z.ZodOptional>; taxDetails: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; taxRate: z.ZodOptional; totalTax: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; taxInfo: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; taxableAmount: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; taxRate: z.ZodNullable>; taxGroupId: z.ZodNullable>; taxIncludedInPrice: z.ZodOptional; taxBreakdown: z.ZodOptional>; rate: z.ZodNullable>; taxAmount: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; taxType: z.ZodNullable>; taxName: z.ZodNullable>; jurisdictionType: z.ZodOptional>; nonTaxableAmount: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; taxableAmount: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>>; }, z.core.$strip>>; digitalFile: z.ZodOptional; link: z.ZodNullable>; expirationDate: z.ZodNullable>; }, z.core.$strip>>; subscriptionInfo: z.ZodOptional>; cycleNumber: z.ZodOptional; subscriptionOptionTitle: z.ZodOptional; subscriptionOptionDescription: z.ZodNullable>; subscriptionSettings: z.ZodOptional>; interval: z.ZodNullable>; autoRenewal: z.ZodOptional; billingCycles: z.ZodNullable>; enableCustomerCancellation: z.ZodOptional; freeTrialPeriod: z.ZodOptional>; interval: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; chargesDescription: z.ZodNullable>; }, z.core.$strip>>; priceDescription: z.ZodOptional; translated: z.ZodNullable>; }, z.core.$strip>>; depositAmount: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; locations: z.ZodOptional; appId: z.ZodNullable>; quantity: z.ZodOptional; name: z.ZodNullable>; }, z.core.$strip>>>; lineItemPrice: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; taxableAddress: z.ZodOptional, z.ZodXor; }, z.core.$strip>, z.ZodObject<{ addressType: z.ZodEnum<{ BUSINESS: "BUSINESS"; BILLING: "BILLING"; SHIPPING: "SHIPPING"; }>; }, z.core.$strip>]>>>; priceUndetermined: z.ZodOptional; extendedFields: z.ZodOptional>>; }, z.core.$strip>>; modifierGroups: z.ZodOptional; name: z.ZodOptional; translated: z.ZodNullable>; }, z.core.$strip>>; modifiers: z.ZodOptional; quantity: z.ZodNullable>; label: z.ZodOptional; translated: z.ZodNullable>; }, z.core.$strip>>; details: z.ZodOptional; translated: z.ZodNullable>; }, z.core.$strip>>; price: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>>; }, z.core.$strip>>>; }, z.core.$strip>>>; buyerInfo: z.ZodOptional>; email: z.ZodNullable>; }, z.core.$strip>, z.ZodXor; memberId: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ memberId: z.ZodOptional; visitorId: z.ZodString; }, z.core.$strip>, z.ZodObject<{ visitorId: z.ZodOptional; memberId: z.ZodString; }, z.core.$strip>]>>>; paymentStatus: z.ZodOptional>; fulfillmentStatus: z.ZodOptional>; buyerLanguage: z.ZodNullable>; weightUnit: z.ZodOptional>; currency: z.ZodNullable>; currencyConversionDetails: z.ZodOptional>; conversionRate: z.ZodNullable>; }, z.core.$strip>>; taxIncludedInPrices: z.ZodOptional; siteLanguage: z.ZodNullable>; priceSummary: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; shipping: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; tax: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; discount: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; total: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; totalAdditionalFees: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; billingInfo: z.ZodOptional; number: z.ZodOptional; }, z.core.$strip>>; city: z.ZodNullable>; subdivision: z.ZodNullable>; country: z.ZodNullable>; postalCode: z.ZodNullable>; addressLine2: z.ZodNullable>; }, z.core.$strip>>; contactDetails: z.ZodOptional>; lastName: z.ZodNullable>; phone: z.ZodNullable>; company: z.ZodNullable>; vatId: z.ZodOptional; type: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; shippingInfo: z.ZodOptional>; code: z.ZodNullable>; title: z.ZodOptional; logistics: z.ZodOptional>; instructions: z.ZodNullable>; deliverByDate: z.ZodNullable>; deliveryTimeSlot: z.ZodOptional>; to: z.ZodNullable>; }, z.core.$strip>>; }, z.core.$strip>, z.ZodXor; pickupDetails: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ pickupDetails: z.ZodOptional; shippingDestination: z.ZodObject<{ address: z.ZodOptional; number: z.ZodOptional; }, z.core.$strip>>; city: z.ZodNullable>; subdivision: z.ZodNullable>; country: z.ZodNullable>; postalCode: z.ZodNullable>; addressLine2: z.ZodNullable>; }, z.core.$strip>>; contactDetails: z.ZodOptional>; lastName: z.ZodNullable>; phone: z.ZodNullable>; company: z.ZodNullable>; vatId: z.ZodOptional; type: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>; }, z.core.$strip>, z.ZodObject<{ shippingDestination: z.ZodOptional; pickupDetails: z.ZodObject<{ address: z.ZodOptional; number: z.ZodOptional; }, z.core.$strip>>; city: z.ZodNullable>; subdivision: z.ZodNullable>; country: z.ZodNullable>; postalCode: z.ZodNullable>; addressLine2: z.ZodNullable>; }, z.core.$strip>>; pickupMethod: z.ZodOptional>; }, z.core.$strip>; }, z.core.$strip>]>>>; cost: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; totalPriceBeforeTax: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; totalPriceAfterTax: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; taxDetails: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; taxRate: z.ZodOptional; totalTax: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; taxInfo: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; taxableAmount: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; taxRate: z.ZodNullable>; taxGroupId: z.ZodNullable>; taxIncludedInPrice: z.ZodOptional; taxBreakdown: z.ZodOptional>; rate: z.ZodNullable>; taxAmount: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; taxType: z.ZodNullable>; taxName: z.ZodNullable>; jurisdictionType: z.ZodOptional>; nonTaxableAmount: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; taxableAmount: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>>; }, z.core.$strip>>; discount: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; region: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>>; buyerNote: z.ZodNullable>; status: z.ZodOptional>; archived: z.ZodNullable>; taxSummary: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; taxInfo: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; taxBreakdown: z.ZodOptional; taxType: z.ZodOptional; jurisdiction: z.ZodOptional; jurisdictionType: z.ZodOptional>; rate: z.ZodOptional; aggregatedTaxAmount: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>>; taxExempt: z.ZodNullable>; }, z.core.$strip>>; appliedDiscounts: z.ZodOptional>; lineItemIds: z.ZodOptional>; _id: z.ZodNullable>; lineItemDiscounts: z.ZodOptional; totalDiscount: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>>; }, z.core.$strip>, z.ZodXor; merchantDiscount: z.ZodOptional; discountRule: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ merchantDiscount: z.ZodOptional; discountRule: z.ZodOptional; coupon: z.ZodObject<{ _id: z.ZodOptional; code: z.ZodOptional; name: z.ZodOptional; amount: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; }, z.core.$strip>, z.ZodObject<{ coupon: z.ZodOptional; discountRule: z.ZodOptional; merchantDiscount: z.ZodIntersection; formattedAmount: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>, z.ZodXor; description: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ description: z.ZodOptional; discountReason: z.ZodEnum<{ UNSPECIFIED: "UNSPECIFIED"; EXCHANGED_ITEMS: "EXCHANGED_ITEMS"; BILLING_ADJUSTMENT: "BILLING_ADJUSTMENT"; }>; }, z.core.$strip>, z.ZodObject<{ discountReason: z.ZodOptional; description: z.ZodString; }, z.core.$strip>]>>; }, z.core.$strip>, z.ZodObject<{ coupon: z.ZodOptional; merchantDiscount: z.ZodOptional; discountRule: z.ZodObject<{ _id: z.ZodOptional; name: z.ZodOptional; translated: z.ZodNullable>; }, z.core.$strip>>; amount: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; }, z.core.$strip>]>>>>; activities: z.ZodOptional>; authorEmail: z.ZodNullable>; _createdDate: z.ZodNullable>; type: z.ZodOptional>; activityType: z.ZodOptional>; }, z.core.$strip>, z.ZodXor; orderRefunded: z.ZodOptional; draftOrderChangesApplied: z.ZodOptional; savedPaymentMethod: z.ZodOptional; authorizedPaymentCreated: z.ZodOptional; authorizedPaymentCaptured: z.ZodOptional; authorizedPaymentVoided: z.ZodOptional; refundInitiated: z.ZodOptional; paymentRefunded: z.ZodOptional; paymentRefundFailed: z.ZodOptional; refundedAsStoreCredit: z.ZodOptional; paymentPending: z.ZodOptional; paymentCanceled: z.ZodOptional; paymentDeclined: z.ZodOptional; receiptCreated: z.ZodOptional; receiptSent: z.ZodOptional; chargebackCreated: z.ZodOptional; chargebackReversed: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ orderRefunded: z.ZodOptional; draftOrderChangesApplied: z.ZodOptional; savedPaymentMethod: z.ZodOptional; authorizedPaymentCreated: z.ZodOptional; authorizedPaymentCaptured: z.ZodOptional; authorizedPaymentVoided: z.ZodOptional; refundInitiated: z.ZodOptional; paymentRefunded: z.ZodOptional; paymentRefundFailed: z.ZodOptional; refundedAsStoreCredit: z.ZodOptional; paymentPending: z.ZodOptional; paymentCanceled: z.ZodOptional; paymentDeclined: z.ZodOptional; receiptCreated: z.ZodOptional; receiptSent: z.ZodOptional; chargebackCreated: z.ZodOptional; chargebackReversed: z.ZodOptional; merchantComment: z.ZodObject<{ message: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>, z.ZodObject<{ merchantComment: z.ZodOptional; draftOrderChangesApplied: z.ZodOptional; savedPaymentMethod: z.ZodOptional; authorizedPaymentCreated: z.ZodOptional; authorizedPaymentCaptured: z.ZodOptional; authorizedPaymentVoided: z.ZodOptional; refundInitiated: z.ZodOptional; paymentRefunded: z.ZodOptional; paymentRefundFailed: z.ZodOptional; refundedAsStoreCredit: z.ZodOptional; paymentPending: z.ZodOptional; paymentCanceled: z.ZodOptional; paymentDeclined: z.ZodOptional; receiptCreated: z.ZodOptional; receiptSent: z.ZodOptional; chargebackCreated: z.ZodOptional; chargebackReversed: z.ZodOptional; orderRefunded: z.ZodObject<{ manual: z.ZodOptional; amount: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; reason: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>, z.ZodObject<{ merchantComment: z.ZodOptional; orderRefunded: z.ZodOptional; savedPaymentMethod: z.ZodOptional; authorizedPaymentCreated: z.ZodOptional; authorizedPaymentCaptured: z.ZodOptional; authorizedPaymentVoided: z.ZodOptional; refundInitiated: z.ZodOptional; paymentRefunded: z.ZodOptional; paymentRefundFailed: z.ZodOptional; refundedAsStoreCredit: z.ZodOptional; paymentPending: z.ZodOptional; paymentCanceled: z.ZodOptional; paymentDeclined: z.ZodOptional; receiptCreated: z.ZodOptional; receiptSent: z.ZodOptional; chargebackCreated: z.ZodOptional; chargebackReversed: z.ZodOptional; draftOrderChangesApplied: z.ZodObject<{ draftOrderId: z.ZodOptional; reason: z.ZodNullable>; changes: z.ZodOptional, z.ZodXor; lineItemAdded: z.ZodOptional; lineItemRemoved: z.ZodOptional; discountAdded: z.ZodOptional; discountRemoved: z.ZodOptional; additionalFeeAdded: z.ZodOptional; additionalFeeRemoved: z.ZodOptional; totalPriceChanged: z.ZodOptional; shippingInformationChanged: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ lineItemAdded: z.ZodOptional; lineItemRemoved: z.ZodOptional; discountAdded: z.ZodOptional; discountRemoved: z.ZodOptional; additionalFeeAdded: z.ZodOptional; additionalFeeRemoved: z.ZodOptional; totalPriceChanged: z.ZodOptional; shippingInformationChanged: z.ZodOptional; lineItemChanged: z.ZodObject<{ _id: z.ZodOptional; name: z.ZodOptional; translated: z.ZodNullable>; }, z.core.$strip>>; quantity: z.ZodOptional; newQuantity: z.ZodOptional; diff: z.ZodOptional; deltaType: z.ZodOptional>; }, z.core.$strip>>; price: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; newPrice: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>; }, z.core.$strip>, z.ZodObject<{ lineItemChanged: z.ZodOptional; lineItemRemoved: z.ZodOptional; discountAdded: z.ZodOptional; discountRemoved: z.ZodOptional; additionalFeeAdded: z.ZodOptional; additionalFeeRemoved: z.ZodOptional; totalPriceChanged: z.ZodOptional; shippingInformationChanged: z.ZodOptional; lineItemAdded: z.ZodObject<{ _id: z.ZodOptional; name: z.ZodOptional; translated: z.ZodNullable>; }, z.core.$strip>>; quantity: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>, z.ZodObject<{ lineItemChanged: z.ZodOptional; lineItemAdded: z.ZodOptional; discountAdded: z.ZodOptional; discountRemoved: z.ZodOptional; additionalFeeAdded: z.ZodOptional; additionalFeeRemoved: z.ZodOptional; totalPriceChanged: z.ZodOptional; shippingInformationChanged: z.ZodOptional; lineItemRemoved: z.ZodObject<{ _id: z.ZodOptional; name: z.ZodOptional; translated: z.ZodNullable>; }, z.core.$strip>>; quantity: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>, z.ZodObject<{ lineItemChanged: z.ZodOptional; lineItemAdded: z.ZodOptional; lineItemRemoved: z.ZodOptional; discountRemoved: z.ZodOptional; additionalFeeAdded: z.ZodOptional; additionalFeeRemoved: z.ZodOptional; totalPriceChanged: z.ZodOptional; shippingInformationChanged: z.ZodOptional; discountAdded: z.ZodObject<{ _id: z.ZodOptional; name: z.ZodOptional; translated: z.ZodNullable>; }, z.core.$strip>>; affectedLineItems: z.ZodOptional; name: z.ZodOptional; translated: z.ZodNullable>; }, z.core.$strip>>; amount: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>>; totalAmount: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; }, z.core.$strip>, z.ZodObject<{ lineItemChanged: z.ZodOptional; lineItemAdded: z.ZodOptional; lineItemRemoved: z.ZodOptional; discountAdded: z.ZodOptional; additionalFeeAdded: z.ZodOptional; additionalFeeRemoved: z.ZodOptional; totalPriceChanged: z.ZodOptional; shippingInformationChanged: z.ZodOptional; discountRemoved: z.ZodObject<{ _id: z.ZodOptional; name: z.ZodOptional; translated: z.ZodNullable>; }, z.core.$strip>>; affectedLineItems: z.ZodOptional; name: z.ZodOptional; translated: z.ZodNullable>; }, z.core.$strip>>; amount: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>>; totalAmount: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; }, z.core.$strip>, z.ZodObject<{ lineItemChanged: z.ZodOptional; lineItemAdded: z.ZodOptional; lineItemRemoved: z.ZodOptional; discountAdded: z.ZodOptional; discountRemoved: z.ZodOptional; additionalFeeRemoved: z.ZodOptional; totalPriceChanged: z.ZodOptional; shippingInformationChanged: z.ZodOptional; additionalFeeAdded: z.ZodObject<{ _id: z.ZodOptional; name: z.ZodOptional; translated: z.ZodNullable>; }, z.core.$strip>>; affectedLineItems: z.ZodOptional; name: z.ZodOptional; translated: z.ZodNullable>; }, z.core.$strip>>; amount: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>>; totalAmount: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; }, z.core.$strip>, z.ZodObject<{ lineItemChanged: z.ZodOptional; lineItemAdded: z.ZodOptional; lineItemRemoved: z.ZodOptional; discountAdded: z.ZodOptional; discountRemoved: z.ZodOptional; additionalFeeAdded: z.ZodOptional; totalPriceChanged: z.ZodOptional; shippingInformationChanged: z.ZodOptional; additionalFeeRemoved: z.ZodObject<{ _id: z.ZodOptional; name: z.ZodOptional; translated: z.ZodNullable>; }, z.core.$strip>>; affectedLineItems: z.ZodOptional; name: z.ZodOptional; translated: z.ZodNullable>; }, z.core.$strip>>; amount: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>>; totalAmount: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; }, z.core.$strip>, z.ZodObject<{ lineItemChanged: z.ZodOptional; lineItemAdded: z.ZodOptional; lineItemRemoved: z.ZodOptional; discountAdded: z.ZodOptional; discountRemoved: z.ZodOptional; additionalFeeAdded: z.ZodOptional; additionalFeeRemoved: z.ZodOptional; shippingInformationChanged: z.ZodOptional; totalPriceChanged: z.ZodObject<{ originalTotal: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; newTotal: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; }, z.core.$strip>, z.ZodObject<{ lineItemChanged: z.ZodOptional; lineItemAdded: z.ZodOptional; lineItemRemoved: z.ZodOptional; discountAdded: z.ZodOptional; discountRemoved: z.ZodOptional; additionalFeeAdded: z.ZodOptional; additionalFeeRemoved: z.ZodOptional; totalPriceChanged: z.ZodOptional; shippingInformationChanged: z.ZodObject<{ originalShippingInfo: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; shippingTitle: z.ZodOptional; }, z.core.$strip>>; newShippingInfo: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; shippingTitle: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; }, z.core.$strip>]>>>>; }, z.core.$strip>; }, z.core.$strip>, z.ZodObject<{ merchantComment: z.ZodOptional; orderRefunded: z.ZodOptional; draftOrderChangesApplied: z.ZodOptional; authorizedPaymentCreated: z.ZodOptional; authorizedPaymentCaptured: z.ZodOptional; authorizedPaymentVoided: z.ZodOptional; refundInitiated: z.ZodOptional; paymentRefunded: z.ZodOptional; paymentRefundFailed: z.ZodOptional; refundedAsStoreCredit: z.ZodOptional; paymentPending: z.ZodOptional; paymentCanceled: z.ZodOptional; paymentDeclined: z.ZodOptional; receiptCreated: z.ZodOptional; receiptSent: z.ZodOptional; chargebackCreated: z.ZodOptional; chargebackReversed: z.ZodOptional; savedPaymentMethod: z.ZodObject<{ name: z.ZodOptional; description: z.ZodNullable>; }, z.core.$strip>; }, z.core.$strip>, z.ZodObject<{ merchantComment: z.ZodOptional; orderRefunded: z.ZodOptional; draftOrderChangesApplied: z.ZodOptional; savedPaymentMethod: z.ZodOptional; authorizedPaymentCaptured: z.ZodOptional; authorizedPaymentVoided: z.ZodOptional; refundInitiated: z.ZodOptional; paymentRefunded: z.ZodOptional; paymentRefundFailed: z.ZodOptional; refundedAsStoreCredit: z.ZodOptional; paymentPending: z.ZodOptional; paymentCanceled: z.ZodOptional; paymentDeclined: z.ZodOptional; receiptCreated: z.ZodOptional; receiptSent: z.ZodOptional; chargebackCreated: z.ZodOptional; chargebackReversed: z.ZodOptional; authorizedPaymentCreated: z.ZodObject<{ paymentId: z.ZodOptional; amount: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; lastFourDigits: z.ZodNullable>; brand: z.ZodNullable>; }, z.core.$strip>; }, z.core.$strip>, z.ZodObject<{ merchantComment: z.ZodOptional; orderRefunded: z.ZodOptional; draftOrderChangesApplied: z.ZodOptional; savedPaymentMethod: z.ZodOptional; authorizedPaymentCreated: z.ZodOptional; authorizedPaymentVoided: z.ZodOptional; refundInitiated: z.ZodOptional; paymentRefunded: z.ZodOptional; paymentRefundFailed: z.ZodOptional; refundedAsStoreCredit: z.ZodOptional; paymentPending: z.ZodOptional; paymentCanceled: z.ZodOptional; paymentDeclined: z.ZodOptional; receiptCreated: z.ZodOptional; receiptSent: z.ZodOptional; chargebackCreated: z.ZodOptional; chargebackReversed: z.ZodOptional; authorizedPaymentCaptured: z.ZodObject<{ paymentId: z.ZodOptional; amount: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; lastFourDigits: z.ZodNullable>; brand: z.ZodNullable>; }, z.core.$strip>; }, z.core.$strip>, z.ZodObject<{ merchantComment: z.ZodOptional; orderRefunded: z.ZodOptional; draftOrderChangesApplied: z.ZodOptional; savedPaymentMethod: z.ZodOptional; authorizedPaymentCreated: z.ZodOptional; authorizedPaymentCaptured: z.ZodOptional; refundInitiated: z.ZodOptional; paymentRefunded: z.ZodOptional; paymentRefundFailed: z.ZodOptional; refundedAsStoreCredit: z.ZodOptional; paymentPending: z.ZodOptional; paymentCanceled: z.ZodOptional; paymentDeclined: z.ZodOptional; receiptCreated: z.ZodOptional; receiptSent: z.ZodOptional; chargebackCreated: z.ZodOptional; chargebackReversed: z.ZodOptional; authorizedPaymentVoided: z.ZodObject<{ paymentId: z.ZodOptional; amount: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; lastFourDigits: z.ZodNullable>; brand: z.ZodNullable>; }, z.core.$strip>; }, z.core.$strip>, z.ZodObject<{ merchantComment: z.ZodOptional; orderRefunded: z.ZodOptional; draftOrderChangesApplied: z.ZodOptional; savedPaymentMethod: z.ZodOptional; authorizedPaymentCreated: z.ZodOptional; authorizedPaymentCaptured: z.ZodOptional; authorizedPaymentVoided: z.ZodOptional; paymentRefunded: z.ZodOptional; paymentRefundFailed: z.ZodOptional; refundedAsStoreCredit: z.ZodOptional; paymentPending: z.ZodOptional; paymentCanceled: z.ZodOptional; paymentDeclined: z.ZodOptional; receiptCreated: z.ZodOptional; receiptSent: z.ZodOptional; chargebackCreated: z.ZodOptional; chargebackReversed: z.ZodOptional; refundInitiated: z.ZodObject<{ refundId: z.ZodOptional; amount: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; payments: z.ZodOptional; externalRefund: z.ZodOptional; }, z.core.$strip>, z.ZodXor; giftCard: z.ZodOptional; membership: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ giftCard: z.ZodOptional; membership: z.ZodOptional; regular: z.ZodObject<{ amount: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; lastFourDigits: z.ZodNullable>; brand: z.ZodNullable>; }, z.core.$strip>; }, z.core.$strip>, z.ZodObject<{ regular: z.ZodOptional; membership: z.ZodOptional; giftCard: z.ZodObject<{ giftCardPaymentId: z.ZodNullable>; amount: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; }, z.core.$strip>, z.ZodObject<{ regular: z.ZodOptional; giftCard: z.ZodOptional; membership: z.ZodObject<{ membershipId: z.ZodNullable>; }, z.core.$strip>; }, z.core.$strip>]>>>>; reason: z.ZodNullable>; }, z.core.$strip>; }, z.core.$strip>, z.ZodObject<{ merchantComment: z.ZodOptional; orderRefunded: z.ZodOptional; draftOrderChangesApplied: z.ZodOptional; savedPaymentMethod: z.ZodOptional; authorizedPaymentCreated: z.ZodOptional; authorizedPaymentCaptured: z.ZodOptional; authorizedPaymentVoided: z.ZodOptional; refundInitiated: z.ZodOptional; paymentRefundFailed: z.ZodOptional; refundedAsStoreCredit: z.ZodOptional; paymentPending: z.ZodOptional; paymentCanceled: z.ZodOptional; paymentDeclined: z.ZodOptional; receiptCreated: z.ZodOptional; receiptSent: z.ZodOptional; chargebackCreated: z.ZodOptional; chargebackReversed: z.ZodOptional; paymentRefunded: z.ZodObject<{ refundId: z.ZodOptional; payment: z.ZodOptional; externalRefund: z.ZodOptional; }, z.core.$strip>, z.ZodXor; giftCard: z.ZodOptional; membership: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ giftCard: z.ZodOptional; membership: z.ZodOptional; regular: z.ZodObject<{ amount: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; lastFourDigits: z.ZodNullable>; brand: z.ZodNullable>; }, z.core.$strip>; }, z.core.$strip>, z.ZodObject<{ regular: z.ZodOptional; membership: z.ZodOptional; giftCard: z.ZodObject<{ giftCardPaymentId: z.ZodNullable>; amount: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; }, z.core.$strip>, z.ZodObject<{ regular: z.ZodOptional; giftCard: z.ZodOptional; membership: z.ZodObject<{ membershipId: z.ZodNullable>; }, z.core.$strip>; }, z.core.$strip>]>>>; }, z.core.$strip>; }, z.core.$strip>, z.ZodObject<{ merchantComment: z.ZodOptional; orderRefunded: z.ZodOptional; draftOrderChangesApplied: z.ZodOptional; savedPaymentMethod: z.ZodOptional; authorizedPaymentCreated: z.ZodOptional; authorizedPaymentCaptured: z.ZodOptional; authorizedPaymentVoided: z.ZodOptional; refundInitiated: z.ZodOptional; paymentRefunded: z.ZodOptional; refundedAsStoreCredit: z.ZodOptional; paymentPending: z.ZodOptional; paymentCanceled: z.ZodOptional; paymentDeclined: z.ZodOptional; receiptCreated: z.ZodOptional; receiptSent: z.ZodOptional; chargebackCreated: z.ZodOptional; chargebackReversed: z.ZodOptional; paymentRefundFailed: z.ZodObject<{ refundId: z.ZodOptional; payment: z.ZodOptional; externalRefund: z.ZodOptional; }, z.core.$strip>, z.ZodXor; giftCard: z.ZodOptional; membership: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ giftCard: z.ZodOptional; membership: z.ZodOptional; regular: z.ZodObject<{ amount: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; lastFourDigits: z.ZodNullable>; brand: z.ZodNullable>; }, z.core.$strip>; }, z.core.$strip>, z.ZodObject<{ regular: z.ZodOptional; membership: z.ZodOptional; giftCard: z.ZodObject<{ giftCardPaymentId: z.ZodNullable>; amount: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; }, z.core.$strip>, z.ZodObject<{ regular: z.ZodOptional; giftCard: z.ZodOptional; membership: z.ZodObject<{ membershipId: z.ZodNullable>; }, z.core.$strip>; }, z.core.$strip>]>>>; }, z.core.$strip>; }, z.core.$strip>, z.ZodObject<{ merchantComment: z.ZodOptional; orderRefunded: z.ZodOptional; draftOrderChangesApplied: z.ZodOptional; savedPaymentMethod: z.ZodOptional; authorizedPaymentCreated: z.ZodOptional; authorizedPaymentCaptured: z.ZodOptional; authorizedPaymentVoided: z.ZodOptional; refundInitiated: z.ZodOptional; paymentRefunded: z.ZodOptional; paymentRefundFailed: z.ZodOptional; paymentPending: z.ZodOptional; paymentCanceled: z.ZodOptional; paymentDeclined: z.ZodOptional; receiptCreated: z.ZodOptional; receiptSent: z.ZodOptional; chargebackCreated: z.ZodOptional; chargebackReversed: z.ZodOptional; refundedAsStoreCredit: z.ZodObject<{ amount: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; reason: z.ZodNullable>; }, z.core.$strip>; }, z.core.$strip>, z.ZodObject<{ merchantComment: z.ZodOptional; orderRefunded: z.ZodOptional; draftOrderChangesApplied: z.ZodOptional; savedPaymentMethod: z.ZodOptional; authorizedPaymentCreated: z.ZodOptional; authorizedPaymentCaptured: z.ZodOptional; authorizedPaymentVoided: z.ZodOptional; refundInitiated: z.ZodOptional; paymentRefunded: z.ZodOptional; paymentRefundFailed: z.ZodOptional; refundedAsStoreCredit: z.ZodOptional; paymentCanceled: z.ZodOptional; paymentDeclined: z.ZodOptional; receiptCreated: z.ZodOptional; receiptSent: z.ZodOptional; chargebackCreated: z.ZodOptional; chargebackReversed: z.ZodOptional; paymentPending: z.ZodIntersection; }, z.core.$strip>, z.ZodXor; }, z.core.$strip>, z.ZodObject<{ regular: z.ZodIntersection; formattedAmount: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>, z.ZodXor; }, z.core.$strip>, z.ZodObject<{ creditCardDetails: z.ZodObject<{ lastFourDigits: z.ZodNullable>; brand: z.ZodNullable>; }, z.core.$strip>; }, z.core.$strip>]>>; }, z.core.$strip>]>>; }, z.core.$strip>, z.ZodObject<{ merchantComment: z.ZodOptional; orderRefunded: z.ZodOptional; draftOrderChangesApplied: z.ZodOptional; savedPaymentMethod: z.ZodOptional; authorizedPaymentCreated: z.ZodOptional; authorizedPaymentCaptured: z.ZodOptional; authorizedPaymentVoided: z.ZodOptional; refundInitiated: z.ZodOptional; paymentRefunded: z.ZodOptional; paymentRefundFailed: z.ZodOptional; refundedAsStoreCredit: z.ZodOptional; paymentPending: z.ZodOptional; paymentDeclined: z.ZodOptional; receiptCreated: z.ZodOptional; receiptSent: z.ZodOptional; chargebackCreated: z.ZodOptional; chargebackReversed: z.ZodOptional; paymentCanceled: z.ZodIntersection; }, z.core.$strip>, z.ZodXor; }, z.core.$strip>, z.ZodObject<{ regular: z.ZodIntersection; formattedAmount: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>, z.ZodXor; }, z.core.$strip>, z.ZodObject<{ creditCardDetails: z.ZodObject<{ lastFourDigits: z.ZodNullable>; brand: z.ZodNullable>; }, z.core.$strip>; }, z.core.$strip>]>>; }, z.core.$strip>]>>; }, z.core.$strip>, z.ZodObject<{ merchantComment: z.ZodOptional; orderRefunded: z.ZodOptional; draftOrderChangesApplied: z.ZodOptional; savedPaymentMethod: z.ZodOptional; authorizedPaymentCreated: z.ZodOptional; authorizedPaymentCaptured: z.ZodOptional; authorizedPaymentVoided: z.ZodOptional; refundInitiated: z.ZodOptional; paymentRefunded: z.ZodOptional; paymentRefundFailed: z.ZodOptional; refundedAsStoreCredit: z.ZodOptional; paymentPending: z.ZodOptional; paymentCanceled: z.ZodOptional; receiptCreated: z.ZodOptional; receiptSent: z.ZodOptional; chargebackCreated: z.ZodOptional; chargebackReversed: z.ZodOptional; paymentDeclined: z.ZodIntersection; }, z.core.$strip>, z.ZodXor; }, z.core.$strip>, z.ZodObject<{ regular: z.ZodIntersection; formattedAmount: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>, z.ZodXor; }, z.core.$strip>, z.ZodObject<{ creditCardDetails: z.ZodObject<{ lastFourDigits: z.ZodNullable>; brand: z.ZodNullable>; }, z.core.$strip>; }, z.core.$strip>]>>; }, z.core.$strip>]>>; }, z.core.$strip>, z.ZodObject<{ merchantComment: z.ZodOptional; orderRefunded: z.ZodOptional; draftOrderChangesApplied: z.ZodOptional; savedPaymentMethod: z.ZodOptional; authorizedPaymentCreated: z.ZodOptional; authorizedPaymentCaptured: z.ZodOptional; authorizedPaymentVoided: z.ZodOptional; refundInitiated: z.ZodOptional; paymentRefunded: z.ZodOptional; paymentRefundFailed: z.ZodOptional; refundedAsStoreCredit: z.ZodOptional; paymentPending: z.ZodOptional; paymentCanceled: z.ZodOptional; paymentDeclined: z.ZodOptional; receiptSent: z.ZodOptional; chargebackCreated: z.ZodOptional; chargebackReversed: z.ZodOptional; receiptCreated: z.ZodIntersection; }, z.core.$strip>, z.ZodXor; externalReceipt: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ externalReceipt: z.ZodOptional; wixReceipt: z.ZodObject<{ receiptId: z.ZodOptional; displayNumber: z.ZodNullable>; }, z.core.$strip>; }, z.core.$strip>, z.ZodObject<{ wixReceipt: z.ZodOptional; externalReceipt: z.ZodObject<{ receiptId: z.ZodNullable>; displayNumber: z.ZodNullable>; }, z.core.$strip>; }, z.core.$strip>]>>; }, z.core.$strip>, z.ZodObject<{ merchantComment: z.ZodOptional; orderRefunded: z.ZodOptional; draftOrderChangesApplied: z.ZodOptional; savedPaymentMethod: z.ZodOptional; authorizedPaymentCreated: z.ZodOptional; authorizedPaymentCaptured: z.ZodOptional; authorizedPaymentVoided: z.ZodOptional; refundInitiated: z.ZodOptional; paymentRefunded: z.ZodOptional; paymentRefundFailed: z.ZodOptional; refundedAsStoreCredit: z.ZodOptional; paymentPending: z.ZodOptional; paymentCanceled: z.ZodOptional; paymentDeclined: z.ZodOptional; receiptCreated: z.ZodOptional; chargebackCreated: z.ZodOptional; chargebackReversed: z.ZodOptional; receiptSent: z.ZodIntersection; }, z.core.$strip>, z.ZodXor; externalReceipt: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ externalReceipt: z.ZodOptional; wixReceipt: z.ZodObject<{ receiptId: z.ZodOptional; displayNumber: z.ZodNullable>; }, z.core.$strip>; }, z.core.$strip>, z.ZodObject<{ wixReceipt: z.ZodOptional; externalReceipt: z.ZodObject<{ receiptId: z.ZodNullable>; displayNumber: z.ZodNullable>; }, z.core.$strip>; }, z.core.$strip>]>>; }, z.core.$strip>, z.ZodObject<{ merchantComment: z.ZodOptional; orderRefunded: z.ZodOptional; draftOrderChangesApplied: z.ZodOptional; savedPaymentMethod: z.ZodOptional; authorizedPaymentCreated: z.ZodOptional; authorizedPaymentCaptured: z.ZodOptional; authorizedPaymentVoided: z.ZodOptional; refundInitiated: z.ZodOptional; paymentRefunded: z.ZodOptional; paymentRefundFailed: z.ZodOptional; refundedAsStoreCredit: z.ZodOptional; paymentPending: z.ZodOptional; paymentCanceled: z.ZodOptional; paymentDeclined: z.ZodOptional; receiptCreated: z.ZodOptional; receiptSent: z.ZodOptional; chargebackReversed: z.ZodOptional; chargebackCreated: z.ZodObject<{ paymentId: z.ZodOptional; chargebackId: z.ZodOptional; amount: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; paymentDetails: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>, z.ZodXor; }, z.core.$strip>, z.ZodObject<{ creditCardDetails: z.ZodObject<{ lastFourDigits: z.ZodNullable>; brand: z.ZodNullable>; }, z.core.$strip>; }, z.core.$strip>]>>>; }, z.core.$strip>; }, z.core.$strip>, z.ZodObject<{ merchantComment: z.ZodOptional; orderRefunded: z.ZodOptional; draftOrderChangesApplied: z.ZodOptional; savedPaymentMethod: z.ZodOptional; authorizedPaymentCreated: z.ZodOptional; authorizedPaymentCaptured: z.ZodOptional; authorizedPaymentVoided: z.ZodOptional; refundInitiated: z.ZodOptional; paymentRefunded: z.ZodOptional; paymentRefundFailed: z.ZodOptional; refundedAsStoreCredit: z.ZodOptional; paymentPending: z.ZodOptional; paymentCanceled: z.ZodOptional; paymentDeclined: z.ZodOptional; receiptCreated: z.ZodOptional; receiptSent: z.ZodOptional; chargebackCreated: z.ZodOptional; chargebackReversed: z.ZodObject<{ paymentId: z.ZodOptional; chargebackId: z.ZodOptional; amount: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; reversalAmount: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; paymentDetails: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>, z.ZodXor; }, z.core.$strip>, z.ZodObject<{ creditCardDetails: z.ZodObject<{ lastFourDigits: z.ZodNullable>; brand: z.ZodNullable>; }, z.core.$strip>; }, z.core.$strip>]>>>; }, z.core.$strip>; }, z.core.$strip>]>>>>; attributionSource: z.ZodOptional>; createdBy: z.ZodOptional, z.ZodXor; memberId: z.ZodOptional; visitorId: z.ZodOptional; appId: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ memberId: z.ZodOptional; visitorId: z.ZodOptional; appId: z.ZodOptional; userId: z.ZodString; }, z.core.$strip>, z.ZodObject<{ userId: z.ZodOptional; visitorId: z.ZodOptional; appId: z.ZodOptional; memberId: z.ZodString; }, z.core.$strip>, z.ZodObject<{ userId: z.ZodOptional; memberId: z.ZodOptional; appId: z.ZodOptional; visitorId: z.ZodString; }, z.core.$strip>, z.ZodObject<{ userId: z.ZodOptional; memberId: z.ZodOptional; visitorId: z.ZodOptional; appId: z.ZodString; }, z.core.$strip>]>>>; channelInfo: z.ZodOptional>; externalOrderId: z.ZodNullable>; externalOrderUrl: z.ZodNullable>; }, z.core.$strip>>; seenByAHuman: z.ZodNullable>; checkoutId: z.ZodNullable>; customFields: z.ZodOptional>; title: z.ZodOptional; translatedTitle: z.ZodNullable>; }, z.core.$strip>>>; balanceSummary: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; paid: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; refunded: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; authorized: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; pendingRefund: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; pending: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; chargeback: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; chargebackReversal: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; platformFees: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; totalMinusPlatformFees: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; additionalFees: z.ZodOptional>; name: z.ZodOptional; price: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; taxDetails: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; taxRate: z.ZodOptional; totalTax: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; taxInfo: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; taxableAmount: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; taxRate: z.ZodNullable>; taxGroupId: z.ZodNullable>; taxIncludedInPrice: z.ZodOptional; taxBreakdown: z.ZodOptional>; rate: z.ZodNullable>; taxAmount: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; taxType: z.ZodNullable>; taxName: z.ZodNullable>; jurisdictionType: z.ZodOptional>; nonTaxableAmount: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; taxableAmount: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>>; }, z.core.$strip>>; providerAppId: z.ZodNullable>; priceBeforeTax: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; priceAfterTax: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; _id: z.ZodOptional; lineItemIds: z.ZodOptional>; source: z.ZodOptional>; }, z.core.$strip>>>; extendedFields: z.ZodOptional>>; }, z.core.$strip>>; purchaseFlowId: z.ZodNullable>; recipientInfo: z.ZodOptional; number: z.ZodOptional; }, z.core.$strip>>; city: z.ZodNullable>; subdivision: z.ZodNullable>; country: z.ZodNullable>; postalCode: z.ZodNullable>; addressLine2: z.ZodNullable>; }, z.core.$strip>>; contactDetails: z.ZodOptional>; lastName: z.ZodNullable>; phone: z.ZodNullable>; company: z.ZodNullable>; vatId: z.ZodOptional; type: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; tags: z.ZodOptional>; }, z.core.$strip>>; tags: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>>; purchasedDate: z.ZodNullable>; businessLocation: z.ZodOptional; name: z.ZodOptional; }, z.core.$strip>>; payAfterFreeTrial: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; shipping: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; tax: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; discount: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; total: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; totalAdditionalFees: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; platformFeeSummary: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; totalPassOn: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; totalAbsorbed: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; fees: z.ZodOptional; translated: z.ZodNullable>; }, z.core.$strip>>; amount: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; lineItemId: z.ZodOptional; chargeType: z.ZodOptional>; percentageRate: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>; declare const BulkUpdateOrdersRequest: z.ZodObject<{ orders: z.ZodArray; _createdDate: z.ZodNullable>; _updatedDate: z.ZodNullable>; lineItems: z.ZodOptional; productName: z.ZodOptional; translated: z.ZodNullable>; }, z.core.$strip>>; catalogReference: z.ZodOptional; appId: z.ZodOptional; options: z.ZodNullable>>; }, z.core.$strip>>; quantity: z.ZodOptional; totalDiscount: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; descriptionLines: z.ZodOptional; translated: z.ZodNullable>; }, z.core.$strip>>; }, z.core.$strip>, z.ZodXor; colorInfo: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ colorInfo: z.ZodOptional; plainText: z.ZodObject<{ original: z.ZodOptional; translated: z.ZodNullable>; }, z.core.$strip>; }, z.core.$strip>, z.ZodObject<{ plainText: z.ZodOptional; colorInfo: z.ZodObject<{ original: z.ZodOptional; translated: z.ZodNullable>; code: z.ZodNullable>; }, z.core.$strip>; }, z.core.$strip>]>>>>; image: z.ZodOptional; physicalProperties: z.ZodOptional>; sku: z.ZodNullable>; shippable: z.ZodOptional; }, z.core.$strip>>; itemType: z.ZodOptional, z.ZodXor; custom: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ custom: z.ZodOptional; preset: z.ZodEnum<{ UNRECOGNISED: "UNRECOGNISED"; PHYSICAL: "PHYSICAL"; DIGITAL: "DIGITAL"; GIFT_CARD: "GIFT_CARD"; SERVICE: "SERVICE"; }>; }, z.core.$strip>, z.ZodObject<{ preset: z.ZodOptional; custom: z.ZodString; }, z.core.$strip>]>>>; fulfillerId: z.ZodNullable>; refundQuantity: z.ZodNullable>; restockQuantity: z.ZodNullable>; price: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; priceBeforeDiscounts: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; totalPriceBeforeTax: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; totalPriceAfterTax: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; paymentOption: z.ZodOptional>; taxDetails: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; taxRate: z.ZodOptional; totalTax: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; taxInfo: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; taxableAmount: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; taxRate: z.ZodNullable>; taxGroupId: z.ZodNullable>; taxIncludedInPrice: z.ZodOptional; taxBreakdown: z.ZodOptional>; rate: z.ZodNullable>; taxAmount: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; taxType: z.ZodNullable>; taxName: z.ZodNullable>; jurisdictionType: z.ZodOptional>; nonTaxableAmount: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; taxableAmount: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>>; }, z.core.$strip>>; digitalFile: z.ZodOptional; link: z.ZodNullable>; expirationDate: z.ZodNullable>; }, z.core.$strip>>; subscriptionInfo: z.ZodOptional>; cycleNumber: z.ZodOptional; subscriptionOptionTitle: z.ZodOptional; subscriptionOptionDescription: z.ZodNullable>; subscriptionSettings: z.ZodOptional>; interval: z.ZodNullable>; autoRenewal: z.ZodOptional; billingCycles: z.ZodNullable>; enableCustomerCancellation: z.ZodOptional; freeTrialPeriod: z.ZodOptional>; interval: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; chargesDescription: z.ZodNullable>; }, z.core.$strip>>; priceDescription: z.ZodOptional; translated: z.ZodNullable>; }, z.core.$strip>>; depositAmount: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; locations: z.ZodOptional; appId: z.ZodNullable>; quantity: z.ZodOptional; name: z.ZodNullable>; }, z.core.$strip>>>; lineItemPrice: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; taxableAddress: z.ZodOptional, z.ZodXor; }, z.core.$strip>, z.ZodObject<{ addressType: z.ZodEnum<{ BUSINESS: "BUSINESS"; BILLING: "BILLING"; SHIPPING: "SHIPPING"; }>; }, z.core.$strip>]>>>; priceUndetermined: z.ZodOptional; extendedFields: z.ZodOptional>>; }, z.core.$strip>>; modifierGroups: z.ZodOptional; name: z.ZodOptional; translated: z.ZodNullable>; }, z.core.$strip>>; modifiers: z.ZodOptional; quantity: z.ZodNullable>; label: z.ZodOptional; translated: z.ZodNullable>; }, z.core.$strip>>; details: z.ZodOptional; translated: z.ZodNullable>; }, z.core.$strip>>; price: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>>; }, z.core.$strip>>>; }, z.core.$strip>>>; buyerInfo: z.ZodOptional>; email: z.ZodNullable>; }, z.core.$strip>, z.ZodXor; memberId: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ memberId: z.ZodOptional; visitorId: z.ZodString; }, z.core.$strip>, z.ZodObject<{ visitorId: z.ZodOptional; memberId: z.ZodString; }, z.core.$strip>]>>>; paymentStatus: z.ZodOptional>; fulfillmentStatus: z.ZodOptional>; buyerLanguage: z.ZodNullable>; weightUnit: z.ZodOptional>; currency: z.ZodNullable>; currencyConversionDetails: z.ZodOptional>; conversionRate: z.ZodNullable>; }, z.core.$strip>>; taxIncludedInPrices: z.ZodOptional; siteLanguage: z.ZodNullable>; priceSummary: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; shipping: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; tax: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; discount: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; total: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; totalAdditionalFees: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; billingInfo: z.ZodOptional; number: z.ZodOptional; }, z.core.$strip>>; city: z.ZodNullable>; subdivision: z.ZodNullable>; country: z.ZodNullable>; postalCode: z.ZodNullable>; addressLine2: z.ZodNullable>; }, z.core.$strip>>; contactDetails: z.ZodOptional>; lastName: z.ZodNullable>; phone: z.ZodNullable>; company: z.ZodNullable>; vatId: z.ZodOptional; type: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; shippingInfo: z.ZodOptional>; code: z.ZodNullable>; title: z.ZodOptional; logistics: z.ZodOptional>; instructions: z.ZodNullable>; deliverByDate: z.ZodNullable>; deliveryTimeSlot: z.ZodOptional>; to: z.ZodNullable>; }, z.core.$strip>>; }, z.core.$strip>, z.ZodXor; pickupDetails: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ pickupDetails: z.ZodOptional; shippingDestination: z.ZodObject<{ address: z.ZodOptional; number: z.ZodOptional; }, z.core.$strip>>; city: z.ZodNullable>; subdivision: z.ZodNullable>; country: z.ZodNullable>; postalCode: z.ZodNullable>; addressLine2: z.ZodNullable>; }, z.core.$strip>>; contactDetails: z.ZodOptional>; lastName: z.ZodNullable>; phone: z.ZodNullable>; company: z.ZodNullable>; vatId: z.ZodOptional; type: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>; }, z.core.$strip>, z.ZodObject<{ shippingDestination: z.ZodOptional; pickupDetails: z.ZodObject<{ address: z.ZodOptional; number: z.ZodOptional; }, z.core.$strip>>; city: z.ZodNullable>; subdivision: z.ZodNullable>; country: z.ZodNullable>; postalCode: z.ZodNullable>; addressLine2: z.ZodNullable>; }, z.core.$strip>>; pickupMethod: z.ZodOptional>; }, z.core.$strip>; }, z.core.$strip>]>>>; cost: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; totalPriceBeforeTax: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; totalPriceAfterTax: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; taxDetails: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; taxRate: z.ZodOptional; totalTax: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; taxInfo: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; taxableAmount: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; taxRate: z.ZodNullable>; taxGroupId: z.ZodNullable>; taxIncludedInPrice: z.ZodOptional; taxBreakdown: z.ZodOptional>; rate: z.ZodNullable>; taxAmount: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; taxType: z.ZodNullable>; taxName: z.ZodNullable>; jurisdictionType: z.ZodOptional>; nonTaxableAmount: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; taxableAmount: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>>; }, z.core.$strip>>; discount: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; region: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>>; buyerNote: z.ZodNullable>; status: z.ZodOptional>; archived: z.ZodNullable>; taxSummary: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; taxInfo: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; taxBreakdown: z.ZodOptional; taxType: z.ZodOptional; jurisdiction: z.ZodOptional; jurisdictionType: z.ZodOptional>; rate: z.ZodOptional; aggregatedTaxAmount: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>>; taxExempt: z.ZodNullable>; }, z.core.$strip>>; appliedDiscounts: z.ZodOptional>; lineItemIds: z.ZodOptional>; _id: z.ZodNullable>; lineItemDiscounts: z.ZodOptional; totalDiscount: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>>; }, z.core.$strip>, z.ZodXor; merchantDiscount: z.ZodOptional; discountRule: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ merchantDiscount: z.ZodOptional; discountRule: z.ZodOptional; coupon: z.ZodObject<{ _id: z.ZodOptional; code: z.ZodOptional; name: z.ZodOptional; amount: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; }, z.core.$strip>, z.ZodObject<{ coupon: z.ZodOptional; discountRule: z.ZodOptional; merchantDiscount: z.ZodIntersection; formattedAmount: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>, z.ZodXor; description: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ description: z.ZodOptional; discountReason: z.ZodEnum<{ UNSPECIFIED: "UNSPECIFIED"; EXCHANGED_ITEMS: "EXCHANGED_ITEMS"; BILLING_ADJUSTMENT: "BILLING_ADJUSTMENT"; }>; }, z.core.$strip>, z.ZodObject<{ discountReason: z.ZodOptional; description: z.ZodString; }, z.core.$strip>]>>; }, z.core.$strip>, z.ZodObject<{ coupon: z.ZodOptional; merchantDiscount: z.ZodOptional; discountRule: z.ZodObject<{ _id: z.ZodOptional; name: z.ZodOptional; translated: z.ZodNullable>; }, z.core.$strip>>; amount: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; }, z.core.$strip>]>>>>; activities: z.ZodOptional>; authorEmail: z.ZodNullable>; _createdDate: z.ZodNullable>; type: z.ZodOptional>; activityType: z.ZodOptional>; }, z.core.$strip>, z.ZodXor; orderRefunded: z.ZodOptional; draftOrderChangesApplied: z.ZodOptional; savedPaymentMethod: z.ZodOptional; authorizedPaymentCreated: z.ZodOptional; authorizedPaymentCaptured: z.ZodOptional; authorizedPaymentVoided: z.ZodOptional; refundInitiated: z.ZodOptional; paymentRefunded: z.ZodOptional; paymentRefundFailed: z.ZodOptional; refundedAsStoreCredit: z.ZodOptional; paymentPending: z.ZodOptional; paymentCanceled: z.ZodOptional; paymentDeclined: z.ZodOptional; receiptCreated: z.ZodOptional; receiptSent: z.ZodOptional; chargebackCreated: z.ZodOptional; chargebackReversed: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ orderRefunded: z.ZodOptional; draftOrderChangesApplied: z.ZodOptional; savedPaymentMethod: z.ZodOptional; authorizedPaymentCreated: z.ZodOptional; authorizedPaymentCaptured: z.ZodOptional; authorizedPaymentVoided: z.ZodOptional; refundInitiated: z.ZodOptional; paymentRefunded: z.ZodOptional; paymentRefundFailed: z.ZodOptional; refundedAsStoreCredit: z.ZodOptional; paymentPending: z.ZodOptional; paymentCanceled: z.ZodOptional; paymentDeclined: z.ZodOptional; receiptCreated: z.ZodOptional; receiptSent: z.ZodOptional; chargebackCreated: z.ZodOptional; chargebackReversed: z.ZodOptional; merchantComment: z.ZodObject<{ message: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>, z.ZodObject<{ merchantComment: z.ZodOptional; draftOrderChangesApplied: z.ZodOptional; savedPaymentMethod: z.ZodOptional; authorizedPaymentCreated: z.ZodOptional; authorizedPaymentCaptured: z.ZodOptional; authorizedPaymentVoided: z.ZodOptional; refundInitiated: z.ZodOptional; paymentRefunded: z.ZodOptional; paymentRefundFailed: z.ZodOptional; refundedAsStoreCredit: z.ZodOptional; paymentPending: z.ZodOptional; paymentCanceled: z.ZodOptional; paymentDeclined: z.ZodOptional; receiptCreated: z.ZodOptional; receiptSent: z.ZodOptional; chargebackCreated: z.ZodOptional; chargebackReversed: z.ZodOptional; orderRefunded: z.ZodObject<{ manual: z.ZodOptional; amount: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; reason: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>, z.ZodObject<{ merchantComment: z.ZodOptional; orderRefunded: z.ZodOptional; savedPaymentMethod: z.ZodOptional; authorizedPaymentCreated: z.ZodOptional; authorizedPaymentCaptured: z.ZodOptional; authorizedPaymentVoided: z.ZodOptional; refundInitiated: z.ZodOptional; paymentRefunded: z.ZodOptional; paymentRefundFailed: z.ZodOptional; refundedAsStoreCredit: z.ZodOptional; paymentPending: z.ZodOptional; paymentCanceled: z.ZodOptional; paymentDeclined: z.ZodOptional; receiptCreated: z.ZodOptional; receiptSent: z.ZodOptional; chargebackCreated: z.ZodOptional; chargebackReversed: z.ZodOptional; draftOrderChangesApplied: z.ZodObject<{ draftOrderId: z.ZodOptional; reason: z.ZodNullable>; changes: z.ZodOptional, z.ZodXor; lineItemAdded: z.ZodOptional; lineItemRemoved: z.ZodOptional; discountAdded: z.ZodOptional; discountRemoved: z.ZodOptional; additionalFeeAdded: z.ZodOptional; additionalFeeRemoved: z.ZodOptional; totalPriceChanged: z.ZodOptional; shippingInformationChanged: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ lineItemAdded: z.ZodOptional; lineItemRemoved: z.ZodOptional; discountAdded: z.ZodOptional; discountRemoved: z.ZodOptional; additionalFeeAdded: z.ZodOptional; additionalFeeRemoved: z.ZodOptional; totalPriceChanged: z.ZodOptional; shippingInformationChanged: z.ZodOptional; lineItemChanged: z.ZodObject<{ _id: z.ZodOptional; name: z.ZodOptional; translated: z.ZodNullable>; }, z.core.$strip>>; quantity: z.ZodOptional; newQuantity: z.ZodOptional; diff: z.ZodOptional; deltaType: z.ZodOptional>; }, z.core.$strip>>; price: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; newPrice: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>; }, z.core.$strip>, z.ZodObject<{ lineItemChanged: z.ZodOptional; lineItemRemoved: z.ZodOptional; discountAdded: z.ZodOptional; discountRemoved: z.ZodOptional; additionalFeeAdded: z.ZodOptional; additionalFeeRemoved: z.ZodOptional; totalPriceChanged: z.ZodOptional; shippingInformationChanged: z.ZodOptional; lineItemAdded: z.ZodObject<{ _id: z.ZodOptional; name: z.ZodOptional; translated: z.ZodNullable>; }, z.core.$strip>>; quantity: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>, z.ZodObject<{ lineItemChanged: z.ZodOptional; lineItemAdded: z.ZodOptional; discountAdded: z.ZodOptional; discountRemoved: z.ZodOptional; additionalFeeAdded: z.ZodOptional; additionalFeeRemoved: z.ZodOptional; totalPriceChanged: z.ZodOptional; shippingInformationChanged: z.ZodOptional; lineItemRemoved: z.ZodObject<{ _id: z.ZodOptional; name: z.ZodOptional; translated: z.ZodNullable>; }, z.core.$strip>>; quantity: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>, z.ZodObject<{ lineItemChanged: z.ZodOptional; lineItemAdded: z.ZodOptional; lineItemRemoved: z.ZodOptional; discountRemoved: z.ZodOptional; additionalFeeAdded: z.ZodOptional; additionalFeeRemoved: z.ZodOptional; totalPriceChanged: z.ZodOptional; shippingInformationChanged: z.ZodOptional; discountAdded: z.ZodObject<{ _id: z.ZodOptional; name: z.ZodOptional; translated: z.ZodNullable>; }, z.core.$strip>>; affectedLineItems: z.ZodOptional; name: z.ZodOptional; translated: z.ZodNullable>; }, z.core.$strip>>; amount: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>>; totalAmount: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; }, z.core.$strip>, z.ZodObject<{ lineItemChanged: z.ZodOptional; lineItemAdded: z.ZodOptional; lineItemRemoved: z.ZodOptional; discountAdded: z.ZodOptional; additionalFeeAdded: z.ZodOptional; additionalFeeRemoved: z.ZodOptional; totalPriceChanged: z.ZodOptional; shippingInformationChanged: z.ZodOptional; discountRemoved: z.ZodObject<{ _id: z.ZodOptional; name: z.ZodOptional; translated: z.ZodNullable>; }, z.core.$strip>>; affectedLineItems: z.ZodOptional; name: z.ZodOptional; translated: z.ZodNullable>; }, z.core.$strip>>; amount: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>>; totalAmount: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; }, z.core.$strip>, z.ZodObject<{ lineItemChanged: z.ZodOptional; lineItemAdded: z.ZodOptional; lineItemRemoved: z.ZodOptional; discountAdded: z.ZodOptional; discountRemoved: z.ZodOptional; additionalFeeRemoved: z.ZodOptional; totalPriceChanged: z.ZodOptional; shippingInformationChanged: z.ZodOptional; additionalFeeAdded: z.ZodObject<{ _id: z.ZodOptional; name: z.ZodOptional; translated: z.ZodNullable>; }, z.core.$strip>>; affectedLineItems: z.ZodOptional; name: z.ZodOptional; translated: z.ZodNullable>; }, z.core.$strip>>; amount: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>>; totalAmount: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; }, z.core.$strip>, z.ZodObject<{ lineItemChanged: z.ZodOptional; lineItemAdded: z.ZodOptional; lineItemRemoved: z.ZodOptional; discountAdded: z.ZodOptional; discountRemoved: z.ZodOptional; additionalFeeAdded: z.ZodOptional; totalPriceChanged: z.ZodOptional; shippingInformationChanged: z.ZodOptional; additionalFeeRemoved: z.ZodObject<{ _id: z.ZodOptional; name: z.ZodOptional; translated: z.ZodNullable>; }, z.core.$strip>>; affectedLineItems: z.ZodOptional; name: z.ZodOptional; translated: z.ZodNullable>; }, z.core.$strip>>; amount: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>>; totalAmount: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; }, z.core.$strip>, z.ZodObject<{ lineItemChanged: z.ZodOptional; lineItemAdded: z.ZodOptional; lineItemRemoved: z.ZodOptional; discountAdded: z.ZodOptional; discountRemoved: z.ZodOptional; additionalFeeAdded: z.ZodOptional; additionalFeeRemoved: z.ZodOptional; shippingInformationChanged: z.ZodOptional; totalPriceChanged: z.ZodObject<{ originalTotal: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; newTotal: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; }, z.core.$strip>, z.ZodObject<{ lineItemChanged: z.ZodOptional; lineItemAdded: z.ZodOptional; lineItemRemoved: z.ZodOptional; discountAdded: z.ZodOptional; discountRemoved: z.ZodOptional; additionalFeeAdded: z.ZodOptional; additionalFeeRemoved: z.ZodOptional; totalPriceChanged: z.ZodOptional; shippingInformationChanged: z.ZodObject<{ originalShippingInfo: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; shippingTitle: z.ZodOptional; }, z.core.$strip>>; newShippingInfo: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; shippingTitle: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; }, z.core.$strip>]>>>>; }, z.core.$strip>; }, z.core.$strip>, z.ZodObject<{ merchantComment: z.ZodOptional; orderRefunded: z.ZodOptional; draftOrderChangesApplied: z.ZodOptional; authorizedPaymentCreated: z.ZodOptional; authorizedPaymentCaptured: z.ZodOptional; authorizedPaymentVoided: z.ZodOptional; refundInitiated: z.ZodOptional; paymentRefunded: z.ZodOptional; paymentRefundFailed: z.ZodOptional; refundedAsStoreCredit: z.ZodOptional; paymentPending: z.ZodOptional; paymentCanceled: z.ZodOptional; paymentDeclined: z.ZodOptional; receiptCreated: z.ZodOptional; receiptSent: z.ZodOptional; chargebackCreated: z.ZodOptional; chargebackReversed: z.ZodOptional; savedPaymentMethod: z.ZodObject<{ name: z.ZodOptional; description: z.ZodNullable>; }, z.core.$strip>; }, z.core.$strip>, z.ZodObject<{ merchantComment: z.ZodOptional; orderRefunded: z.ZodOptional; draftOrderChangesApplied: z.ZodOptional; savedPaymentMethod: z.ZodOptional; authorizedPaymentCaptured: z.ZodOptional; authorizedPaymentVoided: z.ZodOptional; refundInitiated: z.ZodOptional; paymentRefunded: z.ZodOptional; paymentRefundFailed: z.ZodOptional; refundedAsStoreCredit: z.ZodOptional; paymentPending: z.ZodOptional; paymentCanceled: z.ZodOptional; paymentDeclined: z.ZodOptional; receiptCreated: z.ZodOptional; receiptSent: z.ZodOptional; chargebackCreated: z.ZodOptional; chargebackReversed: z.ZodOptional; authorizedPaymentCreated: z.ZodObject<{ paymentId: z.ZodOptional; amount: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; lastFourDigits: z.ZodNullable>; brand: z.ZodNullable>; }, z.core.$strip>; }, z.core.$strip>, z.ZodObject<{ merchantComment: z.ZodOptional; orderRefunded: z.ZodOptional; draftOrderChangesApplied: z.ZodOptional; savedPaymentMethod: z.ZodOptional; authorizedPaymentCreated: z.ZodOptional; authorizedPaymentVoided: z.ZodOptional; refundInitiated: z.ZodOptional; paymentRefunded: z.ZodOptional; paymentRefundFailed: z.ZodOptional; refundedAsStoreCredit: z.ZodOptional; paymentPending: z.ZodOptional; paymentCanceled: z.ZodOptional; paymentDeclined: z.ZodOptional; receiptCreated: z.ZodOptional; receiptSent: z.ZodOptional; chargebackCreated: z.ZodOptional; chargebackReversed: z.ZodOptional; authorizedPaymentCaptured: z.ZodObject<{ paymentId: z.ZodOptional; amount: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; lastFourDigits: z.ZodNullable>; brand: z.ZodNullable>; }, z.core.$strip>; }, z.core.$strip>, z.ZodObject<{ merchantComment: z.ZodOptional; orderRefunded: z.ZodOptional; draftOrderChangesApplied: z.ZodOptional; savedPaymentMethod: z.ZodOptional; authorizedPaymentCreated: z.ZodOptional; authorizedPaymentCaptured: z.ZodOptional; refundInitiated: z.ZodOptional; paymentRefunded: z.ZodOptional; paymentRefundFailed: z.ZodOptional; refundedAsStoreCredit: z.ZodOptional; paymentPending: z.ZodOptional; paymentCanceled: z.ZodOptional; paymentDeclined: z.ZodOptional; receiptCreated: z.ZodOptional; receiptSent: z.ZodOptional; chargebackCreated: z.ZodOptional; chargebackReversed: z.ZodOptional; authorizedPaymentVoided: z.ZodObject<{ paymentId: z.ZodOptional; amount: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; lastFourDigits: z.ZodNullable>; brand: z.ZodNullable>; }, z.core.$strip>; }, z.core.$strip>, z.ZodObject<{ merchantComment: z.ZodOptional; orderRefunded: z.ZodOptional; draftOrderChangesApplied: z.ZodOptional; savedPaymentMethod: z.ZodOptional; authorizedPaymentCreated: z.ZodOptional; authorizedPaymentCaptured: z.ZodOptional; authorizedPaymentVoided: z.ZodOptional; paymentRefunded: z.ZodOptional; paymentRefundFailed: z.ZodOptional; refundedAsStoreCredit: z.ZodOptional; paymentPending: z.ZodOptional; paymentCanceled: z.ZodOptional; paymentDeclined: z.ZodOptional; receiptCreated: z.ZodOptional; receiptSent: z.ZodOptional; chargebackCreated: z.ZodOptional; chargebackReversed: z.ZodOptional; refundInitiated: z.ZodObject<{ refundId: z.ZodOptional; amount: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; payments: z.ZodOptional; externalRefund: z.ZodOptional; }, z.core.$strip>, z.ZodXor; giftCard: z.ZodOptional; membership: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ giftCard: z.ZodOptional; membership: z.ZodOptional; regular: z.ZodObject<{ amount: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; lastFourDigits: z.ZodNullable>; brand: z.ZodNullable>; }, z.core.$strip>; }, z.core.$strip>, z.ZodObject<{ regular: z.ZodOptional; membership: z.ZodOptional; giftCard: z.ZodObject<{ giftCardPaymentId: z.ZodNullable>; amount: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; }, z.core.$strip>, z.ZodObject<{ regular: z.ZodOptional; giftCard: z.ZodOptional; membership: z.ZodObject<{ membershipId: z.ZodNullable>; }, z.core.$strip>; }, z.core.$strip>]>>>>; reason: z.ZodNullable>; }, z.core.$strip>; }, z.core.$strip>, z.ZodObject<{ merchantComment: z.ZodOptional; orderRefunded: z.ZodOptional; draftOrderChangesApplied: z.ZodOptional; savedPaymentMethod: z.ZodOptional; authorizedPaymentCreated: z.ZodOptional; authorizedPaymentCaptured: z.ZodOptional; authorizedPaymentVoided: z.ZodOptional; refundInitiated: z.ZodOptional; paymentRefundFailed: z.ZodOptional; refundedAsStoreCredit: z.ZodOptional; paymentPending: z.ZodOptional; paymentCanceled: z.ZodOptional; paymentDeclined: z.ZodOptional; receiptCreated: z.ZodOptional; receiptSent: z.ZodOptional; chargebackCreated: z.ZodOptional; chargebackReversed: z.ZodOptional; paymentRefunded: z.ZodObject<{ refundId: z.ZodOptional; payment: z.ZodOptional; externalRefund: z.ZodOptional; }, z.core.$strip>, z.ZodXor; giftCard: z.ZodOptional; membership: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ giftCard: z.ZodOptional; membership: z.ZodOptional; regular: z.ZodObject<{ amount: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; lastFourDigits: z.ZodNullable>; brand: z.ZodNullable>; }, z.core.$strip>; }, z.core.$strip>, z.ZodObject<{ regular: z.ZodOptional; membership: z.ZodOptional; giftCard: z.ZodObject<{ giftCardPaymentId: z.ZodNullable>; amount: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; }, z.core.$strip>, z.ZodObject<{ regular: z.ZodOptional; giftCard: z.ZodOptional; membership: z.ZodObject<{ membershipId: z.ZodNullable>; }, z.core.$strip>; }, z.core.$strip>]>>>; }, z.core.$strip>; }, z.core.$strip>, z.ZodObject<{ merchantComment: z.ZodOptional; orderRefunded: z.ZodOptional; draftOrderChangesApplied: z.ZodOptional; savedPaymentMethod: z.ZodOptional; authorizedPaymentCreated: z.ZodOptional; authorizedPaymentCaptured: z.ZodOptional; authorizedPaymentVoided: z.ZodOptional; refundInitiated: z.ZodOptional; paymentRefunded: z.ZodOptional; refundedAsStoreCredit: z.ZodOptional; paymentPending: z.ZodOptional; paymentCanceled: z.ZodOptional; paymentDeclined: z.ZodOptional; receiptCreated: z.ZodOptional; receiptSent: z.ZodOptional; chargebackCreated: z.ZodOptional; chargebackReversed: z.ZodOptional; paymentRefundFailed: z.ZodObject<{ refundId: z.ZodOptional; payment: z.ZodOptional; externalRefund: z.ZodOptional; }, z.core.$strip>, z.ZodXor; giftCard: z.ZodOptional; membership: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ giftCard: z.ZodOptional; membership: z.ZodOptional; regular: z.ZodObject<{ amount: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; lastFourDigits: z.ZodNullable>; brand: z.ZodNullable>; }, z.core.$strip>; }, z.core.$strip>, z.ZodObject<{ regular: z.ZodOptional; membership: z.ZodOptional; giftCard: z.ZodObject<{ giftCardPaymentId: z.ZodNullable>; amount: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; }, z.core.$strip>, z.ZodObject<{ regular: z.ZodOptional; giftCard: z.ZodOptional; membership: z.ZodObject<{ membershipId: z.ZodNullable>; }, z.core.$strip>; }, z.core.$strip>]>>>; }, z.core.$strip>; }, z.core.$strip>, z.ZodObject<{ merchantComment: z.ZodOptional; orderRefunded: z.ZodOptional; draftOrderChangesApplied: z.ZodOptional; savedPaymentMethod: z.ZodOptional; authorizedPaymentCreated: z.ZodOptional; authorizedPaymentCaptured: z.ZodOptional; authorizedPaymentVoided: z.ZodOptional; refundInitiated: z.ZodOptional; paymentRefunded: z.ZodOptional; paymentRefundFailed: z.ZodOptional; paymentPending: z.ZodOptional; paymentCanceled: z.ZodOptional; paymentDeclined: z.ZodOptional; receiptCreated: z.ZodOptional; receiptSent: z.ZodOptional; chargebackCreated: z.ZodOptional; chargebackReversed: z.ZodOptional; refundedAsStoreCredit: z.ZodObject<{ amount: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; reason: z.ZodNullable>; }, z.core.$strip>; }, z.core.$strip>, z.ZodObject<{ merchantComment: z.ZodOptional; orderRefunded: z.ZodOptional; draftOrderChangesApplied: z.ZodOptional; savedPaymentMethod: z.ZodOptional; authorizedPaymentCreated: z.ZodOptional; authorizedPaymentCaptured: z.ZodOptional; authorizedPaymentVoided: z.ZodOptional; refundInitiated: z.ZodOptional; paymentRefunded: z.ZodOptional; paymentRefundFailed: z.ZodOptional; refundedAsStoreCredit: z.ZodOptional; paymentCanceled: z.ZodOptional; paymentDeclined: z.ZodOptional; receiptCreated: z.ZodOptional; receiptSent: z.ZodOptional; chargebackCreated: z.ZodOptional; chargebackReversed: z.ZodOptional; paymentPending: z.ZodIntersection; }, z.core.$strip>, z.ZodXor; }, z.core.$strip>, z.ZodObject<{ regular: z.ZodIntersection; formattedAmount: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>, z.ZodXor; }, z.core.$strip>, z.ZodObject<{ creditCardDetails: z.ZodObject<{ lastFourDigits: z.ZodNullable>; brand: z.ZodNullable>; }, z.core.$strip>; }, z.core.$strip>]>>; }, z.core.$strip>]>>; }, z.core.$strip>, z.ZodObject<{ merchantComment: z.ZodOptional; orderRefunded: z.ZodOptional; draftOrderChangesApplied: z.ZodOptional; savedPaymentMethod: z.ZodOptional; authorizedPaymentCreated: z.ZodOptional; authorizedPaymentCaptured: z.ZodOptional; authorizedPaymentVoided: z.ZodOptional; refundInitiated: z.ZodOptional; paymentRefunded: z.ZodOptional; paymentRefundFailed: z.ZodOptional; refundedAsStoreCredit: z.ZodOptional; paymentPending: z.ZodOptional; paymentDeclined: z.ZodOptional; receiptCreated: z.ZodOptional; receiptSent: z.ZodOptional; chargebackCreated: z.ZodOptional; chargebackReversed: z.ZodOptional; paymentCanceled: z.ZodIntersection; }, z.core.$strip>, z.ZodXor; }, z.core.$strip>, z.ZodObject<{ regular: z.ZodIntersection; formattedAmount: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>, z.ZodXor; }, z.core.$strip>, z.ZodObject<{ creditCardDetails: z.ZodObject<{ lastFourDigits: z.ZodNullable>; brand: z.ZodNullable>; }, z.core.$strip>; }, z.core.$strip>]>>; }, z.core.$strip>]>>; }, z.core.$strip>, z.ZodObject<{ merchantComment: z.ZodOptional; orderRefunded: z.ZodOptional; draftOrderChangesApplied: z.ZodOptional; savedPaymentMethod: z.ZodOptional; authorizedPaymentCreated: z.ZodOptional; authorizedPaymentCaptured: z.ZodOptional; authorizedPaymentVoided: z.ZodOptional; refundInitiated: z.ZodOptional; paymentRefunded: z.ZodOptional; paymentRefundFailed: z.ZodOptional; refundedAsStoreCredit: z.ZodOptional; paymentPending: z.ZodOptional; paymentCanceled: z.ZodOptional; receiptCreated: z.ZodOptional; receiptSent: z.ZodOptional; chargebackCreated: z.ZodOptional; chargebackReversed: z.ZodOptional; paymentDeclined: z.ZodIntersection; }, z.core.$strip>, z.ZodXor; }, z.core.$strip>, z.ZodObject<{ regular: z.ZodIntersection; formattedAmount: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>, z.ZodXor; }, z.core.$strip>, z.ZodObject<{ creditCardDetails: z.ZodObject<{ lastFourDigits: z.ZodNullable>; brand: z.ZodNullable>; }, z.core.$strip>; }, z.core.$strip>]>>; }, z.core.$strip>]>>; }, z.core.$strip>, z.ZodObject<{ merchantComment: z.ZodOptional; orderRefunded: z.ZodOptional; draftOrderChangesApplied: z.ZodOptional; savedPaymentMethod: z.ZodOptional; authorizedPaymentCreated: z.ZodOptional; authorizedPaymentCaptured: z.ZodOptional; authorizedPaymentVoided: z.ZodOptional; refundInitiated: z.ZodOptional; paymentRefunded: z.ZodOptional; paymentRefundFailed: z.ZodOptional; refundedAsStoreCredit: z.ZodOptional; paymentPending: z.ZodOptional; paymentCanceled: z.ZodOptional; paymentDeclined: z.ZodOptional; receiptSent: z.ZodOptional; chargebackCreated: z.ZodOptional; chargebackReversed: z.ZodOptional; receiptCreated: z.ZodIntersection; }, z.core.$strip>, z.ZodXor; externalReceipt: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ externalReceipt: z.ZodOptional; wixReceipt: z.ZodObject<{ receiptId: z.ZodOptional; displayNumber: z.ZodNullable>; }, z.core.$strip>; }, z.core.$strip>, z.ZodObject<{ wixReceipt: z.ZodOptional; externalReceipt: z.ZodObject<{ receiptId: z.ZodNullable>; displayNumber: z.ZodNullable>; }, z.core.$strip>; }, z.core.$strip>]>>; }, z.core.$strip>, z.ZodObject<{ merchantComment: z.ZodOptional; orderRefunded: z.ZodOptional; draftOrderChangesApplied: z.ZodOptional; savedPaymentMethod: z.ZodOptional; authorizedPaymentCreated: z.ZodOptional; authorizedPaymentCaptured: z.ZodOptional; authorizedPaymentVoided: z.ZodOptional; refundInitiated: z.ZodOptional; paymentRefunded: z.ZodOptional; paymentRefundFailed: z.ZodOptional; refundedAsStoreCredit: z.ZodOptional; paymentPending: z.ZodOptional; paymentCanceled: z.ZodOptional; paymentDeclined: z.ZodOptional; receiptCreated: z.ZodOptional; chargebackCreated: z.ZodOptional; chargebackReversed: z.ZodOptional; receiptSent: z.ZodIntersection; }, z.core.$strip>, z.ZodXor; externalReceipt: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ externalReceipt: z.ZodOptional; wixReceipt: z.ZodObject<{ receiptId: z.ZodOptional; displayNumber: z.ZodNullable>; }, z.core.$strip>; }, z.core.$strip>, z.ZodObject<{ wixReceipt: z.ZodOptional; externalReceipt: z.ZodObject<{ receiptId: z.ZodNullable>; displayNumber: z.ZodNullable>; }, z.core.$strip>; }, z.core.$strip>]>>; }, z.core.$strip>, z.ZodObject<{ merchantComment: z.ZodOptional; orderRefunded: z.ZodOptional; draftOrderChangesApplied: z.ZodOptional; savedPaymentMethod: z.ZodOptional; authorizedPaymentCreated: z.ZodOptional; authorizedPaymentCaptured: z.ZodOptional; authorizedPaymentVoided: z.ZodOptional; refundInitiated: z.ZodOptional; paymentRefunded: z.ZodOptional; paymentRefundFailed: z.ZodOptional; refundedAsStoreCredit: z.ZodOptional; paymentPending: z.ZodOptional; paymentCanceled: z.ZodOptional; paymentDeclined: z.ZodOptional; receiptCreated: z.ZodOptional; receiptSent: z.ZodOptional; chargebackReversed: z.ZodOptional; chargebackCreated: z.ZodObject<{ paymentId: z.ZodOptional; chargebackId: z.ZodOptional; amount: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; paymentDetails: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>, z.ZodXor; }, z.core.$strip>, z.ZodObject<{ creditCardDetails: z.ZodObject<{ lastFourDigits: z.ZodNullable>; brand: z.ZodNullable>; }, z.core.$strip>; }, z.core.$strip>]>>>; }, z.core.$strip>; }, z.core.$strip>, z.ZodObject<{ merchantComment: z.ZodOptional; orderRefunded: z.ZodOptional; draftOrderChangesApplied: z.ZodOptional; savedPaymentMethod: z.ZodOptional; authorizedPaymentCreated: z.ZodOptional; authorizedPaymentCaptured: z.ZodOptional; authorizedPaymentVoided: z.ZodOptional; refundInitiated: z.ZodOptional; paymentRefunded: z.ZodOptional; paymentRefundFailed: z.ZodOptional; refundedAsStoreCredit: z.ZodOptional; paymentPending: z.ZodOptional; paymentCanceled: z.ZodOptional; paymentDeclined: z.ZodOptional; receiptCreated: z.ZodOptional; receiptSent: z.ZodOptional; chargebackCreated: z.ZodOptional; chargebackReversed: z.ZodObject<{ paymentId: z.ZodOptional; chargebackId: z.ZodOptional; amount: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; reversalAmount: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; paymentDetails: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>, z.ZodXor; }, z.core.$strip>, z.ZodObject<{ creditCardDetails: z.ZodObject<{ lastFourDigits: z.ZodNullable>; brand: z.ZodNullable>; }, z.core.$strip>; }, z.core.$strip>]>>>; }, z.core.$strip>; }, z.core.$strip>]>>>>; attributionSource: z.ZodOptional>; createdBy: z.ZodOptional, z.ZodXor; memberId: z.ZodOptional; visitorId: z.ZodOptional; appId: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ memberId: z.ZodOptional; visitorId: z.ZodOptional; appId: z.ZodOptional; userId: z.ZodString; }, z.core.$strip>, z.ZodObject<{ userId: z.ZodOptional; visitorId: z.ZodOptional; appId: z.ZodOptional; memberId: z.ZodString; }, z.core.$strip>, z.ZodObject<{ userId: z.ZodOptional; memberId: z.ZodOptional; appId: z.ZodOptional; visitorId: z.ZodString; }, z.core.$strip>, z.ZodObject<{ userId: z.ZodOptional; memberId: z.ZodOptional; visitorId: z.ZodOptional; appId: z.ZodString; }, z.core.$strip>]>>>; channelInfo: z.ZodOptional>; externalOrderId: z.ZodNullable>; externalOrderUrl: z.ZodNullable>; }, z.core.$strip>>; seenByAHuman: z.ZodNullable>; checkoutId: z.ZodNullable>; customFields: z.ZodOptional>; title: z.ZodOptional; translatedTitle: z.ZodNullable>; }, z.core.$strip>>>; balanceSummary: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; paid: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; refunded: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; authorized: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; pendingRefund: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; pending: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; chargeback: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; chargebackReversal: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; platformFees: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; totalMinusPlatformFees: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; additionalFees: z.ZodOptional>; name: z.ZodOptional; price: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; taxDetails: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; taxRate: z.ZodOptional; totalTax: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; taxInfo: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; taxableAmount: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; taxRate: z.ZodNullable>; taxGroupId: z.ZodNullable>; taxIncludedInPrice: z.ZodOptional; taxBreakdown: z.ZodOptional>; rate: z.ZodNullable>; taxAmount: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; taxType: z.ZodNullable>; taxName: z.ZodNullable>; jurisdictionType: z.ZodOptional>; nonTaxableAmount: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; taxableAmount: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>>; }, z.core.$strip>>; providerAppId: z.ZodNullable>; priceBeforeTax: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; priceAfterTax: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; _id: z.ZodOptional; lineItemIds: z.ZodOptional>; source: z.ZodOptional>; }, z.core.$strip>>>; extendedFields: z.ZodOptional>>; }, z.core.$strip>>; purchaseFlowId: z.ZodNullable>; recipientInfo: z.ZodOptional; number: z.ZodOptional; }, z.core.$strip>>; city: z.ZodNullable>; subdivision: z.ZodNullable>; country: z.ZodNullable>; postalCode: z.ZodNullable>; addressLine2: z.ZodNullable>; }, z.core.$strip>>; contactDetails: z.ZodOptional>; lastName: z.ZodNullable>; phone: z.ZodNullable>; company: z.ZodNullable>; vatId: z.ZodOptional; type: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; tags: z.ZodOptional>; }, z.core.$strip>>; tags: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>>; purchasedDate: z.ZodNullable>; businessLocation: z.ZodOptional; name: z.ZodOptional; }, z.core.$strip>>; payAfterFreeTrial: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; shipping: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; tax: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; discount: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; total: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; totalAdditionalFees: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; platformFeeSummary: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; totalPassOn: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; totalAbsorbed: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; fees: z.ZodOptional; translated: z.ZodNullable>; }, z.core.$strip>>; amount: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; lineItemId: z.ZodOptional; chargeType: z.ZodOptional>; percentageRate: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>; }, z.core.$strip>>; options: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; declare const BulkUpdateOrdersResponse: z.ZodObject<{ results: z.ZodOptional>; originalIndex: z.ZodOptional; success: z.ZodOptional; error: z.ZodOptional; description: z.ZodOptional; data: z.ZodNullable>>; }, z.core.$strip>>; }, z.core.$strip>>; item: z.ZodOptional>; number: z.ZodOptional; _createdDate: z.ZodNullable>; _updatedDate: z.ZodNullable>; lineItems: z.ZodOptional; productName: z.ZodOptional; translated: z.ZodNullable>; }, z.core.$strip>>; catalogReference: z.ZodOptional; appId: z.ZodOptional; options: z.ZodNullable>>; }, z.core.$strip>>; quantity: z.ZodOptional; totalDiscount: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; descriptionLines: z.ZodOptional; translated: z.ZodNullable>; }, z.core.$strip>>; }, z.core.$strip>, z.ZodXor; colorInfo: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ colorInfo: z.ZodOptional; plainText: z.ZodObject<{ original: z.ZodOptional; translated: z.ZodNullable>; }, z.core.$strip>; }, z.core.$strip>, z.ZodObject<{ plainText: z.ZodOptional; colorInfo: z.ZodObject<{ original: z.ZodOptional; translated: z.ZodNullable>; code: z.ZodNullable>; }, z.core.$strip>; }, z.core.$strip>]>>>>; image: z.ZodOptional; physicalProperties: z.ZodOptional>; sku: z.ZodNullable>; shippable: z.ZodOptional; }, z.core.$strip>>; itemType: z.ZodOptional, z.ZodXor; custom: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ custom: z.ZodOptional; preset: z.ZodEnum<{ UNRECOGNISED: "UNRECOGNISED"; PHYSICAL: "PHYSICAL"; DIGITAL: "DIGITAL"; GIFT_CARD: "GIFT_CARD"; SERVICE: "SERVICE"; }>; }, z.core.$strip>, z.ZodObject<{ preset: z.ZodOptional; custom: z.ZodString; }, z.core.$strip>]>>>; fulfillerId: z.ZodNullable>; refundQuantity: z.ZodNullable>; restockQuantity: z.ZodNullable>; price: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; priceBeforeDiscounts: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; totalPriceBeforeTax: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; totalPriceAfterTax: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; paymentOption: z.ZodOptional>; taxDetails: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; taxRate: z.ZodOptional; totalTax: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; taxInfo: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; taxableAmount: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; taxRate: z.ZodNullable>; taxGroupId: z.ZodNullable>; taxIncludedInPrice: z.ZodOptional; taxBreakdown: z.ZodOptional>; rate: z.ZodNullable>; taxAmount: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; taxType: z.ZodNullable>; taxName: z.ZodNullable>; jurisdictionType: z.ZodOptional>; nonTaxableAmount: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; taxableAmount: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>>; }, z.core.$strip>>; digitalFile: z.ZodOptional; link: z.ZodNullable>; expirationDate: z.ZodNullable>; }, z.core.$strip>>; subscriptionInfo: z.ZodOptional>; cycleNumber: z.ZodOptional; subscriptionOptionTitle: z.ZodOptional; subscriptionOptionDescription: z.ZodNullable>; subscriptionSettings: z.ZodOptional>; interval: z.ZodNullable>; autoRenewal: z.ZodOptional; billingCycles: z.ZodNullable>; enableCustomerCancellation: z.ZodOptional; freeTrialPeriod: z.ZodOptional>; interval: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; chargesDescription: z.ZodNullable>; }, z.core.$strip>>; priceDescription: z.ZodOptional; translated: z.ZodNullable>; }, z.core.$strip>>; depositAmount: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; locations: z.ZodOptional; appId: z.ZodNullable>; quantity: z.ZodOptional; name: z.ZodNullable>; }, z.core.$strip>>>; lineItemPrice: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; taxableAddress: z.ZodOptional, z.ZodXor; }, z.core.$strip>, z.ZodObject<{ addressType: z.ZodEnum<{ BUSINESS: "BUSINESS"; BILLING: "BILLING"; SHIPPING: "SHIPPING"; }>; }, z.core.$strip>]>>>; priceUndetermined: z.ZodOptional; extendedFields: z.ZodOptional>>; }, z.core.$strip>>; modifierGroups: z.ZodOptional; name: z.ZodOptional; translated: z.ZodNullable>; }, z.core.$strip>>; modifiers: z.ZodOptional; quantity: z.ZodNullable>; label: z.ZodOptional; translated: z.ZodNullable>; }, z.core.$strip>>; details: z.ZodOptional; translated: z.ZodNullable>; }, z.core.$strip>>; price: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>>; }, z.core.$strip>>>; }, z.core.$strip>>>; buyerInfo: z.ZodOptional>; email: z.ZodNullable>; }, z.core.$strip>, z.ZodXor; memberId: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ memberId: z.ZodOptional; visitorId: z.ZodString; }, z.core.$strip>, z.ZodObject<{ visitorId: z.ZodOptional; memberId: z.ZodString; }, z.core.$strip>]>>>; paymentStatus: z.ZodOptional>; fulfillmentStatus: z.ZodOptional>; buyerLanguage: z.ZodNullable>; weightUnit: z.ZodOptional>; currency: z.ZodNullable>; currencyConversionDetails: z.ZodOptional>; conversionRate: z.ZodNullable>; }, z.core.$strip>>; taxIncludedInPrices: z.ZodOptional; siteLanguage: z.ZodNullable>; priceSummary: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; shipping: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; tax: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; discount: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; total: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; totalAdditionalFees: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; billingInfo: z.ZodOptional; number: z.ZodOptional; }, z.core.$strip>>; city: z.ZodNullable>; subdivision: z.ZodNullable>; country: z.ZodNullable>; postalCode: z.ZodNullable>; addressLine2: z.ZodNullable>; }, z.core.$strip>>; contactDetails: z.ZodOptional>; lastName: z.ZodNullable>; phone: z.ZodNullable>; company: z.ZodNullable>; vatId: z.ZodOptional; type: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; shippingInfo: z.ZodOptional>; code: z.ZodNullable>; title: z.ZodOptional; logistics: z.ZodOptional>; instructions: z.ZodNullable>; deliverByDate: z.ZodNullable>; deliveryTimeSlot: z.ZodOptional>; to: z.ZodNullable>; }, z.core.$strip>>; }, z.core.$strip>, z.ZodXor; pickupDetails: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ pickupDetails: z.ZodOptional; shippingDestination: z.ZodObject<{ address: z.ZodOptional; number: z.ZodOptional; }, z.core.$strip>>; city: z.ZodNullable>; subdivision: z.ZodNullable>; country: z.ZodNullable>; postalCode: z.ZodNullable>; addressLine2: z.ZodNullable>; }, z.core.$strip>>; contactDetails: z.ZodOptional>; lastName: z.ZodNullable>; phone: z.ZodNullable>; company: z.ZodNullable>; vatId: z.ZodOptional; type: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>; }, z.core.$strip>, z.ZodObject<{ shippingDestination: z.ZodOptional; pickupDetails: z.ZodObject<{ address: z.ZodOptional; number: z.ZodOptional; }, z.core.$strip>>; city: z.ZodNullable>; subdivision: z.ZodNullable>; country: z.ZodNullable>; postalCode: z.ZodNullable>; addressLine2: z.ZodNullable>; }, z.core.$strip>>; pickupMethod: z.ZodOptional>; }, z.core.$strip>; }, z.core.$strip>]>>>; cost: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; totalPriceBeforeTax: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; totalPriceAfterTax: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; taxDetails: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; taxRate: z.ZodOptional; totalTax: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; taxInfo: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; taxableAmount: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; taxRate: z.ZodNullable>; taxGroupId: z.ZodNullable>; taxIncludedInPrice: z.ZodOptional; taxBreakdown: z.ZodOptional>; rate: z.ZodNullable>; taxAmount: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; taxType: z.ZodNullable>; taxName: z.ZodNullable>; jurisdictionType: z.ZodOptional>; nonTaxableAmount: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; taxableAmount: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>>; }, z.core.$strip>>; discount: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; region: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>>; buyerNote: z.ZodNullable>; status: z.ZodOptional>; archived: z.ZodNullable>; taxSummary: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; taxInfo: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; taxBreakdown: z.ZodOptional; taxType: z.ZodOptional; jurisdiction: z.ZodOptional; jurisdictionType: z.ZodOptional>; rate: z.ZodOptional; aggregatedTaxAmount: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>>; taxExempt: z.ZodNullable>; }, z.core.$strip>>; appliedDiscounts: z.ZodOptional>; lineItemIds: z.ZodOptional>; _id: z.ZodNullable>; lineItemDiscounts: z.ZodOptional; totalDiscount: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>>; }, z.core.$strip>, z.ZodXor; merchantDiscount: z.ZodOptional; discountRule: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ merchantDiscount: z.ZodOptional; discountRule: z.ZodOptional; coupon: z.ZodObject<{ _id: z.ZodOptional; code: z.ZodOptional; name: z.ZodOptional; amount: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; }, z.core.$strip>, z.ZodObject<{ coupon: z.ZodOptional; discountRule: z.ZodOptional; merchantDiscount: z.ZodIntersection; formattedAmount: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>, z.ZodXor; description: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ description: z.ZodOptional; discountReason: z.ZodEnum<{ UNSPECIFIED: "UNSPECIFIED"; EXCHANGED_ITEMS: "EXCHANGED_ITEMS"; BILLING_ADJUSTMENT: "BILLING_ADJUSTMENT"; }>; }, z.core.$strip>, z.ZodObject<{ discountReason: z.ZodOptional; description: z.ZodString; }, z.core.$strip>]>>; }, z.core.$strip>, z.ZodObject<{ coupon: z.ZodOptional; merchantDiscount: z.ZodOptional; discountRule: z.ZodObject<{ _id: z.ZodOptional; name: z.ZodOptional; translated: z.ZodNullable>; }, z.core.$strip>>; amount: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; }, z.core.$strip>]>>>>; activities: z.ZodOptional>; authorEmail: z.ZodNullable>; _createdDate: z.ZodNullable>; type: z.ZodOptional>; activityType: z.ZodOptional>; }, z.core.$strip>, z.ZodXor; orderRefunded: z.ZodOptional; draftOrderChangesApplied: z.ZodOptional; savedPaymentMethod: z.ZodOptional; authorizedPaymentCreated: z.ZodOptional; authorizedPaymentCaptured: z.ZodOptional; authorizedPaymentVoided: z.ZodOptional; refundInitiated: z.ZodOptional; paymentRefunded: z.ZodOptional; paymentRefundFailed: z.ZodOptional; refundedAsStoreCredit: z.ZodOptional; paymentPending: z.ZodOptional; paymentCanceled: z.ZodOptional; paymentDeclined: z.ZodOptional; receiptCreated: z.ZodOptional; receiptSent: z.ZodOptional; chargebackCreated: z.ZodOptional; chargebackReversed: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ orderRefunded: z.ZodOptional; draftOrderChangesApplied: z.ZodOptional; savedPaymentMethod: z.ZodOptional; authorizedPaymentCreated: z.ZodOptional; authorizedPaymentCaptured: z.ZodOptional; authorizedPaymentVoided: z.ZodOptional; refundInitiated: z.ZodOptional; paymentRefunded: z.ZodOptional; paymentRefundFailed: z.ZodOptional; refundedAsStoreCredit: z.ZodOptional; paymentPending: z.ZodOptional; paymentCanceled: z.ZodOptional; paymentDeclined: z.ZodOptional; receiptCreated: z.ZodOptional; receiptSent: z.ZodOptional; chargebackCreated: z.ZodOptional; chargebackReversed: z.ZodOptional; merchantComment: z.ZodObject<{ message: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>, z.ZodObject<{ merchantComment: z.ZodOptional; draftOrderChangesApplied: z.ZodOptional; savedPaymentMethod: z.ZodOptional; authorizedPaymentCreated: z.ZodOptional; authorizedPaymentCaptured: z.ZodOptional; authorizedPaymentVoided: z.ZodOptional; refundInitiated: z.ZodOptional; paymentRefunded: z.ZodOptional; paymentRefundFailed: z.ZodOptional; refundedAsStoreCredit: z.ZodOptional; paymentPending: z.ZodOptional; paymentCanceled: z.ZodOptional; paymentDeclined: z.ZodOptional; receiptCreated: z.ZodOptional; receiptSent: z.ZodOptional; chargebackCreated: z.ZodOptional; chargebackReversed: z.ZodOptional; orderRefunded: z.ZodObject<{ manual: z.ZodOptional; amount: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; reason: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>, z.ZodObject<{ merchantComment: z.ZodOptional; orderRefunded: z.ZodOptional; savedPaymentMethod: z.ZodOptional; authorizedPaymentCreated: z.ZodOptional; authorizedPaymentCaptured: z.ZodOptional; authorizedPaymentVoided: z.ZodOptional; refundInitiated: z.ZodOptional; paymentRefunded: z.ZodOptional; paymentRefundFailed: z.ZodOptional; refundedAsStoreCredit: z.ZodOptional; paymentPending: z.ZodOptional; paymentCanceled: z.ZodOptional; paymentDeclined: z.ZodOptional; receiptCreated: z.ZodOptional; receiptSent: z.ZodOptional; chargebackCreated: z.ZodOptional; chargebackReversed: z.ZodOptional; draftOrderChangesApplied: z.ZodObject<{ draftOrderId: z.ZodOptional; reason: z.ZodNullable>; changes: z.ZodOptional, z.ZodXor; lineItemAdded: z.ZodOptional; lineItemRemoved: z.ZodOptional; discountAdded: z.ZodOptional; discountRemoved: z.ZodOptional; additionalFeeAdded: z.ZodOptional; additionalFeeRemoved: z.ZodOptional; totalPriceChanged: z.ZodOptional; shippingInformationChanged: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ lineItemAdded: z.ZodOptional; lineItemRemoved: z.ZodOptional; discountAdded: z.ZodOptional; discountRemoved: z.ZodOptional; additionalFeeAdded: z.ZodOptional; additionalFeeRemoved: z.ZodOptional; totalPriceChanged: z.ZodOptional; shippingInformationChanged: z.ZodOptional; lineItemChanged: z.ZodObject<{ _id: z.ZodOptional; name: z.ZodOptional; translated: z.ZodNullable>; }, z.core.$strip>>; quantity: z.ZodOptional; newQuantity: z.ZodOptional; diff: z.ZodOptional; deltaType: z.ZodOptional>; }, z.core.$strip>>; price: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; newPrice: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>; }, z.core.$strip>, z.ZodObject<{ lineItemChanged: z.ZodOptional; lineItemRemoved: z.ZodOptional; discountAdded: z.ZodOptional; discountRemoved: z.ZodOptional; additionalFeeAdded: z.ZodOptional; additionalFeeRemoved: z.ZodOptional; totalPriceChanged: z.ZodOptional; shippingInformationChanged: z.ZodOptional; lineItemAdded: z.ZodObject<{ _id: z.ZodOptional; name: z.ZodOptional; translated: z.ZodNullable>; }, z.core.$strip>>; quantity: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>, z.ZodObject<{ lineItemChanged: z.ZodOptional; lineItemAdded: z.ZodOptional; discountAdded: z.ZodOptional; discountRemoved: z.ZodOptional; additionalFeeAdded: z.ZodOptional; additionalFeeRemoved: z.ZodOptional; totalPriceChanged: z.ZodOptional; shippingInformationChanged: z.ZodOptional; lineItemRemoved: z.ZodObject<{ _id: z.ZodOptional; name: z.ZodOptional; translated: z.ZodNullable>; }, z.core.$strip>>; quantity: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>, z.ZodObject<{ lineItemChanged: z.ZodOptional; lineItemAdded: z.ZodOptional; lineItemRemoved: z.ZodOptional; discountRemoved: z.ZodOptional; additionalFeeAdded: z.ZodOptional; additionalFeeRemoved: z.ZodOptional; totalPriceChanged: z.ZodOptional; shippingInformationChanged: z.ZodOptional; discountAdded: z.ZodObject<{ _id: z.ZodOptional; name: z.ZodOptional; translated: z.ZodNullable>; }, z.core.$strip>>; affectedLineItems: z.ZodOptional; name: z.ZodOptional; translated: z.ZodNullable>; }, z.core.$strip>>; amount: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>>; totalAmount: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; }, z.core.$strip>, z.ZodObject<{ lineItemChanged: z.ZodOptional; lineItemAdded: z.ZodOptional; lineItemRemoved: z.ZodOptional; discountAdded: z.ZodOptional; additionalFeeAdded: z.ZodOptional; additionalFeeRemoved: z.ZodOptional; totalPriceChanged: z.ZodOptional; shippingInformationChanged: z.ZodOptional; discountRemoved: z.ZodObject<{ _id: z.ZodOptional; name: z.ZodOptional; translated: z.ZodNullable>; }, z.core.$strip>>; affectedLineItems: z.ZodOptional; name: z.ZodOptional; translated: z.ZodNullable>; }, z.core.$strip>>; amount: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>>; totalAmount: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; }, z.core.$strip>, z.ZodObject<{ lineItemChanged: z.ZodOptional; lineItemAdded: z.ZodOptional; lineItemRemoved: z.ZodOptional; discountAdded: z.ZodOptional; discountRemoved: z.ZodOptional; additionalFeeRemoved: z.ZodOptional; totalPriceChanged: z.ZodOptional; shippingInformationChanged: z.ZodOptional; additionalFeeAdded: z.ZodObject<{ _id: z.ZodOptional; name: z.ZodOptional; translated: z.ZodNullable>; }, z.core.$strip>>; affectedLineItems: z.ZodOptional; name: z.ZodOptional; translated: z.ZodNullable>; }, z.core.$strip>>; amount: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>>; totalAmount: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; }, z.core.$strip>, z.ZodObject<{ lineItemChanged: z.ZodOptional; lineItemAdded: z.ZodOptional; lineItemRemoved: z.ZodOptional; discountAdded: z.ZodOptional; discountRemoved: z.ZodOptional; additionalFeeAdded: z.ZodOptional; totalPriceChanged: z.ZodOptional; shippingInformationChanged: z.ZodOptional; additionalFeeRemoved: z.ZodObject<{ _id: z.ZodOptional; name: z.ZodOptional; translated: z.ZodNullable>; }, z.core.$strip>>; affectedLineItems: z.ZodOptional; name: z.ZodOptional; translated: z.ZodNullable>; }, z.core.$strip>>; amount: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>>; totalAmount: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; }, z.core.$strip>, z.ZodObject<{ lineItemChanged: z.ZodOptional; lineItemAdded: z.ZodOptional; lineItemRemoved: z.ZodOptional; discountAdded: z.ZodOptional; discountRemoved: z.ZodOptional; additionalFeeAdded: z.ZodOptional; additionalFeeRemoved: z.ZodOptional; shippingInformationChanged: z.ZodOptional; totalPriceChanged: z.ZodObject<{ originalTotal: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; newTotal: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; }, z.core.$strip>, z.ZodObject<{ lineItemChanged: z.ZodOptional; lineItemAdded: z.ZodOptional; lineItemRemoved: z.ZodOptional; discountAdded: z.ZodOptional; discountRemoved: z.ZodOptional; additionalFeeAdded: z.ZodOptional; additionalFeeRemoved: z.ZodOptional; totalPriceChanged: z.ZodOptional; shippingInformationChanged: z.ZodObject<{ originalShippingInfo: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; shippingTitle: z.ZodOptional; }, z.core.$strip>>; newShippingInfo: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; shippingTitle: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; }, z.core.$strip>]>>>>; }, z.core.$strip>; }, z.core.$strip>, z.ZodObject<{ merchantComment: z.ZodOptional; orderRefunded: z.ZodOptional; draftOrderChangesApplied: z.ZodOptional; authorizedPaymentCreated: z.ZodOptional; authorizedPaymentCaptured: z.ZodOptional; authorizedPaymentVoided: z.ZodOptional; refundInitiated: z.ZodOptional; paymentRefunded: z.ZodOptional; paymentRefundFailed: z.ZodOptional; refundedAsStoreCredit: z.ZodOptional; paymentPending: z.ZodOptional; paymentCanceled: z.ZodOptional; paymentDeclined: z.ZodOptional; receiptCreated: z.ZodOptional; receiptSent: z.ZodOptional; chargebackCreated: z.ZodOptional; chargebackReversed: z.ZodOptional; savedPaymentMethod: z.ZodObject<{ name: z.ZodOptional; description: z.ZodNullable>; }, z.core.$strip>; }, z.core.$strip>, z.ZodObject<{ merchantComment: z.ZodOptional; orderRefunded: z.ZodOptional; draftOrderChangesApplied: z.ZodOptional; savedPaymentMethod: z.ZodOptional; authorizedPaymentCaptured: z.ZodOptional; authorizedPaymentVoided: z.ZodOptional; refundInitiated: z.ZodOptional; paymentRefunded: z.ZodOptional; paymentRefundFailed: z.ZodOptional; refundedAsStoreCredit: z.ZodOptional; paymentPending: z.ZodOptional; paymentCanceled: z.ZodOptional; paymentDeclined: z.ZodOptional; receiptCreated: z.ZodOptional; receiptSent: z.ZodOptional; chargebackCreated: z.ZodOptional; chargebackReversed: z.ZodOptional; authorizedPaymentCreated: z.ZodObject<{ paymentId: z.ZodOptional; amount: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; lastFourDigits: z.ZodNullable>; brand: z.ZodNullable>; }, z.core.$strip>; }, z.core.$strip>, z.ZodObject<{ merchantComment: z.ZodOptional; orderRefunded: z.ZodOptional; draftOrderChangesApplied: z.ZodOptional; savedPaymentMethod: z.ZodOptional; authorizedPaymentCreated: z.ZodOptional; authorizedPaymentVoided: z.ZodOptional; refundInitiated: z.ZodOptional; paymentRefunded: z.ZodOptional; paymentRefundFailed: z.ZodOptional; refundedAsStoreCredit: z.ZodOptional; paymentPending: z.ZodOptional; paymentCanceled: z.ZodOptional; paymentDeclined: z.ZodOptional; receiptCreated: z.ZodOptional; receiptSent: z.ZodOptional; chargebackCreated: z.ZodOptional; chargebackReversed: z.ZodOptional; authorizedPaymentCaptured: z.ZodObject<{ paymentId: z.ZodOptional; amount: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; lastFourDigits: z.ZodNullable>; brand: z.ZodNullable>; }, z.core.$strip>; }, z.core.$strip>, z.ZodObject<{ merchantComment: z.ZodOptional; orderRefunded: z.ZodOptional; draftOrderChangesApplied: z.ZodOptional; savedPaymentMethod: z.ZodOptional; authorizedPaymentCreated: z.ZodOptional; authorizedPaymentCaptured: z.ZodOptional; refundInitiated: z.ZodOptional; paymentRefunded: z.ZodOptional; paymentRefundFailed: z.ZodOptional; refundedAsStoreCredit: z.ZodOptional; paymentPending: z.ZodOptional; paymentCanceled: z.ZodOptional; paymentDeclined: z.ZodOptional; receiptCreated: z.ZodOptional; receiptSent: z.ZodOptional; chargebackCreated: z.ZodOptional; chargebackReversed: z.ZodOptional; authorizedPaymentVoided: z.ZodObject<{ paymentId: z.ZodOptional; amount: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; lastFourDigits: z.ZodNullable>; brand: z.ZodNullable>; }, z.core.$strip>; }, z.core.$strip>, z.ZodObject<{ merchantComment: z.ZodOptional; orderRefunded: z.ZodOptional; draftOrderChangesApplied: z.ZodOptional; savedPaymentMethod: z.ZodOptional; authorizedPaymentCreated: z.ZodOptional; authorizedPaymentCaptured: z.ZodOptional; authorizedPaymentVoided: z.ZodOptional; paymentRefunded: z.ZodOptional; paymentRefundFailed: z.ZodOptional; refundedAsStoreCredit: z.ZodOptional; paymentPending: z.ZodOptional; paymentCanceled: z.ZodOptional; paymentDeclined: z.ZodOptional; receiptCreated: z.ZodOptional; receiptSent: z.ZodOptional; chargebackCreated: z.ZodOptional; chargebackReversed: z.ZodOptional; refundInitiated: z.ZodObject<{ refundId: z.ZodOptional; amount: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; payments: z.ZodOptional; externalRefund: z.ZodOptional; }, z.core.$strip>, z.ZodXor; giftCard: z.ZodOptional; membership: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ giftCard: z.ZodOptional; membership: z.ZodOptional; regular: z.ZodObject<{ amount: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; lastFourDigits: z.ZodNullable>; brand: z.ZodNullable>; }, z.core.$strip>; }, z.core.$strip>, z.ZodObject<{ regular: z.ZodOptional; membership: z.ZodOptional; giftCard: z.ZodObject<{ giftCardPaymentId: z.ZodNullable>; amount: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; }, z.core.$strip>, z.ZodObject<{ regular: z.ZodOptional; giftCard: z.ZodOptional; membership: z.ZodObject<{ membershipId: z.ZodNullable>; }, z.core.$strip>; }, z.core.$strip>]>>>>; reason: z.ZodNullable>; }, z.core.$strip>; }, z.core.$strip>, z.ZodObject<{ merchantComment: z.ZodOptional; orderRefunded: z.ZodOptional; draftOrderChangesApplied: z.ZodOptional; savedPaymentMethod: z.ZodOptional; authorizedPaymentCreated: z.ZodOptional; authorizedPaymentCaptured: z.ZodOptional; authorizedPaymentVoided: z.ZodOptional; refundInitiated: z.ZodOptional; paymentRefundFailed: z.ZodOptional; refundedAsStoreCredit: z.ZodOptional; paymentPending: z.ZodOptional; paymentCanceled: z.ZodOptional; paymentDeclined: z.ZodOptional; receiptCreated: z.ZodOptional; receiptSent: z.ZodOptional; chargebackCreated: z.ZodOptional; chargebackReversed: z.ZodOptional; paymentRefunded: z.ZodObject<{ refundId: z.ZodOptional; payment: z.ZodOptional; externalRefund: z.ZodOptional; }, z.core.$strip>, z.ZodXor; giftCard: z.ZodOptional; membership: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ giftCard: z.ZodOptional; membership: z.ZodOptional; regular: z.ZodObject<{ amount: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; lastFourDigits: z.ZodNullable>; brand: z.ZodNullable>; }, z.core.$strip>; }, z.core.$strip>, z.ZodObject<{ regular: z.ZodOptional; membership: z.ZodOptional; giftCard: z.ZodObject<{ giftCardPaymentId: z.ZodNullable>; amount: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; }, z.core.$strip>, z.ZodObject<{ regular: z.ZodOptional; giftCard: z.ZodOptional; membership: z.ZodObject<{ membershipId: z.ZodNullable>; }, z.core.$strip>; }, z.core.$strip>]>>>; }, z.core.$strip>; }, z.core.$strip>, z.ZodObject<{ merchantComment: z.ZodOptional; orderRefunded: z.ZodOptional; draftOrderChangesApplied: z.ZodOptional; savedPaymentMethod: z.ZodOptional; authorizedPaymentCreated: z.ZodOptional; authorizedPaymentCaptured: z.ZodOptional; authorizedPaymentVoided: z.ZodOptional; refundInitiated: z.ZodOptional; paymentRefunded: z.ZodOptional; refundedAsStoreCredit: z.ZodOptional; paymentPending: z.ZodOptional; paymentCanceled: z.ZodOptional; paymentDeclined: z.ZodOptional; receiptCreated: z.ZodOptional; receiptSent: z.ZodOptional; chargebackCreated: z.ZodOptional; chargebackReversed: z.ZodOptional; paymentRefundFailed: z.ZodObject<{ refundId: z.ZodOptional; payment: z.ZodOptional; externalRefund: z.ZodOptional; }, z.core.$strip>, z.ZodXor; giftCard: z.ZodOptional; membership: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ giftCard: z.ZodOptional; membership: z.ZodOptional; regular: z.ZodObject<{ amount: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; lastFourDigits: z.ZodNullable>; brand: z.ZodNullable>; }, z.core.$strip>; }, z.core.$strip>, z.ZodObject<{ regular: z.ZodOptional; membership: z.ZodOptional; giftCard: z.ZodObject<{ giftCardPaymentId: z.ZodNullable>; amount: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; }, z.core.$strip>, z.ZodObject<{ regular: z.ZodOptional; giftCard: z.ZodOptional; membership: z.ZodObject<{ membershipId: z.ZodNullable>; }, z.core.$strip>; }, z.core.$strip>]>>>; }, z.core.$strip>; }, z.core.$strip>, z.ZodObject<{ merchantComment: z.ZodOptional; orderRefunded: z.ZodOptional; draftOrderChangesApplied: z.ZodOptional; savedPaymentMethod: z.ZodOptional; authorizedPaymentCreated: z.ZodOptional; authorizedPaymentCaptured: z.ZodOptional; authorizedPaymentVoided: z.ZodOptional; refundInitiated: z.ZodOptional; paymentRefunded: z.ZodOptional; paymentRefundFailed: z.ZodOptional; paymentPending: z.ZodOptional; paymentCanceled: z.ZodOptional; paymentDeclined: z.ZodOptional; receiptCreated: z.ZodOptional; receiptSent: z.ZodOptional; chargebackCreated: z.ZodOptional; chargebackReversed: z.ZodOptional; refundedAsStoreCredit: z.ZodObject<{ amount: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; reason: z.ZodNullable>; }, z.core.$strip>; }, z.core.$strip>, z.ZodObject<{ merchantComment: z.ZodOptional; orderRefunded: z.ZodOptional; draftOrderChangesApplied: z.ZodOptional; savedPaymentMethod: z.ZodOptional; authorizedPaymentCreated: z.ZodOptional; authorizedPaymentCaptured: z.ZodOptional; authorizedPaymentVoided: z.ZodOptional; refundInitiated: z.ZodOptional; paymentRefunded: z.ZodOptional; paymentRefundFailed: z.ZodOptional; refundedAsStoreCredit: z.ZodOptional; paymentCanceled: z.ZodOptional; paymentDeclined: z.ZodOptional; receiptCreated: z.ZodOptional; receiptSent: z.ZodOptional; chargebackCreated: z.ZodOptional; chargebackReversed: z.ZodOptional; paymentPending: z.ZodIntersection; }, z.core.$strip>, z.ZodXor; }, z.core.$strip>, z.ZodObject<{ regular: z.ZodIntersection; formattedAmount: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>, z.ZodXor; }, z.core.$strip>, z.ZodObject<{ creditCardDetails: z.ZodObject<{ lastFourDigits: z.ZodNullable>; brand: z.ZodNullable>; }, z.core.$strip>; }, z.core.$strip>]>>; }, z.core.$strip>]>>; }, z.core.$strip>, z.ZodObject<{ merchantComment: z.ZodOptional; orderRefunded: z.ZodOptional; draftOrderChangesApplied: z.ZodOptional; savedPaymentMethod: z.ZodOptional; authorizedPaymentCreated: z.ZodOptional; authorizedPaymentCaptured: z.ZodOptional; authorizedPaymentVoided: z.ZodOptional; refundInitiated: z.ZodOptional; paymentRefunded: z.ZodOptional; paymentRefundFailed: z.ZodOptional; refundedAsStoreCredit: z.ZodOptional; paymentPending: z.ZodOptional; paymentDeclined: z.ZodOptional; receiptCreated: z.ZodOptional; receiptSent: z.ZodOptional; chargebackCreated: z.ZodOptional; chargebackReversed: z.ZodOptional; paymentCanceled: z.ZodIntersection; }, z.core.$strip>, z.ZodXor; }, z.core.$strip>, z.ZodObject<{ regular: z.ZodIntersection; formattedAmount: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>, z.ZodXor; }, z.core.$strip>, z.ZodObject<{ creditCardDetails: z.ZodObject<{ lastFourDigits: z.ZodNullable>; brand: z.ZodNullable>; }, z.core.$strip>; }, z.core.$strip>]>>; }, z.core.$strip>]>>; }, z.core.$strip>, z.ZodObject<{ merchantComment: z.ZodOptional; orderRefunded: z.ZodOptional; draftOrderChangesApplied: z.ZodOptional; savedPaymentMethod: z.ZodOptional; authorizedPaymentCreated: z.ZodOptional; authorizedPaymentCaptured: z.ZodOptional; authorizedPaymentVoided: z.ZodOptional; refundInitiated: z.ZodOptional; paymentRefunded: z.ZodOptional; paymentRefundFailed: z.ZodOptional; refundedAsStoreCredit: z.ZodOptional; paymentPending: z.ZodOptional; paymentCanceled: z.ZodOptional; receiptCreated: z.ZodOptional; receiptSent: z.ZodOptional; chargebackCreated: z.ZodOptional; chargebackReversed: z.ZodOptional; paymentDeclined: z.ZodIntersection; }, z.core.$strip>, z.ZodXor; }, z.core.$strip>, z.ZodObject<{ regular: z.ZodIntersection; formattedAmount: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>, z.ZodXor; }, z.core.$strip>, z.ZodObject<{ creditCardDetails: z.ZodObject<{ lastFourDigits: z.ZodNullable>; brand: z.ZodNullable>; }, z.core.$strip>; }, z.core.$strip>]>>; }, z.core.$strip>]>>; }, z.core.$strip>, z.ZodObject<{ merchantComment: z.ZodOptional; orderRefunded: z.ZodOptional; draftOrderChangesApplied: z.ZodOptional; savedPaymentMethod: z.ZodOptional; authorizedPaymentCreated: z.ZodOptional; authorizedPaymentCaptured: z.ZodOptional; authorizedPaymentVoided: z.ZodOptional; refundInitiated: z.ZodOptional; paymentRefunded: z.ZodOptional; paymentRefundFailed: z.ZodOptional; refundedAsStoreCredit: z.ZodOptional; paymentPending: z.ZodOptional; paymentCanceled: z.ZodOptional; paymentDeclined: z.ZodOptional; receiptSent: z.ZodOptional; chargebackCreated: z.ZodOptional; chargebackReversed: z.ZodOptional; receiptCreated: z.ZodIntersection; }, z.core.$strip>, z.ZodXor; externalReceipt: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ externalReceipt: z.ZodOptional; wixReceipt: z.ZodObject<{ receiptId: z.ZodOptional; displayNumber: z.ZodNullable>; }, z.core.$strip>; }, z.core.$strip>, z.ZodObject<{ wixReceipt: z.ZodOptional; externalReceipt: z.ZodObject<{ receiptId: z.ZodNullable>; displayNumber: z.ZodNullable>; }, z.core.$strip>; }, z.core.$strip>]>>; }, z.core.$strip>, z.ZodObject<{ merchantComment: z.ZodOptional; orderRefunded: z.ZodOptional; draftOrderChangesApplied: z.ZodOptional; savedPaymentMethod: z.ZodOptional; authorizedPaymentCreated: z.ZodOptional; authorizedPaymentCaptured: z.ZodOptional; authorizedPaymentVoided: z.ZodOptional; refundInitiated: z.ZodOptional; paymentRefunded: z.ZodOptional; paymentRefundFailed: z.ZodOptional; refundedAsStoreCredit: z.ZodOptional; paymentPending: z.ZodOptional; paymentCanceled: z.ZodOptional; paymentDeclined: z.ZodOptional; receiptCreated: z.ZodOptional; chargebackCreated: z.ZodOptional; chargebackReversed: z.ZodOptional; receiptSent: z.ZodIntersection; }, z.core.$strip>, z.ZodXor; externalReceipt: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ externalReceipt: z.ZodOptional; wixReceipt: z.ZodObject<{ receiptId: z.ZodOptional; displayNumber: z.ZodNullable>; }, z.core.$strip>; }, z.core.$strip>, z.ZodObject<{ wixReceipt: z.ZodOptional; externalReceipt: z.ZodObject<{ receiptId: z.ZodNullable>; displayNumber: z.ZodNullable>; }, z.core.$strip>; }, z.core.$strip>]>>; }, z.core.$strip>, z.ZodObject<{ merchantComment: z.ZodOptional; orderRefunded: z.ZodOptional; draftOrderChangesApplied: z.ZodOptional; savedPaymentMethod: z.ZodOptional; authorizedPaymentCreated: z.ZodOptional; authorizedPaymentCaptured: z.ZodOptional; authorizedPaymentVoided: z.ZodOptional; refundInitiated: z.ZodOptional; paymentRefunded: z.ZodOptional; paymentRefundFailed: z.ZodOptional; refundedAsStoreCredit: z.ZodOptional; paymentPending: z.ZodOptional; paymentCanceled: z.ZodOptional; paymentDeclined: z.ZodOptional; receiptCreated: z.ZodOptional; receiptSent: z.ZodOptional; chargebackReversed: z.ZodOptional; chargebackCreated: z.ZodObject<{ paymentId: z.ZodOptional; chargebackId: z.ZodOptional; amount: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; paymentDetails: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>, z.ZodXor; }, z.core.$strip>, z.ZodObject<{ creditCardDetails: z.ZodObject<{ lastFourDigits: z.ZodNullable>; brand: z.ZodNullable>; }, z.core.$strip>; }, z.core.$strip>]>>>; }, z.core.$strip>; }, z.core.$strip>, z.ZodObject<{ merchantComment: z.ZodOptional; orderRefunded: z.ZodOptional; draftOrderChangesApplied: z.ZodOptional; savedPaymentMethod: z.ZodOptional; authorizedPaymentCreated: z.ZodOptional; authorizedPaymentCaptured: z.ZodOptional; authorizedPaymentVoided: z.ZodOptional; refundInitiated: z.ZodOptional; paymentRefunded: z.ZodOptional; paymentRefundFailed: z.ZodOptional; refundedAsStoreCredit: z.ZodOptional; paymentPending: z.ZodOptional; paymentCanceled: z.ZodOptional; paymentDeclined: z.ZodOptional; receiptCreated: z.ZodOptional; receiptSent: z.ZodOptional; chargebackCreated: z.ZodOptional; chargebackReversed: z.ZodObject<{ paymentId: z.ZodOptional; chargebackId: z.ZodOptional; amount: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; reversalAmount: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; paymentDetails: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>, z.ZodXor; }, z.core.$strip>, z.ZodObject<{ creditCardDetails: z.ZodObject<{ lastFourDigits: z.ZodNullable>; brand: z.ZodNullable>; }, z.core.$strip>; }, z.core.$strip>]>>>; }, z.core.$strip>; }, z.core.$strip>]>>>>; attributionSource: z.ZodOptional>; createdBy: z.ZodOptional, z.ZodXor; memberId: z.ZodOptional; visitorId: z.ZodOptional; appId: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ memberId: z.ZodOptional; visitorId: z.ZodOptional; appId: z.ZodOptional; userId: z.ZodString; }, z.core.$strip>, z.ZodObject<{ userId: z.ZodOptional; visitorId: z.ZodOptional; appId: z.ZodOptional; memberId: z.ZodString; }, z.core.$strip>, z.ZodObject<{ userId: z.ZodOptional; memberId: z.ZodOptional; appId: z.ZodOptional; visitorId: z.ZodString; }, z.core.$strip>, z.ZodObject<{ userId: z.ZodOptional; memberId: z.ZodOptional; visitorId: z.ZodOptional; appId: z.ZodString; }, z.core.$strip>]>>>; channelInfo: z.ZodOptional>; externalOrderId: z.ZodNullable>; externalOrderUrl: z.ZodNullable>; }, z.core.$strip>>; seenByAHuman: z.ZodNullable>; checkoutId: z.ZodNullable>; customFields: z.ZodOptional>; title: z.ZodOptional; translatedTitle: z.ZodNullable>; }, z.core.$strip>>>; balanceSummary: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; paid: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; refunded: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; authorized: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; pendingRefund: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; pending: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; chargeback: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; chargebackReversal: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; platformFees: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; totalMinusPlatformFees: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; additionalFees: z.ZodOptional>; name: z.ZodOptional; price: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; taxDetails: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; taxRate: z.ZodOptional; totalTax: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; taxInfo: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; taxableAmount: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; taxRate: z.ZodNullable>; taxGroupId: z.ZodNullable>; taxIncludedInPrice: z.ZodOptional; taxBreakdown: z.ZodOptional>; rate: z.ZodNullable>; taxAmount: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; taxType: z.ZodNullable>; taxName: z.ZodNullable>; jurisdictionType: z.ZodOptional>; nonTaxableAmount: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; taxableAmount: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>>; }, z.core.$strip>>; providerAppId: z.ZodNullable>; priceBeforeTax: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; priceAfterTax: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; _id: z.ZodOptional; lineItemIds: z.ZodOptional>; source: z.ZodOptional>; }, z.core.$strip>>>; extendedFields: z.ZodOptional>>; }, z.core.$strip>>; purchaseFlowId: z.ZodNullable>; recipientInfo: z.ZodOptional; number: z.ZodOptional; }, z.core.$strip>>; city: z.ZodNullable>; subdivision: z.ZodNullable>; country: z.ZodNullable>; postalCode: z.ZodNullable>; addressLine2: z.ZodNullable>; }, z.core.$strip>>; contactDetails: z.ZodOptional>; lastName: z.ZodNullable>; phone: z.ZodNullable>; company: z.ZodNullable>; vatId: z.ZodOptional; type: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; tags: z.ZodOptional>; }, z.core.$strip>>; tags: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>>; purchasedDate: z.ZodNullable>; businessLocation: z.ZodOptional; name: z.ZodOptional; }, z.core.$strip>>; payAfterFreeTrial: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; shipping: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; tax: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; discount: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; total: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; totalAdditionalFees: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; platformFeeSummary: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; totalPassOn: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; totalAbsorbed: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; fees: z.ZodOptional; translated: z.ZodNullable>; }, z.core.$strip>>; amount: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; lineItemId: z.ZodOptional; chargeType: z.ZodOptional>; percentageRate: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>>; bulkActionMetadata: z.ZodOptional; totalFailures: z.ZodOptional; undetailedFailures: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; declare const AddActivitiesRequest: z.ZodObject<{ orderId: z.ZodString; options: z.ZodOptional>; authorEmail: z.ZodNullable>; _createdDate: z.ZodNullable>; type: z.ZodOptional>; activityType: z.ZodEnum<{ ORDER_REFUNDED: "ORDER_REFUNDED"; ORDER_PLACED: "ORDER_PLACED"; ORDER_PAID: "ORDER_PAID"; ORDER_FULFILLED: "ORDER_FULFILLED"; ORDER_NOT_FULFILLED: "ORDER_NOT_FULFILLED"; ORDER_CANCELED: "ORDER_CANCELED"; DOWNLOAD_LINK_SENT: "DOWNLOAD_LINK_SENT"; TRACKING_NUMBER_ADDED: "TRACKING_NUMBER_ADDED"; TRACKING_NUMBER_EDITED: "TRACKING_NUMBER_EDITED"; TRACKING_LINK_ADDED: "TRACKING_LINK_ADDED"; SHIPPING_CONFIRMATION_EMAIL_SENT: "SHIPPING_CONFIRMATION_EMAIL_SENT"; INVOICE_ADDED: "INVOICE_ADDED"; INVOICE_REMOVED: "INVOICE_REMOVED"; INVOICE_SENT: "INVOICE_SENT"; FULFILLER_EMAIL_SENT: "FULFILLER_EMAIL_SENT"; SHIPPING_ADDRESS_EDITED: "SHIPPING_ADDRESS_EDITED"; EMAIL_EDITED: "EMAIL_EDITED"; PICKUP_READY_EMAIL_SENT: "PICKUP_READY_EMAIL_SENT"; MERCHANT_COMMENT: "MERCHANT_COMMENT"; ORDER_PARTIALLY_PAID: "ORDER_PARTIALLY_PAID"; DRAFT_ORDER_CHANGES_APPLIED: "DRAFT_ORDER_CHANGES_APPLIED"; SAVED_PAYMENT_METHOD: "SAVED_PAYMENT_METHOD"; AUTHORIZED_PAYMENT_CREATED: "AUTHORIZED_PAYMENT_CREATED"; AUTHORIZED_PAYMENT_CAPTURED: "AUTHORIZED_PAYMENT_CAPTURED"; AUTHORIZED_PAYMENT_VOIDED: "AUTHORIZED_PAYMENT_VOIDED"; REFUND_INITIATED: "REFUND_INITIATED"; PAYMENT_REFUNDED: "PAYMENT_REFUNDED"; PAYMENT_REFUND_FAILED: "PAYMENT_REFUND_FAILED"; REFUNDED_AS_STORE_CREDIT: "REFUNDED_AS_STORE_CREDIT"; PAYMENT_PENDING: "PAYMENT_PENDING"; PAYMENT_CANCELED: "PAYMENT_CANCELED"; PAYMENT_DECLINED: "PAYMENT_DECLINED"; ORDER_PENDING: "ORDER_PENDING"; ORDER_REJECTED: "ORDER_REJECTED"; RECEIPT_CREATED: "RECEIPT_CREATED"; RECEIPT_SENT: "RECEIPT_SENT"; CHARGEBACK_CREATED: "CHARGEBACK_CREATED"; CHARGEBACK_REVERSED: "CHARGEBACK_REVERSED"; }>; }, z.core.$strip>, z.ZodXor; orderRefunded: z.ZodOptional; draftOrderChangesApplied: z.ZodOptional; savedPaymentMethod: z.ZodOptional; authorizedPaymentCreated: z.ZodOptional; authorizedPaymentCaptured: z.ZodOptional; authorizedPaymentVoided: z.ZodOptional; refundInitiated: z.ZodOptional; paymentRefunded: z.ZodOptional; paymentRefundFailed: z.ZodOptional; refundedAsStoreCredit: z.ZodOptional; paymentPending: z.ZodOptional; paymentCanceled: z.ZodOptional; paymentDeclined: z.ZodOptional; receiptCreated: z.ZodOptional; receiptSent: z.ZodOptional; chargebackCreated: z.ZodOptional; chargebackReversed: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ orderRefunded: z.ZodOptional; draftOrderChangesApplied: z.ZodOptional; savedPaymentMethod: z.ZodOptional; authorizedPaymentCreated: z.ZodOptional; authorizedPaymentCaptured: z.ZodOptional; authorizedPaymentVoided: z.ZodOptional; refundInitiated: z.ZodOptional; paymentRefunded: z.ZodOptional; paymentRefundFailed: z.ZodOptional; refundedAsStoreCredit: z.ZodOptional; paymentPending: z.ZodOptional; paymentCanceled: z.ZodOptional; paymentDeclined: z.ZodOptional; receiptCreated: z.ZodOptional; receiptSent: z.ZodOptional; chargebackCreated: z.ZodOptional; chargebackReversed: z.ZodOptional; merchantComment: z.ZodObject<{ message: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>, z.ZodObject<{ merchantComment: z.ZodOptional; draftOrderChangesApplied: z.ZodOptional; savedPaymentMethod: z.ZodOptional; authorizedPaymentCreated: z.ZodOptional; authorizedPaymentCaptured: z.ZodOptional; authorizedPaymentVoided: z.ZodOptional; refundInitiated: z.ZodOptional; paymentRefunded: z.ZodOptional; paymentRefundFailed: z.ZodOptional; refundedAsStoreCredit: z.ZodOptional; paymentPending: z.ZodOptional; paymentCanceled: z.ZodOptional; paymentDeclined: z.ZodOptional; receiptCreated: z.ZodOptional; receiptSent: z.ZodOptional; chargebackCreated: z.ZodOptional; chargebackReversed: z.ZodOptional; orderRefunded: z.ZodObject<{ manual: z.ZodOptional; amount: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; reason: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>, z.ZodObject<{ merchantComment: z.ZodOptional; orderRefunded: z.ZodOptional; savedPaymentMethod: z.ZodOptional; authorizedPaymentCreated: z.ZodOptional; authorizedPaymentCaptured: z.ZodOptional; authorizedPaymentVoided: z.ZodOptional; refundInitiated: z.ZodOptional; paymentRefunded: z.ZodOptional; paymentRefundFailed: z.ZodOptional; refundedAsStoreCredit: z.ZodOptional; paymentPending: z.ZodOptional; paymentCanceled: z.ZodOptional; paymentDeclined: z.ZodOptional; receiptCreated: z.ZodOptional; receiptSent: z.ZodOptional; chargebackCreated: z.ZodOptional; chargebackReversed: z.ZodOptional; draftOrderChangesApplied: z.ZodObject<{ draftOrderId: z.ZodOptional; reason: z.ZodNullable>; changes: z.ZodOptional, z.ZodXor; lineItemAdded: z.ZodOptional; lineItemRemoved: z.ZodOptional; discountAdded: z.ZodOptional; discountRemoved: z.ZodOptional; additionalFeeAdded: z.ZodOptional; additionalFeeRemoved: z.ZodOptional; totalPriceChanged: z.ZodOptional; shippingInformationChanged: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ lineItemAdded: z.ZodOptional; lineItemRemoved: z.ZodOptional; discountAdded: z.ZodOptional; discountRemoved: z.ZodOptional; additionalFeeAdded: z.ZodOptional; additionalFeeRemoved: z.ZodOptional; totalPriceChanged: z.ZodOptional; shippingInformationChanged: z.ZodOptional; lineItemChanged: z.ZodObject<{ _id: z.ZodOptional; name: z.ZodOptional; translated: z.ZodNullable>; }, z.core.$strip>>; quantity: z.ZodOptional; newQuantity: z.ZodOptional; diff: z.ZodOptional; deltaType: z.ZodOptional>; }, z.core.$strip>>; price: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; newPrice: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>; }, z.core.$strip>, z.ZodObject<{ lineItemChanged: z.ZodOptional; lineItemRemoved: z.ZodOptional; discountAdded: z.ZodOptional; discountRemoved: z.ZodOptional; additionalFeeAdded: z.ZodOptional; additionalFeeRemoved: z.ZodOptional; totalPriceChanged: z.ZodOptional; shippingInformationChanged: z.ZodOptional; lineItemAdded: z.ZodObject<{ _id: z.ZodOptional; name: z.ZodOptional; translated: z.ZodNullable>; }, z.core.$strip>>; quantity: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>, z.ZodObject<{ lineItemChanged: z.ZodOptional; lineItemAdded: z.ZodOptional; discountAdded: z.ZodOptional; discountRemoved: z.ZodOptional; additionalFeeAdded: z.ZodOptional; additionalFeeRemoved: z.ZodOptional; totalPriceChanged: z.ZodOptional; shippingInformationChanged: z.ZodOptional; lineItemRemoved: z.ZodObject<{ _id: z.ZodOptional; name: z.ZodOptional; translated: z.ZodNullable>; }, z.core.$strip>>; quantity: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>, z.ZodObject<{ lineItemChanged: z.ZodOptional; lineItemAdded: z.ZodOptional; lineItemRemoved: z.ZodOptional; discountRemoved: z.ZodOptional; additionalFeeAdded: z.ZodOptional; additionalFeeRemoved: z.ZodOptional; totalPriceChanged: z.ZodOptional; shippingInformationChanged: z.ZodOptional; discountAdded: z.ZodObject<{ _id: z.ZodOptional; name: z.ZodOptional; translated: z.ZodNullable>; }, z.core.$strip>>; affectedLineItems: z.ZodOptional; name: z.ZodOptional; translated: z.ZodNullable>; }, z.core.$strip>>; amount: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>>; totalAmount: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; }, z.core.$strip>, z.ZodObject<{ lineItemChanged: z.ZodOptional; lineItemAdded: z.ZodOptional; lineItemRemoved: z.ZodOptional; discountAdded: z.ZodOptional; additionalFeeAdded: z.ZodOptional; additionalFeeRemoved: z.ZodOptional; totalPriceChanged: z.ZodOptional; shippingInformationChanged: z.ZodOptional; discountRemoved: z.ZodObject<{ _id: z.ZodOptional; name: z.ZodOptional; translated: z.ZodNullable>; }, z.core.$strip>>; affectedLineItems: z.ZodOptional; name: z.ZodOptional; translated: z.ZodNullable>; }, z.core.$strip>>; amount: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>>; totalAmount: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; }, z.core.$strip>, z.ZodObject<{ lineItemChanged: z.ZodOptional; lineItemAdded: z.ZodOptional; lineItemRemoved: z.ZodOptional; discountAdded: z.ZodOptional; discountRemoved: z.ZodOptional; additionalFeeRemoved: z.ZodOptional; totalPriceChanged: z.ZodOptional; shippingInformationChanged: z.ZodOptional; additionalFeeAdded: z.ZodObject<{ _id: z.ZodOptional; name: z.ZodOptional; translated: z.ZodNullable>; }, z.core.$strip>>; affectedLineItems: z.ZodOptional; name: z.ZodOptional; translated: z.ZodNullable>; }, z.core.$strip>>; amount: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>>; totalAmount: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; }, z.core.$strip>, z.ZodObject<{ lineItemChanged: z.ZodOptional; lineItemAdded: z.ZodOptional; lineItemRemoved: z.ZodOptional; discountAdded: z.ZodOptional; discountRemoved: z.ZodOptional; additionalFeeAdded: z.ZodOptional; totalPriceChanged: z.ZodOptional; shippingInformationChanged: z.ZodOptional; additionalFeeRemoved: z.ZodObject<{ _id: z.ZodOptional; name: z.ZodOptional; translated: z.ZodNullable>; }, z.core.$strip>>; affectedLineItems: z.ZodOptional; name: z.ZodOptional; translated: z.ZodNullable>; }, z.core.$strip>>; amount: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>>; totalAmount: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; }, z.core.$strip>, z.ZodObject<{ lineItemChanged: z.ZodOptional; lineItemAdded: z.ZodOptional; lineItemRemoved: z.ZodOptional; discountAdded: z.ZodOptional; discountRemoved: z.ZodOptional; additionalFeeAdded: z.ZodOptional; additionalFeeRemoved: z.ZodOptional; shippingInformationChanged: z.ZodOptional; totalPriceChanged: z.ZodObject<{ originalTotal: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; newTotal: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; }, z.core.$strip>, z.ZodObject<{ lineItemChanged: z.ZodOptional; lineItemAdded: z.ZodOptional; lineItemRemoved: z.ZodOptional; discountAdded: z.ZodOptional; discountRemoved: z.ZodOptional; additionalFeeAdded: z.ZodOptional; additionalFeeRemoved: z.ZodOptional; totalPriceChanged: z.ZodOptional; shippingInformationChanged: z.ZodObject<{ originalShippingInfo: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; shippingTitle: z.ZodOptional; }, z.core.$strip>>; newShippingInfo: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; shippingTitle: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; }, z.core.$strip>]>>>>; }, z.core.$strip>; }, z.core.$strip>, z.ZodObject<{ merchantComment: z.ZodOptional; orderRefunded: z.ZodOptional; draftOrderChangesApplied: z.ZodOptional; authorizedPaymentCreated: z.ZodOptional; authorizedPaymentCaptured: z.ZodOptional; authorizedPaymentVoided: z.ZodOptional; refundInitiated: z.ZodOptional; paymentRefunded: z.ZodOptional; paymentRefundFailed: z.ZodOptional; refundedAsStoreCredit: z.ZodOptional; paymentPending: z.ZodOptional; paymentCanceled: z.ZodOptional; paymentDeclined: z.ZodOptional; receiptCreated: z.ZodOptional; receiptSent: z.ZodOptional; chargebackCreated: z.ZodOptional; chargebackReversed: z.ZodOptional; savedPaymentMethod: z.ZodObject<{ name: z.ZodOptional; description: z.ZodNullable>; }, z.core.$strip>; }, z.core.$strip>, z.ZodObject<{ merchantComment: z.ZodOptional; orderRefunded: z.ZodOptional; draftOrderChangesApplied: z.ZodOptional; savedPaymentMethod: z.ZodOptional; authorizedPaymentCaptured: z.ZodOptional; authorizedPaymentVoided: z.ZodOptional; refundInitiated: z.ZodOptional; paymentRefunded: z.ZodOptional; paymentRefundFailed: z.ZodOptional; refundedAsStoreCredit: z.ZodOptional; paymentPending: z.ZodOptional; paymentCanceled: z.ZodOptional; paymentDeclined: z.ZodOptional; receiptCreated: z.ZodOptional; receiptSent: z.ZodOptional; chargebackCreated: z.ZodOptional; chargebackReversed: z.ZodOptional; authorizedPaymentCreated: z.ZodObject<{ paymentId: z.ZodOptional; amount: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; lastFourDigits: z.ZodNullable>; brand: z.ZodNullable>; }, z.core.$strip>; }, z.core.$strip>, z.ZodObject<{ merchantComment: z.ZodOptional; orderRefunded: z.ZodOptional; draftOrderChangesApplied: z.ZodOptional; savedPaymentMethod: z.ZodOptional; authorizedPaymentCreated: z.ZodOptional; authorizedPaymentVoided: z.ZodOptional; refundInitiated: z.ZodOptional; paymentRefunded: z.ZodOptional; paymentRefundFailed: z.ZodOptional; refundedAsStoreCredit: z.ZodOptional; paymentPending: z.ZodOptional; paymentCanceled: z.ZodOptional; paymentDeclined: z.ZodOptional; receiptCreated: z.ZodOptional; receiptSent: z.ZodOptional; chargebackCreated: z.ZodOptional; chargebackReversed: z.ZodOptional; authorizedPaymentCaptured: z.ZodObject<{ paymentId: z.ZodOptional; amount: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; lastFourDigits: z.ZodNullable>; brand: z.ZodNullable>; }, z.core.$strip>; }, z.core.$strip>, z.ZodObject<{ merchantComment: z.ZodOptional; orderRefunded: z.ZodOptional; draftOrderChangesApplied: z.ZodOptional; savedPaymentMethod: z.ZodOptional; authorizedPaymentCreated: z.ZodOptional; authorizedPaymentCaptured: z.ZodOptional; refundInitiated: z.ZodOptional; paymentRefunded: z.ZodOptional; paymentRefundFailed: z.ZodOptional; refundedAsStoreCredit: z.ZodOptional; paymentPending: z.ZodOptional; paymentCanceled: z.ZodOptional; paymentDeclined: z.ZodOptional; receiptCreated: z.ZodOptional; receiptSent: z.ZodOptional; chargebackCreated: z.ZodOptional; chargebackReversed: z.ZodOptional; authorizedPaymentVoided: z.ZodObject<{ paymentId: z.ZodOptional; amount: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; lastFourDigits: z.ZodNullable>; brand: z.ZodNullable>; }, z.core.$strip>; }, z.core.$strip>, z.ZodObject<{ merchantComment: z.ZodOptional; orderRefunded: z.ZodOptional; draftOrderChangesApplied: z.ZodOptional; savedPaymentMethod: z.ZodOptional; authorizedPaymentCreated: z.ZodOptional; authorizedPaymentCaptured: z.ZodOptional; authorizedPaymentVoided: z.ZodOptional; paymentRefunded: z.ZodOptional; paymentRefundFailed: z.ZodOptional; refundedAsStoreCredit: z.ZodOptional; paymentPending: z.ZodOptional; paymentCanceled: z.ZodOptional; paymentDeclined: z.ZodOptional; receiptCreated: z.ZodOptional; receiptSent: z.ZodOptional; chargebackCreated: z.ZodOptional; chargebackReversed: z.ZodOptional; refundInitiated: z.ZodObject<{ refundId: z.ZodOptional; amount: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; payments: z.ZodOptional; externalRefund: z.ZodOptional; }, z.core.$strip>, z.ZodXor; giftCard: z.ZodOptional; membership: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ giftCard: z.ZodOptional; membership: z.ZodOptional; regular: z.ZodObject<{ amount: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; lastFourDigits: z.ZodNullable>; brand: z.ZodNullable>; }, z.core.$strip>; }, z.core.$strip>, z.ZodObject<{ regular: z.ZodOptional; membership: z.ZodOptional; giftCard: z.ZodObject<{ giftCardPaymentId: z.ZodNullable>; amount: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; }, z.core.$strip>, z.ZodObject<{ regular: z.ZodOptional; giftCard: z.ZodOptional; membership: z.ZodObject<{ membershipId: z.ZodNullable>; }, z.core.$strip>; }, z.core.$strip>]>>>>; reason: z.ZodNullable>; }, z.core.$strip>; }, z.core.$strip>, z.ZodObject<{ merchantComment: z.ZodOptional; orderRefunded: z.ZodOptional; draftOrderChangesApplied: z.ZodOptional; savedPaymentMethod: z.ZodOptional; authorizedPaymentCreated: z.ZodOptional; authorizedPaymentCaptured: z.ZodOptional; authorizedPaymentVoided: z.ZodOptional; refundInitiated: z.ZodOptional; paymentRefundFailed: z.ZodOptional; refundedAsStoreCredit: z.ZodOptional; paymentPending: z.ZodOptional; paymentCanceled: z.ZodOptional; paymentDeclined: z.ZodOptional; receiptCreated: z.ZodOptional; receiptSent: z.ZodOptional; chargebackCreated: z.ZodOptional; chargebackReversed: z.ZodOptional; paymentRefunded: z.ZodObject<{ refundId: z.ZodOptional; payment: z.ZodOptional; externalRefund: z.ZodOptional; }, z.core.$strip>, z.ZodXor; giftCard: z.ZodOptional; membership: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ giftCard: z.ZodOptional; membership: z.ZodOptional; regular: z.ZodObject<{ amount: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; lastFourDigits: z.ZodNullable>; brand: z.ZodNullable>; }, z.core.$strip>; }, z.core.$strip>, z.ZodObject<{ regular: z.ZodOptional; membership: z.ZodOptional; giftCard: z.ZodObject<{ giftCardPaymentId: z.ZodNullable>; amount: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; }, z.core.$strip>, z.ZodObject<{ regular: z.ZodOptional; giftCard: z.ZodOptional; membership: z.ZodObject<{ membershipId: z.ZodNullable>; }, z.core.$strip>; }, z.core.$strip>]>>>; }, z.core.$strip>; }, z.core.$strip>, z.ZodObject<{ merchantComment: z.ZodOptional; orderRefunded: z.ZodOptional; draftOrderChangesApplied: z.ZodOptional; savedPaymentMethod: z.ZodOptional; authorizedPaymentCreated: z.ZodOptional; authorizedPaymentCaptured: z.ZodOptional; authorizedPaymentVoided: z.ZodOptional; refundInitiated: z.ZodOptional; paymentRefunded: z.ZodOptional; refundedAsStoreCredit: z.ZodOptional; paymentPending: z.ZodOptional; paymentCanceled: z.ZodOptional; paymentDeclined: z.ZodOptional; receiptCreated: z.ZodOptional; receiptSent: z.ZodOptional; chargebackCreated: z.ZodOptional; chargebackReversed: z.ZodOptional; paymentRefundFailed: z.ZodObject<{ refundId: z.ZodOptional; payment: z.ZodOptional; externalRefund: z.ZodOptional; }, z.core.$strip>, z.ZodXor; giftCard: z.ZodOptional; membership: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ giftCard: z.ZodOptional; membership: z.ZodOptional; regular: z.ZodObject<{ amount: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; lastFourDigits: z.ZodNullable>; brand: z.ZodNullable>; }, z.core.$strip>; }, z.core.$strip>, z.ZodObject<{ regular: z.ZodOptional; membership: z.ZodOptional; giftCard: z.ZodObject<{ giftCardPaymentId: z.ZodNullable>; amount: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; }, z.core.$strip>, z.ZodObject<{ regular: z.ZodOptional; giftCard: z.ZodOptional; membership: z.ZodObject<{ membershipId: z.ZodNullable>; }, z.core.$strip>; }, z.core.$strip>]>>>; }, z.core.$strip>; }, z.core.$strip>, z.ZodObject<{ merchantComment: z.ZodOptional; orderRefunded: z.ZodOptional; draftOrderChangesApplied: z.ZodOptional; savedPaymentMethod: z.ZodOptional; authorizedPaymentCreated: z.ZodOptional; authorizedPaymentCaptured: z.ZodOptional; authorizedPaymentVoided: z.ZodOptional; refundInitiated: z.ZodOptional; paymentRefunded: z.ZodOptional; paymentRefundFailed: z.ZodOptional; paymentPending: z.ZodOptional; paymentCanceled: z.ZodOptional; paymentDeclined: z.ZodOptional; receiptCreated: z.ZodOptional; receiptSent: z.ZodOptional; chargebackCreated: z.ZodOptional; chargebackReversed: z.ZodOptional; refundedAsStoreCredit: z.ZodObject<{ amount: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; reason: z.ZodNullable>; }, z.core.$strip>; }, z.core.$strip>, z.ZodObject<{ merchantComment: z.ZodOptional; orderRefunded: z.ZodOptional; draftOrderChangesApplied: z.ZodOptional; savedPaymentMethod: z.ZodOptional; authorizedPaymentCreated: z.ZodOptional; authorizedPaymentCaptured: z.ZodOptional; authorizedPaymentVoided: z.ZodOptional; refundInitiated: z.ZodOptional; paymentRefunded: z.ZodOptional; paymentRefundFailed: z.ZodOptional; refundedAsStoreCredit: z.ZodOptional; paymentCanceled: z.ZodOptional; paymentDeclined: z.ZodOptional; receiptCreated: z.ZodOptional; receiptSent: z.ZodOptional; chargebackCreated: z.ZodOptional; chargebackReversed: z.ZodOptional; paymentPending: z.ZodIntersection; }, z.core.$strip>, z.ZodXor; }, z.core.$strip>, z.ZodObject<{ regular: z.ZodIntersection; formattedAmount: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>, z.ZodXor; }, z.core.$strip>, z.ZodObject<{ creditCardDetails: z.ZodObject<{ lastFourDigits: z.ZodNullable>; brand: z.ZodNullable>; }, z.core.$strip>; }, z.core.$strip>]>>; }, z.core.$strip>]>>; }, z.core.$strip>, z.ZodObject<{ merchantComment: z.ZodOptional; orderRefunded: z.ZodOptional; draftOrderChangesApplied: z.ZodOptional; savedPaymentMethod: z.ZodOptional; authorizedPaymentCreated: z.ZodOptional; authorizedPaymentCaptured: z.ZodOptional; authorizedPaymentVoided: z.ZodOptional; refundInitiated: z.ZodOptional; paymentRefunded: z.ZodOptional; paymentRefundFailed: z.ZodOptional; refundedAsStoreCredit: z.ZodOptional; paymentPending: z.ZodOptional; paymentDeclined: z.ZodOptional; receiptCreated: z.ZodOptional; receiptSent: z.ZodOptional; chargebackCreated: z.ZodOptional; chargebackReversed: z.ZodOptional; paymentCanceled: z.ZodIntersection; }, z.core.$strip>, z.ZodXor; }, z.core.$strip>, z.ZodObject<{ regular: z.ZodIntersection; formattedAmount: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>, z.ZodXor; }, z.core.$strip>, z.ZodObject<{ creditCardDetails: z.ZodObject<{ lastFourDigits: z.ZodNullable>; brand: z.ZodNullable>; }, z.core.$strip>; }, z.core.$strip>]>>; }, z.core.$strip>]>>; }, z.core.$strip>, z.ZodObject<{ merchantComment: z.ZodOptional; orderRefunded: z.ZodOptional; draftOrderChangesApplied: z.ZodOptional; savedPaymentMethod: z.ZodOptional; authorizedPaymentCreated: z.ZodOptional; authorizedPaymentCaptured: z.ZodOptional; authorizedPaymentVoided: z.ZodOptional; refundInitiated: z.ZodOptional; paymentRefunded: z.ZodOptional; paymentRefundFailed: z.ZodOptional; refundedAsStoreCredit: z.ZodOptional; paymentPending: z.ZodOptional; paymentCanceled: z.ZodOptional; receiptCreated: z.ZodOptional; receiptSent: z.ZodOptional; chargebackCreated: z.ZodOptional; chargebackReversed: z.ZodOptional; paymentDeclined: z.ZodIntersection; }, z.core.$strip>, z.ZodXor; }, z.core.$strip>, z.ZodObject<{ regular: z.ZodIntersection; formattedAmount: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>, z.ZodXor; }, z.core.$strip>, z.ZodObject<{ creditCardDetails: z.ZodObject<{ lastFourDigits: z.ZodNullable>; brand: z.ZodNullable>; }, z.core.$strip>; }, z.core.$strip>]>>; }, z.core.$strip>]>>; }, z.core.$strip>, z.ZodObject<{ merchantComment: z.ZodOptional; orderRefunded: z.ZodOptional; draftOrderChangesApplied: z.ZodOptional; savedPaymentMethod: z.ZodOptional; authorizedPaymentCreated: z.ZodOptional; authorizedPaymentCaptured: z.ZodOptional; authorizedPaymentVoided: z.ZodOptional; refundInitiated: z.ZodOptional; paymentRefunded: z.ZodOptional; paymentRefundFailed: z.ZodOptional; refundedAsStoreCredit: z.ZodOptional; paymentPending: z.ZodOptional; paymentCanceled: z.ZodOptional; paymentDeclined: z.ZodOptional; receiptSent: z.ZodOptional; chargebackCreated: z.ZodOptional; chargebackReversed: z.ZodOptional; receiptCreated: z.ZodIntersection; }, z.core.$strip>, z.ZodXor; externalReceipt: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ externalReceipt: z.ZodOptional; wixReceipt: z.ZodObject<{ receiptId: z.ZodOptional; displayNumber: z.ZodNullable>; }, z.core.$strip>; }, z.core.$strip>, z.ZodObject<{ wixReceipt: z.ZodOptional; externalReceipt: z.ZodObject<{ receiptId: z.ZodNullable>; displayNumber: z.ZodNullable>; }, z.core.$strip>; }, z.core.$strip>]>>; }, z.core.$strip>, z.ZodObject<{ merchantComment: z.ZodOptional; orderRefunded: z.ZodOptional; draftOrderChangesApplied: z.ZodOptional; savedPaymentMethod: z.ZodOptional; authorizedPaymentCreated: z.ZodOptional; authorizedPaymentCaptured: z.ZodOptional; authorizedPaymentVoided: z.ZodOptional; refundInitiated: z.ZodOptional; paymentRefunded: z.ZodOptional; paymentRefundFailed: z.ZodOptional; refundedAsStoreCredit: z.ZodOptional; paymentPending: z.ZodOptional; paymentCanceled: z.ZodOptional; paymentDeclined: z.ZodOptional; receiptCreated: z.ZodOptional; chargebackCreated: z.ZodOptional; chargebackReversed: z.ZodOptional; receiptSent: z.ZodIntersection; }, z.core.$strip>, z.ZodXor; externalReceipt: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ externalReceipt: z.ZodOptional; wixReceipt: z.ZodObject<{ receiptId: z.ZodOptional; displayNumber: z.ZodNullable>; }, z.core.$strip>; }, z.core.$strip>, z.ZodObject<{ wixReceipt: z.ZodOptional; externalReceipt: z.ZodObject<{ receiptId: z.ZodNullable>; displayNumber: z.ZodNullable>; }, z.core.$strip>; }, z.core.$strip>]>>; }, z.core.$strip>, z.ZodObject<{ merchantComment: z.ZodOptional; orderRefunded: z.ZodOptional; draftOrderChangesApplied: z.ZodOptional; savedPaymentMethod: z.ZodOptional; authorizedPaymentCreated: z.ZodOptional; authorizedPaymentCaptured: z.ZodOptional; authorizedPaymentVoided: z.ZodOptional; refundInitiated: z.ZodOptional; paymentRefunded: z.ZodOptional; paymentRefundFailed: z.ZodOptional; refundedAsStoreCredit: z.ZodOptional; paymentPending: z.ZodOptional; paymentCanceled: z.ZodOptional; paymentDeclined: z.ZodOptional; receiptCreated: z.ZodOptional; receiptSent: z.ZodOptional; chargebackReversed: z.ZodOptional; chargebackCreated: z.ZodObject<{ paymentId: z.ZodOptional; chargebackId: z.ZodOptional; amount: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; paymentDetails: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>, z.ZodXor; }, z.core.$strip>, z.ZodObject<{ creditCardDetails: z.ZodObject<{ lastFourDigits: z.ZodNullable>; brand: z.ZodNullable>; }, z.core.$strip>; }, z.core.$strip>]>>>; }, z.core.$strip>; }, z.core.$strip>, z.ZodObject<{ merchantComment: z.ZodOptional; orderRefunded: z.ZodOptional; draftOrderChangesApplied: z.ZodOptional; savedPaymentMethod: z.ZodOptional; authorizedPaymentCreated: z.ZodOptional; authorizedPaymentCaptured: z.ZodOptional; authorizedPaymentVoided: z.ZodOptional; refundInitiated: z.ZodOptional; paymentRefunded: z.ZodOptional; paymentRefundFailed: z.ZodOptional; refundedAsStoreCredit: z.ZodOptional; paymentPending: z.ZodOptional; paymentCanceled: z.ZodOptional; paymentDeclined: z.ZodOptional; receiptCreated: z.ZodOptional; receiptSent: z.ZodOptional; chargebackCreated: z.ZodOptional; chargebackReversed: z.ZodObject<{ paymentId: z.ZodOptional; chargebackId: z.ZodOptional; amount: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; reversalAmount: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; paymentDetails: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>, z.ZodXor; }, z.core.$strip>, z.ZodObject<{ creditCardDetails: z.ZodObject<{ lastFourDigits: z.ZodNullable>; brand: z.ZodNullable>; }, z.core.$strip>; }, z.core.$strip>]>>>; }, z.core.$strip>; }, z.core.$strip>]>>>>; }, z.core.$strip>>; }, z.core.$strip>; declare const AddActivitiesResponse: z.ZodObject<{ order: z.ZodOptional>; number: z.ZodOptional; _createdDate: z.ZodNullable>; _updatedDate: z.ZodNullable>; lineItems: z.ZodOptional; productName: z.ZodOptional; translated: z.ZodNullable>; }, z.core.$strip>>; catalogReference: z.ZodOptional; appId: z.ZodOptional; options: z.ZodNullable>>; }, z.core.$strip>>; quantity: z.ZodOptional; totalDiscount: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; descriptionLines: z.ZodOptional; translated: z.ZodNullable>; }, z.core.$strip>>; }, z.core.$strip>, z.ZodXor; colorInfo: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ colorInfo: z.ZodOptional; plainText: z.ZodObject<{ original: z.ZodOptional; translated: z.ZodNullable>; }, z.core.$strip>; }, z.core.$strip>, z.ZodObject<{ plainText: z.ZodOptional; colorInfo: z.ZodObject<{ original: z.ZodOptional; translated: z.ZodNullable>; code: z.ZodNullable>; }, z.core.$strip>; }, z.core.$strip>]>>>>; image: z.ZodOptional; physicalProperties: z.ZodOptional>; sku: z.ZodNullable>; shippable: z.ZodOptional; }, z.core.$strip>>; itemType: z.ZodOptional, z.ZodXor; custom: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ custom: z.ZodOptional; preset: z.ZodEnum<{ UNRECOGNISED: "UNRECOGNISED"; PHYSICAL: "PHYSICAL"; DIGITAL: "DIGITAL"; GIFT_CARD: "GIFT_CARD"; SERVICE: "SERVICE"; }>; }, z.core.$strip>, z.ZodObject<{ preset: z.ZodOptional; custom: z.ZodString; }, z.core.$strip>]>>>; fulfillerId: z.ZodNullable>; refundQuantity: z.ZodNullable>; restockQuantity: z.ZodNullable>; price: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; priceBeforeDiscounts: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; totalPriceBeforeTax: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; totalPriceAfterTax: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; paymentOption: z.ZodOptional>; taxDetails: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; taxRate: z.ZodOptional; totalTax: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; taxInfo: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; taxableAmount: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; taxRate: z.ZodNullable>; taxGroupId: z.ZodNullable>; taxIncludedInPrice: z.ZodOptional; taxBreakdown: z.ZodOptional>; rate: z.ZodNullable>; taxAmount: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; taxType: z.ZodNullable>; taxName: z.ZodNullable>; jurisdictionType: z.ZodOptional>; nonTaxableAmount: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; taxableAmount: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>>; }, z.core.$strip>>; digitalFile: z.ZodOptional; link: z.ZodNullable>; expirationDate: z.ZodNullable>; }, z.core.$strip>>; subscriptionInfo: z.ZodOptional>; cycleNumber: z.ZodOptional; subscriptionOptionTitle: z.ZodOptional; subscriptionOptionDescription: z.ZodNullable>; subscriptionSettings: z.ZodOptional>; interval: z.ZodNullable>; autoRenewal: z.ZodOptional; billingCycles: z.ZodNullable>; enableCustomerCancellation: z.ZodOptional; freeTrialPeriod: z.ZodOptional>; interval: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; chargesDescription: z.ZodNullable>; }, z.core.$strip>>; priceDescription: z.ZodOptional; translated: z.ZodNullable>; }, z.core.$strip>>; depositAmount: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; locations: z.ZodOptional; appId: z.ZodNullable>; quantity: z.ZodOptional; name: z.ZodNullable>; }, z.core.$strip>>>; lineItemPrice: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; taxableAddress: z.ZodOptional, z.ZodXor; }, z.core.$strip>, z.ZodObject<{ addressType: z.ZodEnum<{ BUSINESS: "BUSINESS"; BILLING: "BILLING"; SHIPPING: "SHIPPING"; }>; }, z.core.$strip>]>>>; priceUndetermined: z.ZodOptional; extendedFields: z.ZodOptional>>; }, z.core.$strip>>; modifierGroups: z.ZodOptional; name: z.ZodOptional; translated: z.ZodNullable>; }, z.core.$strip>>; modifiers: z.ZodOptional; quantity: z.ZodNullable>; label: z.ZodOptional; translated: z.ZodNullable>; }, z.core.$strip>>; details: z.ZodOptional; translated: z.ZodNullable>; }, z.core.$strip>>; price: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>>; }, z.core.$strip>>>; }, z.core.$strip>>>; buyerInfo: z.ZodOptional>; email: z.ZodNullable>; }, z.core.$strip>, z.ZodXor; memberId: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ memberId: z.ZodOptional; visitorId: z.ZodString; }, z.core.$strip>, z.ZodObject<{ visitorId: z.ZodOptional; memberId: z.ZodString; }, z.core.$strip>]>>>; paymentStatus: z.ZodOptional>; fulfillmentStatus: z.ZodOptional>; buyerLanguage: z.ZodNullable>; weightUnit: z.ZodOptional>; currency: z.ZodNullable>; currencyConversionDetails: z.ZodOptional>; conversionRate: z.ZodNullable>; }, z.core.$strip>>; taxIncludedInPrices: z.ZodOptional; siteLanguage: z.ZodNullable>; priceSummary: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; shipping: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; tax: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; discount: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; total: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; totalAdditionalFees: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; billingInfo: z.ZodOptional; number: z.ZodOptional; }, z.core.$strip>>; city: z.ZodNullable>; subdivision: z.ZodNullable>; country: z.ZodNullable>; postalCode: z.ZodNullable>; addressLine2: z.ZodNullable>; }, z.core.$strip>>; contactDetails: z.ZodOptional>; lastName: z.ZodNullable>; phone: z.ZodNullable>; company: z.ZodNullable>; vatId: z.ZodOptional; type: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; shippingInfo: z.ZodOptional>; code: z.ZodNullable>; title: z.ZodOptional; logistics: z.ZodOptional>; instructions: z.ZodNullable>; deliverByDate: z.ZodNullable>; deliveryTimeSlot: z.ZodOptional>; to: z.ZodNullable>; }, z.core.$strip>>; }, z.core.$strip>, z.ZodXor; pickupDetails: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ pickupDetails: z.ZodOptional; shippingDestination: z.ZodObject<{ address: z.ZodOptional; number: z.ZodOptional; }, z.core.$strip>>; city: z.ZodNullable>; subdivision: z.ZodNullable>; country: z.ZodNullable>; postalCode: z.ZodNullable>; addressLine2: z.ZodNullable>; }, z.core.$strip>>; contactDetails: z.ZodOptional>; lastName: z.ZodNullable>; phone: z.ZodNullable>; company: z.ZodNullable>; vatId: z.ZodOptional; type: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>; }, z.core.$strip>, z.ZodObject<{ shippingDestination: z.ZodOptional; pickupDetails: z.ZodObject<{ address: z.ZodOptional; number: z.ZodOptional; }, z.core.$strip>>; city: z.ZodNullable>; subdivision: z.ZodNullable>; country: z.ZodNullable>; postalCode: z.ZodNullable>; addressLine2: z.ZodNullable>; }, z.core.$strip>>; pickupMethod: z.ZodOptional>; }, z.core.$strip>; }, z.core.$strip>]>>>; cost: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; totalPriceBeforeTax: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; totalPriceAfterTax: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; taxDetails: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; taxRate: z.ZodOptional; totalTax: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; taxInfo: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; taxableAmount: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; taxRate: z.ZodNullable>; taxGroupId: z.ZodNullable>; taxIncludedInPrice: z.ZodOptional; taxBreakdown: z.ZodOptional>; rate: z.ZodNullable>; taxAmount: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; taxType: z.ZodNullable>; taxName: z.ZodNullable>; jurisdictionType: z.ZodOptional>; nonTaxableAmount: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; taxableAmount: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>>; }, z.core.$strip>>; discount: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; region: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>>; buyerNote: z.ZodNullable>; status: z.ZodOptional>; archived: z.ZodNullable>; taxSummary: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; taxInfo: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; taxBreakdown: z.ZodOptional; taxType: z.ZodOptional; jurisdiction: z.ZodOptional; jurisdictionType: z.ZodOptional>; rate: z.ZodOptional; aggregatedTaxAmount: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>>; taxExempt: z.ZodNullable>; }, z.core.$strip>>; appliedDiscounts: z.ZodOptional>; lineItemIds: z.ZodOptional>; _id: z.ZodNullable>; lineItemDiscounts: z.ZodOptional; totalDiscount: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>>; }, z.core.$strip>, z.ZodXor; merchantDiscount: z.ZodOptional; discountRule: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ merchantDiscount: z.ZodOptional; discountRule: z.ZodOptional; coupon: z.ZodObject<{ _id: z.ZodOptional; code: z.ZodOptional; name: z.ZodOptional; amount: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; }, z.core.$strip>, z.ZodObject<{ coupon: z.ZodOptional; discountRule: z.ZodOptional; merchantDiscount: z.ZodIntersection; formattedAmount: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>, z.ZodXor; description: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ description: z.ZodOptional; discountReason: z.ZodEnum<{ UNSPECIFIED: "UNSPECIFIED"; EXCHANGED_ITEMS: "EXCHANGED_ITEMS"; BILLING_ADJUSTMENT: "BILLING_ADJUSTMENT"; }>; }, z.core.$strip>, z.ZodObject<{ discountReason: z.ZodOptional; description: z.ZodString; }, z.core.$strip>]>>; }, z.core.$strip>, z.ZodObject<{ coupon: z.ZodOptional; merchantDiscount: z.ZodOptional; discountRule: z.ZodObject<{ _id: z.ZodOptional; name: z.ZodOptional; translated: z.ZodNullable>; }, z.core.$strip>>; amount: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; }, z.core.$strip>]>>>>; activities: z.ZodOptional>; authorEmail: z.ZodNullable>; _createdDate: z.ZodNullable>; type: z.ZodOptional>; activityType: z.ZodOptional>; }, z.core.$strip>, z.ZodXor; orderRefunded: z.ZodOptional; draftOrderChangesApplied: z.ZodOptional; savedPaymentMethod: z.ZodOptional; authorizedPaymentCreated: z.ZodOptional; authorizedPaymentCaptured: z.ZodOptional; authorizedPaymentVoided: z.ZodOptional; refundInitiated: z.ZodOptional; paymentRefunded: z.ZodOptional; paymentRefundFailed: z.ZodOptional; refundedAsStoreCredit: z.ZodOptional; paymentPending: z.ZodOptional; paymentCanceled: z.ZodOptional; paymentDeclined: z.ZodOptional; receiptCreated: z.ZodOptional; receiptSent: z.ZodOptional; chargebackCreated: z.ZodOptional; chargebackReversed: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ orderRefunded: z.ZodOptional; draftOrderChangesApplied: z.ZodOptional; savedPaymentMethod: z.ZodOptional; authorizedPaymentCreated: z.ZodOptional; authorizedPaymentCaptured: z.ZodOptional; authorizedPaymentVoided: z.ZodOptional; refundInitiated: z.ZodOptional; paymentRefunded: z.ZodOptional; paymentRefundFailed: z.ZodOptional; refundedAsStoreCredit: z.ZodOptional; paymentPending: z.ZodOptional; paymentCanceled: z.ZodOptional; paymentDeclined: z.ZodOptional; receiptCreated: z.ZodOptional; receiptSent: z.ZodOptional; chargebackCreated: z.ZodOptional; chargebackReversed: z.ZodOptional; merchantComment: z.ZodObject<{ message: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>, z.ZodObject<{ merchantComment: z.ZodOptional; draftOrderChangesApplied: z.ZodOptional; savedPaymentMethod: z.ZodOptional; authorizedPaymentCreated: z.ZodOptional; authorizedPaymentCaptured: z.ZodOptional; authorizedPaymentVoided: z.ZodOptional; refundInitiated: z.ZodOptional; paymentRefunded: z.ZodOptional; paymentRefundFailed: z.ZodOptional; refundedAsStoreCredit: z.ZodOptional; paymentPending: z.ZodOptional; paymentCanceled: z.ZodOptional; paymentDeclined: z.ZodOptional; receiptCreated: z.ZodOptional; receiptSent: z.ZodOptional; chargebackCreated: z.ZodOptional; chargebackReversed: z.ZodOptional; orderRefunded: z.ZodObject<{ manual: z.ZodOptional; amount: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; reason: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>, z.ZodObject<{ merchantComment: z.ZodOptional; orderRefunded: z.ZodOptional; savedPaymentMethod: z.ZodOptional; authorizedPaymentCreated: z.ZodOptional; authorizedPaymentCaptured: z.ZodOptional; authorizedPaymentVoided: z.ZodOptional; refundInitiated: z.ZodOptional; paymentRefunded: z.ZodOptional; paymentRefundFailed: z.ZodOptional; refundedAsStoreCredit: z.ZodOptional; paymentPending: z.ZodOptional; paymentCanceled: z.ZodOptional; paymentDeclined: z.ZodOptional; receiptCreated: z.ZodOptional; receiptSent: z.ZodOptional; chargebackCreated: z.ZodOptional; chargebackReversed: z.ZodOptional; draftOrderChangesApplied: z.ZodObject<{ draftOrderId: z.ZodOptional; reason: z.ZodNullable>; changes: z.ZodOptional, z.ZodXor; lineItemAdded: z.ZodOptional; lineItemRemoved: z.ZodOptional; discountAdded: z.ZodOptional; discountRemoved: z.ZodOptional; additionalFeeAdded: z.ZodOptional; additionalFeeRemoved: z.ZodOptional; totalPriceChanged: z.ZodOptional; shippingInformationChanged: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ lineItemAdded: z.ZodOptional; lineItemRemoved: z.ZodOptional; discountAdded: z.ZodOptional; discountRemoved: z.ZodOptional; additionalFeeAdded: z.ZodOptional; additionalFeeRemoved: z.ZodOptional; totalPriceChanged: z.ZodOptional; shippingInformationChanged: z.ZodOptional; lineItemChanged: z.ZodObject<{ _id: z.ZodOptional; name: z.ZodOptional; translated: z.ZodNullable>; }, z.core.$strip>>; quantity: z.ZodOptional; newQuantity: z.ZodOptional; diff: z.ZodOptional; deltaType: z.ZodOptional>; }, z.core.$strip>>; price: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; newPrice: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>; }, z.core.$strip>, z.ZodObject<{ lineItemChanged: z.ZodOptional; lineItemRemoved: z.ZodOptional; discountAdded: z.ZodOptional; discountRemoved: z.ZodOptional; additionalFeeAdded: z.ZodOptional; additionalFeeRemoved: z.ZodOptional; totalPriceChanged: z.ZodOptional; shippingInformationChanged: z.ZodOptional; lineItemAdded: z.ZodObject<{ _id: z.ZodOptional; name: z.ZodOptional; translated: z.ZodNullable>; }, z.core.$strip>>; quantity: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>, z.ZodObject<{ lineItemChanged: z.ZodOptional; lineItemAdded: z.ZodOptional; discountAdded: z.ZodOptional; discountRemoved: z.ZodOptional; additionalFeeAdded: z.ZodOptional; additionalFeeRemoved: z.ZodOptional; totalPriceChanged: z.ZodOptional; shippingInformationChanged: z.ZodOptional; lineItemRemoved: z.ZodObject<{ _id: z.ZodOptional; name: z.ZodOptional; translated: z.ZodNullable>; }, z.core.$strip>>; quantity: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>, z.ZodObject<{ lineItemChanged: z.ZodOptional; lineItemAdded: z.ZodOptional; lineItemRemoved: z.ZodOptional; discountRemoved: z.ZodOptional; additionalFeeAdded: z.ZodOptional; additionalFeeRemoved: z.ZodOptional; totalPriceChanged: z.ZodOptional; shippingInformationChanged: z.ZodOptional; discountAdded: z.ZodObject<{ _id: z.ZodOptional; name: z.ZodOptional; translated: z.ZodNullable>; }, z.core.$strip>>; affectedLineItems: z.ZodOptional; name: z.ZodOptional; translated: z.ZodNullable>; }, z.core.$strip>>; amount: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>>; totalAmount: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; }, z.core.$strip>, z.ZodObject<{ lineItemChanged: z.ZodOptional; lineItemAdded: z.ZodOptional; lineItemRemoved: z.ZodOptional; discountAdded: z.ZodOptional; additionalFeeAdded: z.ZodOptional; additionalFeeRemoved: z.ZodOptional; totalPriceChanged: z.ZodOptional; shippingInformationChanged: z.ZodOptional; discountRemoved: z.ZodObject<{ _id: z.ZodOptional; name: z.ZodOptional; translated: z.ZodNullable>; }, z.core.$strip>>; affectedLineItems: z.ZodOptional; name: z.ZodOptional; translated: z.ZodNullable>; }, z.core.$strip>>; amount: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>>; totalAmount: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; }, z.core.$strip>, z.ZodObject<{ lineItemChanged: z.ZodOptional; lineItemAdded: z.ZodOptional; lineItemRemoved: z.ZodOptional; discountAdded: z.ZodOptional; discountRemoved: z.ZodOptional; additionalFeeRemoved: z.ZodOptional; totalPriceChanged: z.ZodOptional; shippingInformationChanged: z.ZodOptional; additionalFeeAdded: z.ZodObject<{ _id: z.ZodOptional; name: z.ZodOptional; translated: z.ZodNullable>; }, z.core.$strip>>; affectedLineItems: z.ZodOptional; name: z.ZodOptional; translated: z.ZodNullable>; }, z.core.$strip>>; amount: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>>; totalAmount: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; }, z.core.$strip>, z.ZodObject<{ lineItemChanged: z.ZodOptional; lineItemAdded: z.ZodOptional; lineItemRemoved: z.ZodOptional; discountAdded: z.ZodOptional; discountRemoved: z.ZodOptional; additionalFeeAdded: z.ZodOptional; totalPriceChanged: z.ZodOptional; shippingInformationChanged: z.ZodOptional; additionalFeeRemoved: z.ZodObject<{ _id: z.ZodOptional; name: z.ZodOptional; translated: z.ZodNullable>; }, z.core.$strip>>; affectedLineItems: z.ZodOptional; name: z.ZodOptional; translated: z.ZodNullable>; }, z.core.$strip>>; amount: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>>; totalAmount: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; }, z.core.$strip>, z.ZodObject<{ lineItemChanged: z.ZodOptional; lineItemAdded: z.ZodOptional; lineItemRemoved: z.ZodOptional; discountAdded: z.ZodOptional; discountRemoved: z.ZodOptional; additionalFeeAdded: z.ZodOptional; additionalFeeRemoved: z.ZodOptional; shippingInformationChanged: z.ZodOptional; totalPriceChanged: z.ZodObject<{ originalTotal: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; newTotal: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; }, z.core.$strip>, z.ZodObject<{ lineItemChanged: z.ZodOptional; lineItemAdded: z.ZodOptional; lineItemRemoved: z.ZodOptional; discountAdded: z.ZodOptional; discountRemoved: z.ZodOptional; additionalFeeAdded: z.ZodOptional; additionalFeeRemoved: z.ZodOptional; totalPriceChanged: z.ZodOptional; shippingInformationChanged: z.ZodObject<{ originalShippingInfo: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; shippingTitle: z.ZodOptional; }, z.core.$strip>>; newShippingInfo: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; shippingTitle: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; }, z.core.$strip>]>>>>; }, z.core.$strip>; }, z.core.$strip>, z.ZodObject<{ merchantComment: z.ZodOptional; orderRefunded: z.ZodOptional; draftOrderChangesApplied: z.ZodOptional; authorizedPaymentCreated: z.ZodOptional; authorizedPaymentCaptured: z.ZodOptional; authorizedPaymentVoided: z.ZodOptional; refundInitiated: z.ZodOptional; paymentRefunded: z.ZodOptional; paymentRefundFailed: z.ZodOptional; refundedAsStoreCredit: z.ZodOptional; paymentPending: z.ZodOptional; paymentCanceled: z.ZodOptional; paymentDeclined: z.ZodOptional; receiptCreated: z.ZodOptional; receiptSent: z.ZodOptional; chargebackCreated: z.ZodOptional; chargebackReversed: z.ZodOptional; savedPaymentMethod: z.ZodObject<{ name: z.ZodOptional; description: z.ZodNullable>; }, z.core.$strip>; }, z.core.$strip>, z.ZodObject<{ merchantComment: z.ZodOptional; orderRefunded: z.ZodOptional; draftOrderChangesApplied: z.ZodOptional; savedPaymentMethod: z.ZodOptional; authorizedPaymentCaptured: z.ZodOptional; authorizedPaymentVoided: z.ZodOptional; refundInitiated: z.ZodOptional; paymentRefunded: z.ZodOptional; paymentRefundFailed: z.ZodOptional; refundedAsStoreCredit: z.ZodOptional; paymentPending: z.ZodOptional; paymentCanceled: z.ZodOptional; paymentDeclined: z.ZodOptional; receiptCreated: z.ZodOptional; receiptSent: z.ZodOptional; chargebackCreated: z.ZodOptional; chargebackReversed: z.ZodOptional; authorizedPaymentCreated: z.ZodObject<{ paymentId: z.ZodOptional; amount: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; lastFourDigits: z.ZodNullable>; brand: z.ZodNullable>; }, z.core.$strip>; }, z.core.$strip>, z.ZodObject<{ merchantComment: z.ZodOptional; orderRefunded: z.ZodOptional; draftOrderChangesApplied: z.ZodOptional; savedPaymentMethod: z.ZodOptional; authorizedPaymentCreated: z.ZodOptional; authorizedPaymentVoided: z.ZodOptional; refundInitiated: z.ZodOptional; paymentRefunded: z.ZodOptional; paymentRefundFailed: z.ZodOptional; refundedAsStoreCredit: z.ZodOptional; paymentPending: z.ZodOptional; paymentCanceled: z.ZodOptional; paymentDeclined: z.ZodOptional; receiptCreated: z.ZodOptional; receiptSent: z.ZodOptional; chargebackCreated: z.ZodOptional; chargebackReversed: z.ZodOptional; authorizedPaymentCaptured: z.ZodObject<{ paymentId: z.ZodOptional; amount: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; lastFourDigits: z.ZodNullable>; brand: z.ZodNullable>; }, z.core.$strip>; }, z.core.$strip>, z.ZodObject<{ merchantComment: z.ZodOptional; orderRefunded: z.ZodOptional; draftOrderChangesApplied: z.ZodOptional; savedPaymentMethod: z.ZodOptional; authorizedPaymentCreated: z.ZodOptional; authorizedPaymentCaptured: z.ZodOptional; refundInitiated: z.ZodOptional; paymentRefunded: z.ZodOptional; paymentRefundFailed: z.ZodOptional; refundedAsStoreCredit: z.ZodOptional; paymentPending: z.ZodOptional; paymentCanceled: z.ZodOptional; paymentDeclined: z.ZodOptional; receiptCreated: z.ZodOptional; receiptSent: z.ZodOptional; chargebackCreated: z.ZodOptional; chargebackReversed: z.ZodOptional; authorizedPaymentVoided: z.ZodObject<{ paymentId: z.ZodOptional; amount: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; lastFourDigits: z.ZodNullable>; brand: z.ZodNullable>; }, z.core.$strip>; }, z.core.$strip>, z.ZodObject<{ merchantComment: z.ZodOptional; orderRefunded: z.ZodOptional; draftOrderChangesApplied: z.ZodOptional; savedPaymentMethod: z.ZodOptional; authorizedPaymentCreated: z.ZodOptional; authorizedPaymentCaptured: z.ZodOptional; authorizedPaymentVoided: z.ZodOptional; paymentRefunded: z.ZodOptional; paymentRefundFailed: z.ZodOptional; refundedAsStoreCredit: z.ZodOptional; paymentPending: z.ZodOptional; paymentCanceled: z.ZodOptional; paymentDeclined: z.ZodOptional; receiptCreated: z.ZodOptional; receiptSent: z.ZodOptional; chargebackCreated: z.ZodOptional; chargebackReversed: z.ZodOptional; refundInitiated: z.ZodObject<{ refundId: z.ZodOptional; amount: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; payments: z.ZodOptional; externalRefund: z.ZodOptional; }, z.core.$strip>, z.ZodXor; giftCard: z.ZodOptional; membership: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ giftCard: z.ZodOptional; membership: z.ZodOptional; regular: z.ZodObject<{ amount: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; lastFourDigits: z.ZodNullable>; brand: z.ZodNullable>; }, z.core.$strip>; }, z.core.$strip>, z.ZodObject<{ regular: z.ZodOptional; membership: z.ZodOptional; giftCard: z.ZodObject<{ giftCardPaymentId: z.ZodNullable>; amount: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; }, z.core.$strip>, z.ZodObject<{ regular: z.ZodOptional; giftCard: z.ZodOptional; membership: z.ZodObject<{ membershipId: z.ZodNullable>; }, z.core.$strip>; }, z.core.$strip>]>>>>; reason: z.ZodNullable>; }, z.core.$strip>; }, z.core.$strip>, z.ZodObject<{ merchantComment: z.ZodOptional; orderRefunded: z.ZodOptional; draftOrderChangesApplied: z.ZodOptional; savedPaymentMethod: z.ZodOptional; authorizedPaymentCreated: z.ZodOptional; authorizedPaymentCaptured: z.ZodOptional; authorizedPaymentVoided: z.ZodOptional; refundInitiated: z.ZodOptional; paymentRefundFailed: z.ZodOptional; refundedAsStoreCredit: z.ZodOptional; paymentPending: z.ZodOptional; paymentCanceled: z.ZodOptional; paymentDeclined: z.ZodOptional; receiptCreated: z.ZodOptional; receiptSent: z.ZodOptional; chargebackCreated: z.ZodOptional; chargebackReversed: z.ZodOptional; paymentRefunded: z.ZodObject<{ refundId: z.ZodOptional; payment: z.ZodOptional; externalRefund: z.ZodOptional; }, z.core.$strip>, z.ZodXor; giftCard: z.ZodOptional; membership: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ giftCard: z.ZodOptional; membership: z.ZodOptional; regular: z.ZodObject<{ amount: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; lastFourDigits: z.ZodNullable>; brand: z.ZodNullable>; }, z.core.$strip>; }, z.core.$strip>, z.ZodObject<{ regular: z.ZodOptional; membership: z.ZodOptional; giftCard: z.ZodObject<{ giftCardPaymentId: z.ZodNullable>; amount: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; }, z.core.$strip>, z.ZodObject<{ regular: z.ZodOptional; giftCard: z.ZodOptional; membership: z.ZodObject<{ membershipId: z.ZodNullable>; }, z.core.$strip>; }, z.core.$strip>]>>>; }, z.core.$strip>; }, z.core.$strip>, z.ZodObject<{ merchantComment: z.ZodOptional; orderRefunded: z.ZodOptional; draftOrderChangesApplied: z.ZodOptional; savedPaymentMethod: z.ZodOptional; authorizedPaymentCreated: z.ZodOptional; authorizedPaymentCaptured: z.ZodOptional; authorizedPaymentVoided: z.ZodOptional; refundInitiated: z.ZodOptional; paymentRefunded: z.ZodOptional; refundedAsStoreCredit: z.ZodOptional; paymentPending: z.ZodOptional; paymentCanceled: z.ZodOptional; paymentDeclined: z.ZodOptional; receiptCreated: z.ZodOptional; receiptSent: z.ZodOptional; chargebackCreated: z.ZodOptional; chargebackReversed: z.ZodOptional; paymentRefundFailed: z.ZodObject<{ refundId: z.ZodOptional; payment: z.ZodOptional; externalRefund: z.ZodOptional; }, z.core.$strip>, z.ZodXor; giftCard: z.ZodOptional; membership: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ giftCard: z.ZodOptional; membership: z.ZodOptional; regular: z.ZodObject<{ amount: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; lastFourDigits: z.ZodNullable>; brand: z.ZodNullable>; }, z.core.$strip>; }, z.core.$strip>, z.ZodObject<{ regular: z.ZodOptional; membership: z.ZodOptional; giftCard: z.ZodObject<{ giftCardPaymentId: z.ZodNullable>; amount: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; }, z.core.$strip>, z.ZodObject<{ regular: z.ZodOptional; giftCard: z.ZodOptional; membership: z.ZodObject<{ membershipId: z.ZodNullable>; }, z.core.$strip>; }, z.core.$strip>]>>>; }, z.core.$strip>; }, z.core.$strip>, z.ZodObject<{ merchantComment: z.ZodOptional; orderRefunded: z.ZodOptional; draftOrderChangesApplied: z.ZodOptional; savedPaymentMethod: z.ZodOptional; authorizedPaymentCreated: z.ZodOptional; authorizedPaymentCaptured: z.ZodOptional; authorizedPaymentVoided: z.ZodOptional; refundInitiated: z.ZodOptional; paymentRefunded: z.ZodOptional; paymentRefundFailed: z.ZodOptional; paymentPending: z.ZodOptional; paymentCanceled: z.ZodOptional; paymentDeclined: z.ZodOptional; receiptCreated: z.ZodOptional; receiptSent: z.ZodOptional; chargebackCreated: z.ZodOptional; chargebackReversed: z.ZodOptional; refundedAsStoreCredit: z.ZodObject<{ amount: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; reason: z.ZodNullable>; }, z.core.$strip>; }, z.core.$strip>, z.ZodObject<{ merchantComment: z.ZodOptional; orderRefunded: z.ZodOptional; draftOrderChangesApplied: z.ZodOptional; savedPaymentMethod: z.ZodOptional; authorizedPaymentCreated: z.ZodOptional; authorizedPaymentCaptured: z.ZodOptional; authorizedPaymentVoided: z.ZodOptional; refundInitiated: z.ZodOptional; paymentRefunded: z.ZodOptional; paymentRefundFailed: z.ZodOptional; refundedAsStoreCredit: z.ZodOptional; paymentCanceled: z.ZodOptional; paymentDeclined: z.ZodOptional; receiptCreated: z.ZodOptional; receiptSent: z.ZodOptional; chargebackCreated: z.ZodOptional; chargebackReversed: z.ZodOptional; paymentPending: z.ZodIntersection; }, z.core.$strip>, z.ZodXor; }, z.core.$strip>, z.ZodObject<{ regular: z.ZodIntersection; formattedAmount: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>, z.ZodXor; }, z.core.$strip>, z.ZodObject<{ creditCardDetails: z.ZodObject<{ lastFourDigits: z.ZodNullable>; brand: z.ZodNullable>; }, z.core.$strip>; }, z.core.$strip>]>>; }, z.core.$strip>]>>; }, z.core.$strip>, z.ZodObject<{ merchantComment: z.ZodOptional; orderRefunded: z.ZodOptional; draftOrderChangesApplied: z.ZodOptional; savedPaymentMethod: z.ZodOptional; authorizedPaymentCreated: z.ZodOptional; authorizedPaymentCaptured: z.ZodOptional; authorizedPaymentVoided: z.ZodOptional; refundInitiated: z.ZodOptional; paymentRefunded: z.ZodOptional; paymentRefundFailed: z.ZodOptional; refundedAsStoreCredit: z.ZodOptional; paymentPending: z.ZodOptional; paymentDeclined: z.ZodOptional; receiptCreated: z.ZodOptional; receiptSent: z.ZodOptional; chargebackCreated: z.ZodOptional; chargebackReversed: z.ZodOptional; paymentCanceled: z.ZodIntersection; }, z.core.$strip>, z.ZodXor; }, z.core.$strip>, z.ZodObject<{ regular: z.ZodIntersection; formattedAmount: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>, z.ZodXor; }, z.core.$strip>, z.ZodObject<{ creditCardDetails: z.ZodObject<{ lastFourDigits: z.ZodNullable>; brand: z.ZodNullable>; }, z.core.$strip>; }, z.core.$strip>]>>; }, z.core.$strip>]>>; }, z.core.$strip>, z.ZodObject<{ merchantComment: z.ZodOptional; orderRefunded: z.ZodOptional; draftOrderChangesApplied: z.ZodOptional; savedPaymentMethod: z.ZodOptional; authorizedPaymentCreated: z.ZodOptional; authorizedPaymentCaptured: z.ZodOptional; authorizedPaymentVoided: z.ZodOptional; refundInitiated: z.ZodOptional; paymentRefunded: z.ZodOptional; paymentRefundFailed: z.ZodOptional; refundedAsStoreCredit: z.ZodOptional; paymentPending: z.ZodOptional; paymentCanceled: z.ZodOptional; receiptCreated: z.ZodOptional; receiptSent: z.ZodOptional; chargebackCreated: z.ZodOptional; chargebackReversed: z.ZodOptional; paymentDeclined: z.ZodIntersection; }, z.core.$strip>, z.ZodXor; }, z.core.$strip>, z.ZodObject<{ regular: z.ZodIntersection; formattedAmount: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>, z.ZodXor; }, z.core.$strip>, z.ZodObject<{ creditCardDetails: z.ZodObject<{ lastFourDigits: z.ZodNullable>; brand: z.ZodNullable>; }, z.core.$strip>; }, z.core.$strip>]>>; }, z.core.$strip>]>>; }, z.core.$strip>, z.ZodObject<{ merchantComment: z.ZodOptional; orderRefunded: z.ZodOptional; draftOrderChangesApplied: z.ZodOptional; savedPaymentMethod: z.ZodOptional; authorizedPaymentCreated: z.ZodOptional; authorizedPaymentCaptured: z.ZodOptional; authorizedPaymentVoided: z.ZodOptional; refundInitiated: z.ZodOptional; paymentRefunded: z.ZodOptional; paymentRefundFailed: z.ZodOptional; refundedAsStoreCredit: z.ZodOptional; paymentPending: z.ZodOptional; paymentCanceled: z.ZodOptional; paymentDeclined: z.ZodOptional; receiptSent: z.ZodOptional; chargebackCreated: z.ZodOptional; chargebackReversed: z.ZodOptional; receiptCreated: z.ZodIntersection; }, z.core.$strip>, z.ZodXor; externalReceipt: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ externalReceipt: z.ZodOptional; wixReceipt: z.ZodObject<{ receiptId: z.ZodOptional; displayNumber: z.ZodNullable>; }, z.core.$strip>; }, z.core.$strip>, z.ZodObject<{ wixReceipt: z.ZodOptional; externalReceipt: z.ZodObject<{ receiptId: z.ZodNullable>; displayNumber: z.ZodNullable>; }, z.core.$strip>; }, z.core.$strip>]>>; }, z.core.$strip>, z.ZodObject<{ merchantComment: z.ZodOptional; orderRefunded: z.ZodOptional; draftOrderChangesApplied: z.ZodOptional; savedPaymentMethod: z.ZodOptional; authorizedPaymentCreated: z.ZodOptional; authorizedPaymentCaptured: z.ZodOptional; authorizedPaymentVoided: z.ZodOptional; refundInitiated: z.ZodOptional; paymentRefunded: z.ZodOptional; paymentRefundFailed: z.ZodOptional; refundedAsStoreCredit: z.ZodOptional; paymentPending: z.ZodOptional; paymentCanceled: z.ZodOptional; paymentDeclined: z.ZodOptional; receiptCreated: z.ZodOptional; chargebackCreated: z.ZodOptional; chargebackReversed: z.ZodOptional; receiptSent: z.ZodIntersection; }, z.core.$strip>, z.ZodXor; externalReceipt: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ externalReceipt: z.ZodOptional; wixReceipt: z.ZodObject<{ receiptId: z.ZodOptional; displayNumber: z.ZodNullable>; }, z.core.$strip>; }, z.core.$strip>, z.ZodObject<{ wixReceipt: z.ZodOptional; externalReceipt: z.ZodObject<{ receiptId: z.ZodNullable>; displayNumber: z.ZodNullable>; }, z.core.$strip>; }, z.core.$strip>]>>; }, z.core.$strip>, z.ZodObject<{ merchantComment: z.ZodOptional; orderRefunded: z.ZodOptional; draftOrderChangesApplied: z.ZodOptional; savedPaymentMethod: z.ZodOptional; authorizedPaymentCreated: z.ZodOptional; authorizedPaymentCaptured: z.ZodOptional; authorizedPaymentVoided: z.ZodOptional; refundInitiated: z.ZodOptional; paymentRefunded: z.ZodOptional; paymentRefundFailed: z.ZodOptional; refundedAsStoreCredit: z.ZodOptional; paymentPending: z.ZodOptional; paymentCanceled: z.ZodOptional; paymentDeclined: z.ZodOptional; receiptCreated: z.ZodOptional; receiptSent: z.ZodOptional; chargebackReversed: z.ZodOptional; chargebackCreated: z.ZodObject<{ paymentId: z.ZodOptional; chargebackId: z.ZodOptional; amount: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; paymentDetails: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>, z.ZodXor; }, z.core.$strip>, z.ZodObject<{ creditCardDetails: z.ZodObject<{ lastFourDigits: z.ZodNullable>; brand: z.ZodNullable>; }, z.core.$strip>; }, z.core.$strip>]>>>; }, z.core.$strip>; }, z.core.$strip>, z.ZodObject<{ merchantComment: z.ZodOptional; orderRefunded: z.ZodOptional; draftOrderChangesApplied: z.ZodOptional; savedPaymentMethod: z.ZodOptional; authorizedPaymentCreated: z.ZodOptional; authorizedPaymentCaptured: z.ZodOptional; authorizedPaymentVoided: z.ZodOptional; refundInitiated: z.ZodOptional; paymentRefunded: z.ZodOptional; paymentRefundFailed: z.ZodOptional; refundedAsStoreCredit: z.ZodOptional; paymentPending: z.ZodOptional; paymentCanceled: z.ZodOptional; paymentDeclined: z.ZodOptional; receiptCreated: z.ZodOptional; receiptSent: z.ZodOptional; chargebackCreated: z.ZodOptional; chargebackReversed: z.ZodObject<{ paymentId: z.ZodOptional; chargebackId: z.ZodOptional; amount: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; reversalAmount: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; paymentDetails: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>, z.ZodXor; }, z.core.$strip>, z.ZodObject<{ creditCardDetails: z.ZodObject<{ lastFourDigits: z.ZodNullable>; brand: z.ZodNullable>; }, z.core.$strip>; }, z.core.$strip>]>>>; }, z.core.$strip>; }, z.core.$strip>]>>>>; attributionSource: z.ZodOptional>; createdBy: z.ZodOptional, z.ZodXor; memberId: z.ZodOptional; visitorId: z.ZodOptional; appId: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ memberId: z.ZodOptional; visitorId: z.ZodOptional; appId: z.ZodOptional; userId: z.ZodString; }, z.core.$strip>, z.ZodObject<{ userId: z.ZodOptional; visitorId: z.ZodOptional; appId: z.ZodOptional; memberId: z.ZodString; }, z.core.$strip>, z.ZodObject<{ userId: z.ZodOptional; memberId: z.ZodOptional; appId: z.ZodOptional; visitorId: z.ZodString; }, z.core.$strip>, z.ZodObject<{ userId: z.ZodOptional; memberId: z.ZodOptional; visitorId: z.ZodOptional; appId: z.ZodString; }, z.core.$strip>]>>>; channelInfo: z.ZodOptional>; externalOrderId: z.ZodNullable>; externalOrderUrl: z.ZodNullable>; }, z.core.$strip>>; seenByAHuman: z.ZodNullable>; checkoutId: z.ZodNullable>; customFields: z.ZodOptional>; title: z.ZodOptional; translatedTitle: z.ZodNullable>; }, z.core.$strip>>>; balanceSummary: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; paid: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; refunded: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; authorized: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; pendingRefund: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; pending: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; chargeback: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; chargebackReversal: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; platformFees: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; totalMinusPlatformFees: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; additionalFees: z.ZodOptional>; name: z.ZodOptional; price: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; taxDetails: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; taxRate: z.ZodOptional; totalTax: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; taxInfo: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; taxableAmount: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; taxRate: z.ZodNullable>; taxGroupId: z.ZodNullable>; taxIncludedInPrice: z.ZodOptional; taxBreakdown: z.ZodOptional>; rate: z.ZodNullable>; taxAmount: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; taxType: z.ZodNullable>; taxName: z.ZodNullable>; jurisdictionType: z.ZodOptional>; nonTaxableAmount: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; taxableAmount: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>>; }, z.core.$strip>>; providerAppId: z.ZodNullable>; priceBeforeTax: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; priceAfterTax: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; _id: z.ZodOptional; lineItemIds: z.ZodOptional>; source: z.ZodOptional>; }, z.core.$strip>>>; extendedFields: z.ZodOptional>>; }, z.core.$strip>>; purchaseFlowId: z.ZodNullable>; recipientInfo: z.ZodOptional; number: z.ZodOptional; }, z.core.$strip>>; city: z.ZodNullable>; subdivision: z.ZodNullable>; country: z.ZodNullable>; postalCode: z.ZodNullable>; addressLine2: z.ZodNullable>; }, z.core.$strip>>; contactDetails: z.ZodOptional>; lastName: z.ZodNullable>; phone: z.ZodNullable>; company: z.ZodNullable>; vatId: z.ZodOptional; type: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; tags: z.ZodOptional>; }, z.core.$strip>>; tags: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>>; purchasedDate: z.ZodNullable>; businessLocation: z.ZodOptional; name: z.ZodOptional; }, z.core.$strip>>; payAfterFreeTrial: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; shipping: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; tax: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; discount: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; total: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; totalAdditionalFees: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; platformFeeSummary: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; totalPassOn: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; totalAbsorbed: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; fees: z.ZodOptional; translated: z.ZodNullable>; }, z.core.$strip>>; amount: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; lineItemId: z.ZodOptional; chargeType: z.ZodOptional>; percentageRate: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; activityIds: z.ZodOptional>; }, z.core.$strip>; declare const CancelOrderRequest: z.ZodObject<{ _id: z.ZodString; options: z.ZodOptional; customMessage: z.ZodNullable>; restockAllItems: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; declare const CancelOrderResponse: z.ZodObject<{ order: z.ZodOptional>; number: z.ZodOptional; _createdDate: z.ZodNullable>; _updatedDate: z.ZodNullable>; lineItems: z.ZodOptional; productName: z.ZodOptional; translated: z.ZodNullable>; }, z.core.$strip>>; catalogReference: z.ZodOptional; appId: z.ZodOptional; options: z.ZodNullable>>; }, z.core.$strip>>; quantity: z.ZodOptional; totalDiscount: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; descriptionLines: z.ZodOptional; translated: z.ZodNullable>; }, z.core.$strip>>; }, z.core.$strip>, z.ZodXor; colorInfo: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ colorInfo: z.ZodOptional; plainText: z.ZodObject<{ original: z.ZodOptional; translated: z.ZodNullable>; }, z.core.$strip>; }, z.core.$strip>, z.ZodObject<{ plainText: z.ZodOptional; colorInfo: z.ZodObject<{ original: z.ZodOptional; translated: z.ZodNullable>; code: z.ZodNullable>; }, z.core.$strip>; }, z.core.$strip>]>>>>; image: z.ZodOptional; physicalProperties: z.ZodOptional>; sku: z.ZodNullable>; shippable: z.ZodOptional; }, z.core.$strip>>; itemType: z.ZodOptional, z.ZodXor; custom: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ custom: z.ZodOptional; preset: z.ZodEnum<{ UNRECOGNISED: "UNRECOGNISED"; PHYSICAL: "PHYSICAL"; DIGITAL: "DIGITAL"; GIFT_CARD: "GIFT_CARD"; SERVICE: "SERVICE"; }>; }, z.core.$strip>, z.ZodObject<{ preset: z.ZodOptional; custom: z.ZodString; }, z.core.$strip>]>>>; fulfillerId: z.ZodNullable>; refundQuantity: z.ZodNullable>; restockQuantity: z.ZodNullable>; price: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; priceBeforeDiscounts: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; totalPriceBeforeTax: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; totalPriceAfterTax: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; paymentOption: z.ZodOptional>; taxDetails: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; taxRate: z.ZodOptional; totalTax: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; taxInfo: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; taxableAmount: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; taxRate: z.ZodNullable>; taxGroupId: z.ZodNullable>; taxIncludedInPrice: z.ZodOptional; taxBreakdown: z.ZodOptional>; rate: z.ZodNullable>; taxAmount: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; taxType: z.ZodNullable>; taxName: z.ZodNullable>; jurisdictionType: z.ZodOptional>; nonTaxableAmount: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; taxableAmount: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>>; }, z.core.$strip>>; digitalFile: z.ZodOptional; link: z.ZodNullable>; expirationDate: z.ZodNullable>; }, z.core.$strip>>; subscriptionInfo: z.ZodOptional>; cycleNumber: z.ZodOptional; subscriptionOptionTitle: z.ZodOptional; subscriptionOptionDescription: z.ZodNullable>; subscriptionSettings: z.ZodOptional>; interval: z.ZodNullable>; autoRenewal: z.ZodOptional; billingCycles: z.ZodNullable>; enableCustomerCancellation: z.ZodOptional; freeTrialPeriod: z.ZodOptional>; interval: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; chargesDescription: z.ZodNullable>; }, z.core.$strip>>; priceDescription: z.ZodOptional; translated: z.ZodNullable>; }, z.core.$strip>>; depositAmount: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; locations: z.ZodOptional; appId: z.ZodNullable>; quantity: z.ZodOptional; name: z.ZodNullable>; }, z.core.$strip>>>; lineItemPrice: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; taxableAddress: z.ZodOptional, z.ZodXor; }, z.core.$strip>, z.ZodObject<{ addressType: z.ZodEnum<{ BUSINESS: "BUSINESS"; BILLING: "BILLING"; SHIPPING: "SHIPPING"; }>; }, z.core.$strip>]>>>; priceUndetermined: z.ZodOptional; extendedFields: z.ZodOptional>>; }, z.core.$strip>>; modifierGroups: z.ZodOptional; name: z.ZodOptional; translated: z.ZodNullable>; }, z.core.$strip>>; modifiers: z.ZodOptional; quantity: z.ZodNullable>; label: z.ZodOptional; translated: z.ZodNullable>; }, z.core.$strip>>; details: z.ZodOptional; translated: z.ZodNullable>; }, z.core.$strip>>; price: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>>; }, z.core.$strip>>>; }, z.core.$strip>>>; buyerInfo: z.ZodOptional>; email: z.ZodNullable>; }, z.core.$strip>, z.ZodXor; memberId: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ memberId: z.ZodOptional; visitorId: z.ZodString; }, z.core.$strip>, z.ZodObject<{ visitorId: z.ZodOptional; memberId: z.ZodString; }, z.core.$strip>]>>>; paymentStatus: z.ZodOptional>; fulfillmentStatus: z.ZodOptional>; buyerLanguage: z.ZodNullable>; weightUnit: z.ZodOptional>; currency: z.ZodNullable>; currencyConversionDetails: z.ZodOptional>; conversionRate: z.ZodNullable>; }, z.core.$strip>>; taxIncludedInPrices: z.ZodOptional; siteLanguage: z.ZodNullable>; priceSummary: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; shipping: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; tax: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; discount: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; total: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; totalAdditionalFees: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; billingInfo: z.ZodOptional; number: z.ZodOptional; }, z.core.$strip>>; city: z.ZodNullable>; subdivision: z.ZodNullable>; country: z.ZodNullable>; postalCode: z.ZodNullable>; addressLine2: z.ZodNullable>; }, z.core.$strip>>; contactDetails: z.ZodOptional>; lastName: z.ZodNullable>; phone: z.ZodNullable>; company: z.ZodNullable>; vatId: z.ZodOptional; type: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; shippingInfo: z.ZodOptional>; code: z.ZodNullable>; title: z.ZodOptional; logistics: z.ZodOptional>; instructions: z.ZodNullable>; deliverByDate: z.ZodNullable>; deliveryTimeSlot: z.ZodOptional>; to: z.ZodNullable>; }, z.core.$strip>>; }, z.core.$strip>, z.ZodXor; pickupDetails: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ pickupDetails: z.ZodOptional; shippingDestination: z.ZodObject<{ address: z.ZodOptional; number: z.ZodOptional; }, z.core.$strip>>; city: z.ZodNullable>; subdivision: z.ZodNullable>; country: z.ZodNullable>; postalCode: z.ZodNullable>; addressLine2: z.ZodNullable>; }, z.core.$strip>>; contactDetails: z.ZodOptional>; lastName: z.ZodNullable>; phone: z.ZodNullable>; company: z.ZodNullable>; vatId: z.ZodOptional; type: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>; }, z.core.$strip>, z.ZodObject<{ shippingDestination: z.ZodOptional; pickupDetails: z.ZodObject<{ address: z.ZodOptional; number: z.ZodOptional; }, z.core.$strip>>; city: z.ZodNullable>; subdivision: z.ZodNullable>; country: z.ZodNullable>; postalCode: z.ZodNullable>; addressLine2: z.ZodNullable>; }, z.core.$strip>>; pickupMethod: z.ZodOptional>; }, z.core.$strip>; }, z.core.$strip>]>>>; cost: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; totalPriceBeforeTax: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; totalPriceAfterTax: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; taxDetails: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; taxRate: z.ZodOptional; totalTax: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; taxInfo: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; taxableAmount: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; taxRate: z.ZodNullable>; taxGroupId: z.ZodNullable>; taxIncludedInPrice: z.ZodOptional; taxBreakdown: z.ZodOptional>; rate: z.ZodNullable>; taxAmount: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; taxType: z.ZodNullable>; taxName: z.ZodNullable>; jurisdictionType: z.ZodOptional>; nonTaxableAmount: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; taxableAmount: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>>; }, z.core.$strip>>; discount: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; region: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>>; buyerNote: z.ZodNullable>; status: z.ZodOptional>; archived: z.ZodNullable>; taxSummary: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; taxInfo: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; taxBreakdown: z.ZodOptional; taxType: z.ZodOptional; jurisdiction: z.ZodOptional; jurisdictionType: z.ZodOptional>; rate: z.ZodOptional; aggregatedTaxAmount: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>>; taxExempt: z.ZodNullable>; }, z.core.$strip>>; appliedDiscounts: z.ZodOptional>; lineItemIds: z.ZodOptional>; _id: z.ZodNullable>; lineItemDiscounts: z.ZodOptional; totalDiscount: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>>; }, z.core.$strip>, z.ZodXor; merchantDiscount: z.ZodOptional; discountRule: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ merchantDiscount: z.ZodOptional; discountRule: z.ZodOptional; coupon: z.ZodObject<{ _id: z.ZodOptional; code: z.ZodOptional; name: z.ZodOptional; amount: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; }, z.core.$strip>, z.ZodObject<{ coupon: z.ZodOptional; discountRule: z.ZodOptional; merchantDiscount: z.ZodIntersection; formattedAmount: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>, z.ZodXor; description: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ description: z.ZodOptional; discountReason: z.ZodEnum<{ UNSPECIFIED: "UNSPECIFIED"; EXCHANGED_ITEMS: "EXCHANGED_ITEMS"; BILLING_ADJUSTMENT: "BILLING_ADJUSTMENT"; }>; }, z.core.$strip>, z.ZodObject<{ discountReason: z.ZodOptional; description: z.ZodString; }, z.core.$strip>]>>; }, z.core.$strip>, z.ZodObject<{ coupon: z.ZodOptional; merchantDiscount: z.ZodOptional; discountRule: z.ZodObject<{ _id: z.ZodOptional; name: z.ZodOptional; translated: z.ZodNullable>; }, z.core.$strip>>; amount: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; }, z.core.$strip>]>>>>; activities: z.ZodOptional>; authorEmail: z.ZodNullable>; _createdDate: z.ZodNullable>; type: z.ZodOptional>; activityType: z.ZodOptional>; }, z.core.$strip>, z.ZodXor; orderRefunded: z.ZodOptional; draftOrderChangesApplied: z.ZodOptional; savedPaymentMethod: z.ZodOptional; authorizedPaymentCreated: z.ZodOptional; authorizedPaymentCaptured: z.ZodOptional; authorizedPaymentVoided: z.ZodOptional; refundInitiated: z.ZodOptional; paymentRefunded: z.ZodOptional; paymentRefundFailed: z.ZodOptional; refundedAsStoreCredit: z.ZodOptional; paymentPending: z.ZodOptional; paymentCanceled: z.ZodOptional; paymentDeclined: z.ZodOptional; receiptCreated: z.ZodOptional; receiptSent: z.ZodOptional; chargebackCreated: z.ZodOptional; chargebackReversed: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ orderRefunded: z.ZodOptional; draftOrderChangesApplied: z.ZodOptional; savedPaymentMethod: z.ZodOptional; authorizedPaymentCreated: z.ZodOptional; authorizedPaymentCaptured: z.ZodOptional; authorizedPaymentVoided: z.ZodOptional; refundInitiated: z.ZodOptional; paymentRefunded: z.ZodOptional; paymentRefundFailed: z.ZodOptional; refundedAsStoreCredit: z.ZodOptional; paymentPending: z.ZodOptional; paymentCanceled: z.ZodOptional; paymentDeclined: z.ZodOptional; receiptCreated: z.ZodOptional; receiptSent: z.ZodOptional; chargebackCreated: z.ZodOptional; chargebackReversed: z.ZodOptional; merchantComment: z.ZodObject<{ message: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>, z.ZodObject<{ merchantComment: z.ZodOptional; draftOrderChangesApplied: z.ZodOptional; savedPaymentMethod: z.ZodOptional; authorizedPaymentCreated: z.ZodOptional; authorizedPaymentCaptured: z.ZodOptional; authorizedPaymentVoided: z.ZodOptional; refundInitiated: z.ZodOptional; paymentRefunded: z.ZodOptional; paymentRefundFailed: z.ZodOptional; refundedAsStoreCredit: z.ZodOptional; paymentPending: z.ZodOptional; paymentCanceled: z.ZodOptional; paymentDeclined: z.ZodOptional; receiptCreated: z.ZodOptional; receiptSent: z.ZodOptional; chargebackCreated: z.ZodOptional; chargebackReversed: z.ZodOptional; orderRefunded: z.ZodObject<{ manual: z.ZodOptional; amount: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; reason: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>, z.ZodObject<{ merchantComment: z.ZodOptional; orderRefunded: z.ZodOptional; savedPaymentMethod: z.ZodOptional; authorizedPaymentCreated: z.ZodOptional; authorizedPaymentCaptured: z.ZodOptional; authorizedPaymentVoided: z.ZodOptional; refundInitiated: z.ZodOptional; paymentRefunded: z.ZodOptional; paymentRefundFailed: z.ZodOptional; refundedAsStoreCredit: z.ZodOptional; paymentPending: z.ZodOptional; paymentCanceled: z.ZodOptional; paymentDeclined: z.ZodOptional; receiptCreated: z.ZodOptional; receiptSent: z.ZodOptional; chargebackCreated: z.ZodOptional; chargebackReversed: z.ZodOptional; draftOrderChangesApplied: z.ZodObject<{ draftOrderId: z.ZodOptional; reason: z.ZodNullable>; changes: z.ZodOptional, z.ZodXor; lineItemAdded: z.ZodOptional; lineItemRemoved: z.ZodOptional; discountAdded: z.ZodOptional; discountRemoved: z.ZodOptional; additionalFeeAdded: z.ZodOptional; additionalFeeRemoved: z.ZodOptional; totalPriceChanged: z.ZodOptional; shippingInformationChanged: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ lineItemAdded: z.ZodOptional; lineItemRemoved: z.ZodOptional; discountAdded: z.ZodOptional; discountRemoved: z.ZodOptional; additionalFeeAdded: z.ZodOptional; additionalFeeRemoved: z.ZodOptional; totalPriceChanged: z.ZodOptional; shippingInformationChanged: z.ZodOptional; lineItemChanged: z.ZodObject<{ _id: z.ZodOptional; name: z.ZodOptional; translated: z.ZodNullable>; }, z.core.$strip>>; quantity: z.ZodOptional; newQuantity: z.ZodOptional; diff: z.ZodOptional; deltaType: z.ZodOptional>; }, z.core.$strip>>; price: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; newPrice: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>; }, z.core.$strip>, z.ZodObject<{ lineItemChanged: z.ZodOptional; lineItemRemoved: z.ZodOptional; discountAdded: z.ZodOptional; discountRemoved: z.ZodOptional; additionalFeeAdded: z.ZodOptional; additionalFeeRemoved: z.ZodOptional; totalPriceChanged: z.ZodOptional; shippingInformationChanged: z.ZodOptional; lineItemAdded: z.ZodObject<{ _id: z.ZodOptional; name: z.ZodOptional; translated: z.ZodNullable>; }, z.core.$strip>>; quantity: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>, z.ZodObject<{ lineItemChanged: z.ZodOptional; lineItemAdded: z.ZodOptional; discountAdded: z.ZodOptional; discountRemoved: z.ZodOptional; additionalFeeAdded: z.ZodOptional; additionalFeeRemoved: z.ZodOptional; totalPriceChanged: z.ZodOptional; shippingInformationChanged: z.ZodOptional; lineItemRemoved: z.ZodObject<{ _id: z.ZodOptional; name: z.ZodOptional; translated: z.ZodNullable>; }, z.core.$strip>>; quantity: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>, z.ZodObject<{ lineItemChanged: z.ZodOptional; lineItemAdded: z.ZodOptional; lineItemRemoved: z.ZodOptional; discountRemoved: z.ZodOptional; additionalFeeAdded: z.ZodOptional; additionalFeeRemoved: z.ZodOptional; totalPriceChanged: z.ZodOptional; shippingInformationChanged: z.ZodOptional; discountAdded: z.ZodObject<{ _id: z.ZodOptional; name: z.ZodOptional; translated: z.ZodNullable>; }, z.core.$strip>>; affectedLineItems: z.ZodOptional; name: z.ZodOptional; translated: z.ZodNullable>; }, z.core.$strip>>; amount: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>>; totalAmount: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; }, z.core.$strip>, z.ZodObject<{ lineItemChanged: z.ZodOptional; lineItemAdded: z.ZodOptional; lineItemRemoved: z.ZodOptional; discountAdded: z.ZodOptional; additionalFeeAdded: z.ZodOptional; additionalFeeRemoved: z.ZodOptional; totalPriceChanged: z.ZodOptional; shippingInformationChanged: z.ZodOptional; discountRemoved: z.ZodObject<{ _id: z.ZodOptional; name: z.ZodOptional; translated: z.ZodNullable>; }, z.core.$strip>>; affectedLineItems: z.ZodOptional; name: z.ZodOptional; translated: z.ZodNullable>; }, z.core.$strip>>; amount: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>>; totalAmount: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; }, z.core.$strip>, z.ZodObject<{ lineItemChanged: z.ZodOptional; lineItemAdded: z.ZodOptional; lineItemRemoved: z.ZodOptional; discountAdded: z.ZodOptional; discountRemoved: z.ZodOptional; additionalFeeRemoved: z.ZodOptional; totalPriceChanged: z.ZodOptional; shippingInformationChanged: z.ZodOptional; additionalFeeAdded: z.ZodObject<{ _id: z.ZodOptional; name: z.ZodOptional; translated: z.ZodNullable>; }, z.core.$strip>>; affectedLineItems: z.ZodOptional; name: z.ZodOptional; translated: z.ZodNullable>; }, z.core.$strip>>; amount: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>>; totalAmount: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; }, z.core.$strip>, z.ZodObject<{ lineItemChanged: z.ZodOptional; lineItemAdded: z.ZodOptional; lineItemRemoved: z.ZodOptional; discountAdded: z.ZodOptional; discountRemoved: z.ZodOptional; additionalFeeAdded: z.ZodOptional; totalPriceChanged: z.ZodOptional; shippingInformationChanged: z.ZodOptional; additionalFeeRemoved: z.ZodObject<{ _id: z.ZodOptional; name: z.ZodOptional; translated: z.ZodNullable>; }, z.core.$strip>>; affectedLineItems: z.ZodOptional; name: z.ZodOptional; translated: z.ZodNullable>; }, z.core.$strip>>; amount: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>>; totalAmount: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; }, z.core.$strip>, z.ZodObject<{ lineItemChanged: z.ZodOptional; lineItemAdded: z.ZodOptional; lineItemRemoved: z.ZodOptional; discountAdded: z.ZodOptional; discountRemoved: z.ZodOptional; additionalFeeAdded: z.ZodOptional; additionalFeeRemoved: z.ZodOptional; shippingInformationChanged: z.ZodOptional; totalPriceChanged: z.ZodObject<{ originalTotal: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; newTotal: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; }, z.core.$strip>, z.ZodObject<{ lineItemChanged: z.ZodOptional; lineItemAdded: z.ZodOptional; lineItemRemoved: z.ZodOptional; discountAdded: z.ZodOptional; discountRemoved: z.ZodOptional; additionalFeeAdded: z.ZodOptional; additionalFeeRemoved: z.ZodOptional; totalPriceChanged: z.ZodOptional; shippingInformationChanged: z.ZodObject<{ originalShippingInfo: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; shippingTitle: z.ZodOptional; }, z.core.$strip>>; newShippingInfo: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; shippingTitle: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; }, z.core.$strip>]>>>>; }, z.core.$strip>; }, z.core.$strip>, z.ZodObject<{ merchantComment: z.ZodOptional; orderRefunded: z.ZodOptional; draftOrderChangesApplied: z.ZodOptional; authorizedPaymentCreated: z.ZodOptional; authorizedPaymentCaptured: z.ZodOptional; authorizedPaymentVoided: z.ZodOptional; refundInitiated: z.ZodOptional; paymentRefunded: z.ZodOptional; paymentRefundFailed: z.ZodOptional; refundedAsStoreCredit: z.ZodOptional; paymentPending: z.ZodOptional; paymentCanceled: z.ZodOptional; paymentDeclined: z.ZodOptional; receiptCreated: z.ZodOptional; receiptSent: z.ZodOptional; chargebackCreated: z.ZodOptional; chargebackReversed: z.ZodOptional; savedPaymentMethod: z.ZodObject<{ name: z.ZodOptional; description: z.ZodNullable>; }, z.core.$strip>; }, z.core.$strip>, z.ZodObject<{ merchantComment: z.ZodOptional; orderRefunded: z.ZodOptional; draftOrderChangesApplied: z.ZodOptional; savedPaymentMethod: z.ZodOptional; authorizedPaymentCaptured: z.ZodOptional; authorizedPaymentVoided: z.ZodOptional; refundInitiated: z.ZodOptional; paymentRefunded: z.ZodOptional; paymentRefundFailed: z.ZodOptional; refundedAsStoreCredit: z.ZodOptional; paymentPending: z.ZodOptional; paymentCanceled: z.ZodOptional; paymentDeclined: z.ZodOptional; receiptCreated: z.ZodOptional; receiptSent: z.ZodOptional; chargebackCreated: z.ZodOptional; chargebackReversed: z.ZodOptional; authorizedPaymentCreated: z.ZodObject<{ paymentId: z.ZodOptional; amount: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; lastFourDigits: z.ZodNullable>; brand: z.ZodNullable>; }, z.core.$strip>; }, z.core.$strip>, z.ZodObject<{ merchantComment: z.ZodOptional; orderRefunded: z.ZodOptional; draftOrderChangesApplied: z.ZodOptional; savedPaymentMethod: z.ZodOptional; authorizedPaymentCreated: z.ZodOptional; authorizedPaymentVoided: z.ZodOptional; refundInitiated: z.ZodOptional; paymentRefunded: z.ZodOptional; paymentRefundFailed: z.ZodOptional; refundedAsStoreCredit: z.ZodOptional; paymentPending: z.ZodOptional; paymentCanceled: z.ZodOptional; paymentDeclined: z.ZodOptional; receiptCreated: z.ZodOptional; receiptSent: z.ZodOptional; chargebackCreated: z.ZodOptional; chargebackReversed: z.ZodOptional; authorizedPaymentCaptured: z.ZodObject<{ paymentId: z.ZodOptional; amount: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; lastFourDigits: z.ZodNullable>; brand: z.ZodNullable>; }, z.core.$strip>; }, z.core.$strip>, z.ZodObject<{ merchantComment: z.ZodOptional; orderRefunded: z.ZodOptional; draftOrderChangesApplied: z.ZodOptional; savedPaymentMethod: z.ZodOptional; authorizedPaymentCreated: z.ZodOptional; authorizedPaymentCaptured: z.ZodOptional; refundInitiated: z.ZodOptional; paymentRefunded: z.ZodOptional; paymentRefundFailed: z.ZodOptional; refundedAsStoreCredit: z.ZodOptional; paymentPending: z.ZodOptional; paymentCanceled: z.ZodOptional; paymentDeclined: z.ZodOptional; receiptCreated: z.ZodOptional; receiptSent: z.ZodOptional; chargebackCreated: z.ZodOptional; chargebackReversed: z.ZodOptional; authorizedPaymentVoided: z.ZodObject<{ paymentId: z.ZodOptional; amount: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; lastFourDigits: z.ZodNullable>; brand: z.ZodNullable>; }, z.core.$strip>; }, z.core.$strip>, z.ZodObject<{ merchantComment: z.ZodOptional; orderRefunded: z.ZodOptional; draftOrderChangesApplied: z.ZodOptional; savedPaymentMethod: z.ZodOptional; authorizedPaymentCreated: z.ZodOptional; authorizedPaymentCaptured: z.ZodOptional; authorizedPaymentVoided: z.ZodOptional; paymentRefunded: z.ZodOptional; paymentRefundFailed: z.ZodOptional; refundedAsStoreCredit: z.ZodOptional; paymentPending: z.ZodOptional; paymentCanceled: z.ZodOptional; paymentDeclined: z.ZodOptional; receiptCreated: z.ZodOptional; receiptSent: z.ZodOptional; chargebackCreated: z.ZodOptional; chargebackReversed: z.ZodOptional; refundInitiated: z.ZodObject<{ refundId: z.ZodOptional; amount: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; payments: z.ZodOptional; externalRefund: z.ZodOptional; }, z.core.$strip>, z.ZodXor; giftCard: z.ZodOptional; membership: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ giftCard: z.ZodOptional; membership: z.ZodOptional; regular: z.ZodObject<{ amount: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; lastFourDigits: z.ZodNullable>; brand: z.ZodNullable>; }, z.core.$strip>; }, z.core.$strip>, z.ZodObject<{ regular: z.ZodOptional; membership: z.ZodOptional; giftCard: z.ZodObject<{ giftCardPaymentId: z.ZodNullable>; amount: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; }, z.core.$strip>, z.ZodObject<{ regular: z.ZodOptional; giftCard: z.ZodOptional; membership: z.ZodObject<{ membershipId: z.ZodNullable>; }, z.core.$strip>; }, z.core.$strip>]>>>>; reason: z.ZodNullable>; }, z.core.$strip>; }, z.core.$strip>, z.ZodObject<{ merchantComment: z.ZodOptional; orderRefunded: z.ZodOptional; draftOrderChangesApplied: z.ZodOptional; savedPaymentMethod: z.ZodOptional; authorizedPaymentCreated: z.ZodOptional; authorizedPaymentCaptured: z.ZodOptional; authorizedPaymentVoided: z.ZodOptional; refundInitiated: z.ZodOptional; paymentRefundFailed: z.ZodOptional; refundedAsStoreCredit: z.ZodOptional; paymentPending: z.ZodOptional; paymentCanceled: z.ZodOptional; paymentDeclined: z.ZodOptional; receiptCreated: z.ZodOptional; receiptSent: z.ZodOptional; chargebackCreated: z.ZodOptional; chargebackReversed: z.ZodOptional; paymentRefunded: z.ZodObject<{ refundId: z.ZodOptional; payment: z.ZodOptional; externalRefund: z.ZodOptional; }, z.core.$strip>, z.ZodXor; giftCard: z.ZodOptional; membership: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ giftCard: z.ZodOptional; membership: z.ZodOptional; regular: z.ZodObject<{ amount: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; lastFourDigits: z.ZodNullable>; brand: z.ZodNullable>; }, z.core.$strip>; }, z.core.$strip>, z.ZodObject<{ regular: z.ZodOptional; membership: z.ZodOptional; giftCard: z.ZodObject<{ giftCardPaymentId: z.ZodNullable>; amount: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; }, z.core.$strip>, z.ZodObject<{ regular: z.ZodOptional; giftCard: z.ZodOptional; membership: z.ZodObject<{ membershipId: z.ZodNullable>; }, z.core.$strip>; }, z.core.$strip>]>>>; }, z.core.$strip>; }, z.core.$strip>, z.ZodObject<{ merchantComment: z.ZodOptional; orderRefunded: z.ZodOptional; draftOrderChangesApplied: z.ZodOptional; savedPaymentMethod: z.ZodOptional; authorizedPaymentCreated: z.ZodOptional; authorizedPaymentCaptured: z.ZodOptional; authorizedPaymentVoided: z.ZodOptional; refundInitiated: z.ZodOptional; paymentRefunded: z.ZodOptional; refundedAsStoreCredit: z.ZodOptional; paymentPending: z.ZodOptional; paymentCanceled: z.ZodOptional; paymentDeclined: z.ZodOptional; receiptCreated: z.ZodOptional; receiptSent: z.ZodOptional; chargebackCreated: z.ZodOptional; chargebackReversed: z.ZodOptional; paymentRefundFailed: z.ZodObject<{ refundId: z.ZodOptional; payment: z.ZodOptional; externalRefund: z.ZodOptional; }, z.core.$strip>, z.ZodXor; giftCard: z.ZodOptional; membership: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ giftCard: z.ZodOptional; membership: z.ZodOptional; regular: z.ZodObject<{ amount: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; lastFourDigits: z.ZodNullable>; brand: z.ZodNullable>; }, z.core.$strip>; }, z.core.$strip>, z.ZodObject<{ regular: z.ZodOptional; membership: z.ZodOptional; giftCard: z.ZodObject<{ giftCardPaymentId: z.ZodNullable>; amount: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; }, z.core.$strip>, z.ZodObject<{ regular: z.ZodOptional; giftCard: z.ZodOptional; membership: z.ZodObject<{ membershipId: z.ZodNullable>; }, z.core.$strip>; }, z.core.$strip>]>>>; }, z.core.$strip>; }, z.core.$strip>, z.ZodObject<{ merchantComment: z.ZodOptional; orderRefunded: z.ZodOptional; draftOrderChangesApplied: z.ZodOptional; savedPaymentMethod: z.ZodOptional; authorizedPaymentCreated: z.ZodOptional; authorizedPaymentCaptured: z.ZodOptional; authorizedPaymentVoided: z.ZodOptional; refundInitiated: z.ZodOptional; paymentRefunded: z.ZodOptional; paymentRefundFailed: z.ZodOptional; paymentPending: z.ZodOptional; paymentCanceled: z.ZodOptional; paymentDeclined: z.ZodOptional; receiptCreated: z.ZodOptional; receiptSent: z.ZodOptional; chargebackCreated: z.ZodOptional; chargebackReversed: z.ZodOptional; refundedAsStoreCredit: z.ZodObject<{ amount: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; reason: z.ZodNullable>; }, z.core.$strip>; }, z.core.$strip>, z.ZodObject<{ merchantComment: z.ZodOptional; orderRefunded: z.ZodOptional; draftOrderChangesApplied: z.ZodOptional; savedPaymentMethod: z.ZodOptional; authorizedPaymentCreated: z.ZodOptional; authorizedPaymentCaptured: z.ZodOptional; authorizedPaymentVoided: z.ZodOptional; refundInitiated: z.ZodOptional; paymentRefunded: z.ZodOptional; paymentRefundFailed: z.ZodOptional; refundedAsStoreCredit: z.ZodOptional; paymentCanceled: z.ZodOptional; paymentDeclined: z.ZodOptional; receiptCreated: z.ZodOptional; receiptSent: z.ZodOptional; chargebackCreated: z.ZodOptional; chargebackReversed: z.ZodOptional; paymentPending: z.ZodIntersection; }, z.core.$strip>, z.ZodXor; }, z.core.$strip>, z.ZodObject<{ regular: z.ZodIntersection; formattedAmount: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>, z.ZodXor; }, z.core.$strip>, z.ZodObject<{ creditCardDetails: z.ZodObject<{ lastFourDigits: z.ZodNullable>; brand: z.ZodNullable>; }, z.core.$strip>; }, z.core.$strip>]>>; }, z.core.$strip>]>>; }, z.core.$strip>, z.ZodObject<{ merchantComment: z.ZodOptional; orderRefunded: z.ZodOptional; draftOrderChangesApplied: z.ZodOptional; savedPaymentMethod: z.ZodOptional; authorizedPaymentCreated: z.ZodOptional; authorizedPaymentCaptured: z.ZodOptional; authorizedPaymentVoided: z.ZodOptional; refundInitiated: z.ZodOptional; paymentRefunded: z.ZodOptional; paymentRefundFailed: z.ZodOptional; refundedAsStoreCredit: z.ZodOptional; paymentPending: z.ZodOptional; paymentDeclined: z.ZodOptional; receiptCreated: z.ZodOptional; receiptSent: z.ZodOptional; chargebackCreated: z.ZodOptional; chargebackReversed: z.ZodOptional; paymentCanceled: z.ZodIntersection; }, z.core.$strip>, z.ZodXor; }, z.core.$strip>, z.ZodObject<{ regular: z.ZodIntersection; formattedAmount: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>, z.ZodXor; }, z.core.$strip>, z.ZodObject<{ creditCardDetails: z.ZodObject<{ lastFourDigits: z.ZodNullable>; brand: z.ZodNullable>; }, z.core.$strip>; }, z.core.$strip>]>>; }, z.core.$strip>]>>; }, z.core.$strip>, z.ZodObject<{ merchantComment: z.ZodOptional; orderRefunded: z.ZodOptional; draftOrderChangesApplied: z.ZodOptional; savedPaymentMethod: z.ZodOptional; authorizedPaymentCreated: z.ZodOptional; authorizedPaymentCaptured: z.ZodOptional; authorizedPaymentVoided: z.ZodOptional; refundInitiated: z.ZodOptional; paymentRefunded: z.ZodOptional; paymentRefundFailed: z.ZodOptional; refundedAsStoreCredit: z.ZodOptional; paymentPending: z.ZodOptional; paymentCanceled: z.ZodOptional; receiptCreated: z.ZodOptional; receiptSent: z.ZodOptional; chargebackCreated: z.ZodOptional; chargebackReversed: z.ZodOptional; paymentDeclined: z.ZodIntersection; }, z.core.$strip>, z.ZodXor; }, z.core.$strip>, z.ZodObject<{ regular: z.ZodIntersection; formattedAmount: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>, z.ZodXor; }, z.core.$strip>, z.ZodObject<{ creditCardDetails: z.ZodObject<{ lastFourDigits: z.ZodNullable>; brand: z.ZodNullable>; }, z.core.$strip>; }, z.core.$strip>]>>; }, z.core.$strip>]>>; }, z.core.$strip>, z.ZodObject<{ merchantComment: z.ZodOptional; orderRefunded: z.ZodOptional; draftOrderChangesApplied: z.ZodOptional; savedPaymentMethod: z.ZodOptional; authorizedPaymentCreated: z.ZodOptional; authorizedPaymentCaptured: z.ZodOptional; authorizedPaymentVoided: z.ZodOptional; refundInitiated: z.ZodOptional; paymentRefunded: z.ZodOptional; paymentRefundFailed: z.ZodOptional; refundedAsStoreCredit: z.ZodOptional; paymentPending: z.ZodOptional; paymentCanceled: z.ZodOptional; paymentDeclined: z.ZodOptional; receiptSent: z.ZodOptional; chargebackCreated: z.ZodOptional; chargebackReversed: z.ZodOptional; receiptCreated: z.ZodIntersection; }, z.core.$strip>, z.ZodXor; externalReceipt: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ externalReceipt: z.ZodOptional; wixReceipt: z.ZodObject<{ receiptId: z.ZodOptional; displayNumber: z.ZodNullable>; }, z.core.$strip>; }, z.core.$strip>, z.ZodObject<{ wixReceipt: z.ZodOptional; externalReceipt: z.ZodObject<{ receiptId: z.ZodNullable>; displayNumber: z.ZodNullable>; }, z.core.$strip>; }, z.core.$strip>]>>; }, z.core.$strip>, z.ZodObject<{ merchantComment: z.ZodOptional; orderRefunded: z.ZodOptional; draftOrderChangesApplied: z.ZodOptional; savedPaymentMethod: z.ZodOptional; authorizedPaymentCreated: z.ZodOptional; authorizedPaymentCaptured: z.ZodOptional; authorizedPaymentVoided: z.ZodOptional; refundInitiated: z.ZodOptional; paymentRefunded: z.ZodOptional; paymentRefundFailed: z.ZodOptional; refundedAsStoreCredit: z.ZodOptional; paymentPending: z.ZodOptional; paymentCanceled: z.ZodOptional; paymentDeclined: z.ZodOptional; receiptCreated: z.ZodOptional; chargebackCreated: z.ZodOptional; chargebackReversed: z.ZodOptional; receiptSent: z.ZodIntersection; }, z.core.$strip>, z.ZodXor; externalReceipt: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ externalReceipt: z.ZodOptional; wixReceipt: z.ZodObject<{ receiptId: z.ZodOptional; displayNumber: z.ZodNullable>; }, z.core.$strip>; }, z.core.$strip>, z.ZodObject<{ wixReceipt: z.ZodOptional; externalReceipt: z.ZodObject<{ receiptId: z.ZodNullable>; displayNumber: z.ZodNullable>; }, z.core.$strip>; }, z.core.$strip>]>>; }, z.core.$strip>, z.ZodObject<{ merchantComment: z.ZodOptional; orderRefunded: z.ZodOptional; draftOrderChangesApplied: z.ZodOptional; savedPaymentMethod: z.ZodOptional; authorizedPaymentCreated: z.ZodOptional; authorizedPaymentCaptured: z.ZodOptional; authorizedPaymentVoided: z.ZodOptional; refundInitiated: z.ZodOptional; paymentRefunded: z.ZodOptional; paymentRefundFailed: z.ZodOptional; refundedAsStoreCredit: z.ZodOptional; paymentPending: z.ZodOptional; paymentCanceled: z.ZodOptional; paymentDeclined: z.ZodOptional; receiptCreated: z.ZodOptional; receiptSent: z.ZodOptional; chargebackReversed: z.ZodOptional; chargebackCreated: z.ZodObject<{ paymentId: z.ZodOptional; chargebackId: z.ZodOptional; amount: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; paymentDetails: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>, z.ZodXor; }, z.core.$strip>, z.ZodObject<{ creditCardDetails: z.ZodObject<{ lastFourDigits: z.ZodNullable>; brand: z.ZodNullable>; }, z.core.$strip>; }, z.core.$strip>]>>>; }, z.core.$strip>; }, z.core.$strip>, z.ZodObject<{ merchantComment: z.ZodOptional; orderRefunded: z.ZodOptional; draftOrderChangesApplied: z.ZodOptional; savedPaymentMethod: z.ZodOptional; authorizedPaymentCreated: z.ZodOptional; authorizedPaymentCaptured: z.ZodOptional; authorizedPaymentVoided: z.ZodOptional; refundInitiated: z.ZodOptional; paymentRefunded: z.ZodOptional; paymentRefundFailed: z.ZodOptional; refundedAsStoreCredit: z.ZodOptional; paymentPending: z.ZodOptional; paymentCanceled: z.ZodOptional; paymentDeclined: z.ZodOptional; receiptCreated: z.ZodOptional; receiptSent: z.ZodOptional; chargebackCreated: z.ZodOptional; chargebackReversed: z.ZodObject<{ paymentId: z.ZodOptional; chargebackId: z.ZodOptional; amount: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; reversalAmount: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; paymentDetails: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>, z.ZodXor; }, z.core.$strip>, z.ZodObject<{ creditCardDetails: z.ZodObject<{ lastFourDigits: z.ZodNullable>; brand: z.ZodNullable>; }, z.core.$strip>; }, z.core.$strip>]>>>; }, z.core.$strip>; }, z.core.$strip>]>>>>; attributionSource: z.ZodOptional>; createdBy: z.ZodOptional, z.ZodXor; memberId: z.ZodOptional; visitorId: z.ZodOptional; appId: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ memberId: z.ZodOptional; visitorId: z.ZodOptional; appId: z.ZodOptional; userId: z.ZodString; }, z.core.$strip>, z.ZodObject<{ userId: z.ZodOptional; visitorId: z.ZodOptional; appId: z.ZodOptional; memberId: z.ZodString; }, z.core.$strip>, z.ZodObject<{ userId: z.ZodOptional; memberId: z.ZodOptional; appId: z.ZodOptional; visitorId: z.ZodString; }, z.core.$strip>, z.ZodObject<{ userId: z.ZodOptional; memberId: z.ZodOptional; visitorId: z.ZodOptional; appId: z.ZodString; }, z.core.$strip>]>>>; channelInfo: z.ZodOptional>; externalOrderId: z.ZodNullable>; externalOrderUrl: z.ZodNullable>; }, z.core.$strip>>; seenByAHuman: z.ZodNullable>; checkoutId: z.ZodNullable>; customFields: z.ZodOptional>; title: z.ZodOptional; translatedTitle: z.ZodNullable>; }, z.core.$strip>>>; balanceSummary: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; paid: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; refunded: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; authorized: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; pendingRefund: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; pending: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; chargeback: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; chargebackReversal: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; platformFees: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; totalMinusPlatformFees: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; additionalFees: z.ZodOptional>; name: z.ZodOptional; price: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; taxDetails: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; taxRate: z.ZodOptional; totalTax: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; taxInfo: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; taxableAmount: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; taxRate: z.ZodNullable>; taxGroupId: z.ZodNullable>; taxIncludedInPrice: z.ZodOptional; taxBreakdown: z.ZodOptional>; rate: z.ZodNullable>; taxAmount: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; taxType: z.ZodNullable>; taxName: z.ZodNullable>; jurisdictionType: z.ZodOptional>; nonTaxableAmount: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; taxableAmount: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>>; }, z.core.$strip>>; providerAppId: z.ZodNullable>; priceBeforeTax: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; priceAfterTax: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; _id: z.ZodOptional; lineItemIds: z.ZodOptional>; source: z.ZodOptional>; }, z.core.$strip>>>; extendedFields: z.ZodOptional>>; }, z.core.$strip>>; purchaseFlowId: z.ZodNullable>; recipientInfo: z.ZodOptional; number: z.ZodOptional; }, z.core.$strip>>; city: z.ZodNullable>; subdivision: z.ZodNullable>; country: z.ZodNullable>; postalCode: z.ZodNullable>; addressLine2: z.ZodNullable>; }, z.core.$strip>>; contactDetails: z.ZodOptional>; lastName: z.ZodNullable>; phone: z.ZodNullable>; company: z.ZodNullable>; vatId: z.ZodOptional; type: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; tags: z.ZodOptional>; }, z.core.$strip>>; tags: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>>; purchasedDate: z.ZodNullable>; businessLocation: z.ZodOptional; name: z.ZodOptional; }, z.core.$strip>>; payAfterFreeTrial: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; shipping: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; tax: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; discount: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; total: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; totalAdditionalFees: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; platformFeeSummary: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; totalPassOn: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; totalAbsorbed: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; fees: z.ZodOptional; translated: z.ZodNullable>; }, z.core.$strip>>; amount: z.ZodOptional; formattedAmount: z.ZodOptional; }, z.core.$strip>>; lineItemId: z.ZodOptional; chargeType: z.ZodOptional>; percentageRate: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>; declare const BulkUpdateOrderTagsRequest: z.ZodObject<{ orderIds: z.ZodArray; options: z.ZodOptional>; }, z.core.$strip>>; tags: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>>; unassignTags: z.ZodOptional>; }, z.core.$strip>>; tags: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>; declare const BulkUpdateOrderTagsResponse: z.ZodObject<{ results: z.ZodOptional>; originalIndex: z.ZodOptional; success: z.ZodOptional; error: z.ZodOptional; description: z.ZodOptional; data: z.ZodNullable>>; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>>; bulkActionMetadata: z.ZodOptional; totalFailures: z.ZodOptional; undetailedFailures: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; export { AddActivitiesRequest, AddActivitiesResponse, BulkUpdateOrderTagsRequest, BulkUpdateOrderTagsResponse, BulkUpdateOrdersRequest, BulkUpdateOrdersResponse, CancelOrderRequest, CancelOrderResponse, CaptureAuthorizedPaymentsRequest, CaptureAuthorizedPaymentsResponse, CreateOrderRequest, CreateOrderResponse, GetOrderRequest, GetOrderResponse, GetPaymentCollectabilityStatusRequest, GetPaymentCollectabilityStatusResponse, PreparePaymentCollectionRequest, PreparePaymentCollectionResponse, SearchOrdersRequest, SearchOrdersResponse, UpdateOrderRequest, UpdateOrderResponse, VoidAuthorizedPaymentsRequest, VoidAuthorizedPaymentsResponse };