# CustomerQuery

```objectivec
NSString *cid;
NSString *username;
NSString *email;
NSString *phoneNumber;
NSString *extId;
NSString *extProp1;
NSString *extProp2;
```

<table><thead><tr><th>Variable</th><th width="150">Description</th><th>Example</th></tr></thead><tbody><tr><td>cid</td><td>id of the customer</td><td></td></tr><tr><td>extId</td><td>a string value associated to the customer. Usually it is used to store an external CRM id of the customer</td><td></td></tr><tr><td>extProp1</td><td>a generic string value associated to the customer</td><td></td></tr><tr><td>extProp2</td><td>a generic string value associated to the customer</td><td></td></tr></tbody></table>
