OrderResponse: { _id: string; altId: string; altType: string; status: string; sourceType: string; createdAt: string; updatedAt: string; contactId?: string; contactName?: string; contactEmail?: string; currency?: string; amount?: number; subtotal?: number; discount?: number; liveMode?: boolean; totalProducts?: number; sourceName?: string; sourceId?: string; sourceMeta?: OrderSourceMetaData; couponCode?: string; sourceSubType?: string; fulfillmentStatus?: string; onetimeProducts?: number; recurringProducts?: number;} Type declaration
_id: string
altId: string
altType: string
status: string
sourceType: string
createdAt: string
updatedAt: string
Optional
contactId?: string
Optional
contactName?: string
Optional
contactEmail?: string
Optional
currency?: string
Optional
amount?: number
Optional
subtotal?: number
Optional
discount?: number
Optional
liveMode?: boolean
Optional
totalProducts?: number
Optional
sourceName?: string
Optional
sourceId?: string
Optional
couponCode?: string
Optional
sourceSubType?: string
Optional
fulfillmentStatus?: string
Optional
onetimeProducts?: number
Optional
recurringProducts?: number