Type Alias TransactionDetailsResponse
TransactionDetailsResponse: { _id: string; altId: string; altType: string; contactId?: string; contactSnapshot?: OrderContactSnapshot; currency?: string; amount?: number; status?: string; liveMode?: boolean; createdAt: string; updatedAt: string; entityType?: string; entityId?: string; entitySource?: OrderSource; chargeId?: string; chargeSnapshot?: TransactionChargeSnapshot; invoiceId?: string; subscriptionId?: string; paymentProvider?: TransactionPaymentProvider; ipAddress?: string; meta?: OrderSourceMetaData; markAsTest?: boolean; isParent?: boolean; amountRefunded?: number; receiptId?: string; qboSynced?: boolean; qboResponse?: TransactionQboDetails; traceId?: string;} Type declaration
_id: string
altId: string
altType: string
OptionalcontactId?: string
Optionalcurrency?: string
Optionalamount?: number
Optionalstatus?: string
OptionalliveMode?: boolean
createdAt: string
updatedAt: string
OptionalentityType?: string
OptionalentityId?: string
OptionalentitySource?: OrderSource
OptionalchargeId?: string
OptionalinvoiceId?: string
OptionalsubscriptionId?: string
OptionalipAddress?: string
OptionalmarkAsTest?: boolean
OptionalisParent?: boolean
OptionalamountRefunded?: number
OptionalreceiptId?: string
OptionalqboSynced?: boolean
OptionaltraceId?: string