# CustomerInfo

```
NSString*  status;
NSString*  generated;
NSString*  id;
NSString*  extId;
```

<table><thead><tr><th>Variable</th><th width="150">Description</th><th>Example</th></tr></thead><tbody><tr><td>status</td><td>OK if customer has been created, KO otherwise</td><td>{"OK","KO"}</td></tr><tr><td>generated</td><td>data when the customer has been created</td><td>2022-07-08T13:15:43.885Z</td></tr><tr><td>id</td><td>id of the customer created</td><td>986a372347aac5e4a94516db835d58aa</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></tbody></table>
