Inttegro TypeScript SDK - v8.2.0
Studio
GitHub
Preparing search index...
types/purchase-intents
PurchaseIntent
Interface PurchaseIntent
interface
PurchaseIntent
{
activity
?:
PurchaseIntentActivityLog
;
adjustableQuantity
:
boolean
;
allowVariants
:
boolean
;
applicationId
:
string
;
createdAt
:
string
;
id
:
string
;
price
?:
PurchaseIntentPrice
;
priceId
:
string
;
product
?:
Product
;
productId
:
string
;
quantity
:
PurchaseIntentQuantity
;
status
:
PurchaseIntentStatus
;
updatedAt
?:
string
|
null
;
}
Index
Properties
activity?
adjustable
Quantity
allow
Variants
application
Id
created
At
id
price?
price
Id
product?
product
Id
quantity
status
updated
At?
Properties
Optional
activity
activity
?:
PurchaseIntentActivityLog
adjustable
Quantity
adjustableQuantity
:
boolean
allow
Variants
allowVariants
:
boolean
application
Id
applicationId
:
string
created
At
createdAt
:
string
id
id
:
string
Optional
price
price
?:
PurchaseIntentPrice
price
Id
priceId
:
string
Optional
product
product
?:
Product
product
Id
productId
:
string
quantity
quantity
:
PurchaseIntentQuantity
status
status
:
PurchaseIntentStatus
Optional
updated
At
updatedAt
?:
string
|
null
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
activity
adjustable
Quantity
allow
Variants
application
Id
created
At
id
price
price
Id
product
product
Id
quantity
status
updated
At
Studio
GitHub
Inttegro TypeScript SDK - v8.2.0
Loading...