String username;
String password;
String firstName;
String lastName;
String phoneNumber;
String email;
String gender;
String birthDate;
String language;
String country;
String zipCode;
String companyName;
String civilStatus;
Boolean phoneVerified;
Boolean emailVerified;
Boolean ppd;
Boolean profiling;
Map<String, String> custom;
Map<String, Boolean> policies = new HashMap();
CustomerDocument document;
Boolean lock;
String extId;
String extProp1;
String extProp2;String status;
String generated;
boolean present;
String id;
String extId;cloud4wiSDK.getListOfPoliciesCustomer customer = new Customer();
customer.setFirstName("Luigi");
customer.setLastName("Red");
customer.setEmail("[email protected]");
customer.setPpd(true);
customer.setProfiling(true);
customer.setBirthDate("1985-01-01");
customer.setGender("M");
customer.setExtId("extIdx");
customer.setExtProp1("extProp1x");
customer.setExtProp2("extProp2x");
customer.setPhoneNumber("+39338123456789");
customer.setCountry("IT");
customer.setLanguage("it");
CustomerDocument customerDocument = new CustomerDocument();
customerDocument.setMemberId("membId123");
customerDocument.setType("passport");
customerDocument.setPassportNumber("pp123456789");
customerDocument.setPersonalId("pid123465");
customer.setDocument(customerDocument);
Map<String,String> map = new HashMap<>();
map.put("custom1","true");
map.put("custom2", "false");
customer.addPolicy("termsOfUse", true);
customer.addPolicy("privacy", true);
customer.setCustom(map);String memberId;
String number;
String passportNumber;
String personalId;
String type;String realm;
String friendlyName;
Boolean roaming;String ssid;String status;
String generated;
String id;
String organizationId;
String locationId;
String hotspotId;
String username;
String password;
Boolean locked;String cid;
String username;
String email;
String phoneNumber;
String extId;
String extProp1;
String extProp2;