Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 1.42 KB

CustomerExtraData.md

File metadata and controls

19 lines (16 loc) · 1.42 KB

CustomerExtraData

Properties

Name Type Description Notes
transactionsNumber float Historical count of customer's cash transactions made in partner's e-shop [optional]
cashlessTransactionsNumber float Historical count of customer's cashless transactions made in partner's e-shop [optional]
transactionsSum \SkipPay\Model\Amount [optional]
cashlessTransactionsSum \SkipPay\Model\Amount [optional]
latestTransactionDate \DateTime Newest transaction date on partner e-shop. [optional]
earliestTransactionDate \DateTime Oldest transaction date on partner e-shop [optional]
pageTotalTime float Total time spent on partners website (in seconds) [optional]
pageReviewsTime float Total time spent on partners website in review and comments sections (in seconds) [optional]
cartItemsRemoved float Total count of removed items form shopping basket during current shopping [optional]
itemsViewed float Number of viewed pages with products [optional]
tags string[] List of custom tags (ie. information, that customer is club member, vip customer, etc.) [optional]

[Back to Model list] [Back to API list] [Back to README]