Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 795 Bytes

TrackCustomerRequest.md

File metadata and controls

18 lines (13 loc) · 795 Bytes

dub.model.TrackCustomerRequest

Load the model package

import 'package:dub/api.dart';

Properties

Name Type Description Notes
customerId String This is the unique identifier for the customer in the client's app. This is used to track the customer's journey.
customerName String Name of the customer in the client's app. [optional]
customerEmail String Email of the customer in the client's app. [optional]
customerAvatar String Avatar of the customer in the client's app. [optional]

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