Type Alias TransactionData
TransactionData: { _id: string; altId: string; altType: string; contactId?: string; contactName?: string; contactEmail?: string; currency?: string; amount?: number; status: string; liveMode?: boolean; entityType?: string; entityId?: string; entitySourceType: OrderSourceType; entitySourceSubType?: OrderSourceSubType; entitySourceName?: string; entitySourceId?: string; entitySourceMeta?: OrderSourceMetaData; subscriptionId?: string; chargeId?: string; chargeSnapshot?: TransactionChargeSnapshot; paymentProviderType?: string; paymentProviderConnectedAccount?: string; ipAddress?: string; createdAt: string; updatedAt: string; amountRefunded?: number; paymentMethod?: TransactionMethods;} Type declaration
_id: string
altId: string
altType: string
Optional
contactId?: string
Optional
contactName?: string
Optional
contactEmail?: string
Optional
currency?: string
Optional
amount?: number
status: string
Optional
liveMode?: boolean
Optional
entityType?: string
Optional
entityId?: string
Optional
entitySourceName?: string
Optional
entitySourceId?: string
Optional
subscriptionId?: string
Optional
chargeId?: string
Optional
paymentProviderType?: string
Optional
paymentProviderConnectedAccount?: string
Optional
ipAddress?: string
createdAt: string
updatedAt: string
Optional
amountRefunded?: number