}
customer.setNetworkOrigin(CustomerNetworkOrigin.GOOGLE_ACCOUNT);
CustomerAttribute attribute = new CustomerAttribute();
AttributeDefinition attributeDefinition = attributeService.getAttributeDefinitionByCode(CustomerAttribute.CUSTOMER_ATTRIBUTE_SCREENAME);
attribute.setAttributeDefinition(attributeDefinition);
String screenName = username;
if (StringUtils.isEmpty(screenName)) {
if (StringUtils.isNotEmpty(lastName)) {
if (StringUtils.isNotEmpty(lastName)) {