Inttegro TypeScript SDK - v8.2.0
Studio
GitHub
Preparing search index...
types/purchase-intents
PurchaseIntentActivity
Interface PurchaseIntentActivity
interface
PurchaseIntentActivity
{
amount
?:
Amount
;
attribution
?:
PurchaseIntentActivityAttribution
;
createdAt
?:
string
;
errorCode
?:
string
;
id
?:
string
;
orderId
?:
string
;
paymentId
?:
string
;
productId
?:
string
;
purchaseIntentId
?:
string
;
quantity
?:
number
;
source
?:
string
;
type
?:
PurchaseIntentActivityType
;
variantProductId
?:
string
;
visitor
?:
PurchaseIntentActivityVisitor
;
}
Index
Properties
amount?
attribution?
created
At?
error
Code?
id?
order
Id?
payment
Id?
product
Id?
purchase
Intent
Id?
quantity?
source?
type?
variant
Product
Id?
visitor?
Properties
Optional
amount
amount
?:
Amount
Optional
attribution
attribution
?:
PurchaseIntentActivityAttribution
Optional
created
At
createdAt
?:
string
Optional
error
Code
errorCode
?:
string
Optional
id
id
?:
string
Optional
order
Id
orderId
?:
string
Optional
payment
Id
paymentId
?:
string
Optional
product
Id
productId
?:
string
Optional
purchase
Intent
Id
purchaseIntentId
?:
string
Optional
quantity
quantity
?:
number
Optional
source
source
?:
string
Optional
type
type
?:
PurchaseIntentActivityType
Optional
variant
Product
Id
variantProductId
?:
string
Optional
visitor
visitor
?:
PurchaseIntentActivityVisitor
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
amount
attribution
created
At
error
Code
id
order
Id
payment
Id
product
Id
purchase
Intent
Id
quantity
source
type
variant
Product
Id
visitor
Studio
GitHub
Inttegro TypeScript SDK - v8.2.0
Loading...