CustomerInfo

NSString*  status;
NSString*  generated;
BOOL       present;
NSString*  id;
NSString*  extId;
VariableDescriptionExample

status

OK if customer has been created, KO otherwise

{"OK","KO"}

generated

data when the customer has been created

2022-07-08T13:15:43.885Z

present

id

id of the customer created

986a372347aac5e4a94516db835d58aa

extId

a string value associated to the customer. Usually it is used to store an external CRM id of the customer

Last updated