Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 2.36 KB

ApplicationCustomer.md

File metadata and controls

22 lines (17 loc) · 2.36 KB

# ApplicationCustomer

Properties

Name Type Description Notes
id int Internal ID of this entity. Internal ID of this entity.
created \DateTime The time this entity was created. The time this entity was created. The time this entity was created. The time this entity was created.
integrationId string The integration ID set by your integration layer. The integration ID set by your integration layer.
attributes object Arbitrary properties associated with this item.
accountId int The ID of the Talon.One account that owns this profile. The ID of the Talon.One account that owns this profile.
closedSessions int The total amount of closed sessions by a customer. A closed session is a successful purchase.
totalSales float The total amount of money spent by the customer before discounts are applied. The total sales amount excludes the following: - Cancelled or reopened sessions. - Returned items.
loyaltyMemberships \TalonOne\Client\Model\LoyaltyMembership[] DEPRECATED A list of loyalty programs joined by the customer. [optional]
audienceMemberships \TalonOne\Client\Model\AudienceMembership[] The audiences the customer belongs to. [optional]
lastActivity \DateTime Timestamp of the most recent event received from this customer. This field is updated on calls that trigger the Rule Engine and that are not dry requests. For example, reserving a coupon for a customer doesn't impact this field.
sandbox bool An indicator of whether the customer is part of a sandbox or live Application. See the docs. [optional]
advocateIntegrationId string The Integration ID of the Customer Profile that referred this Customer in the Application. [optional]

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