All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.soffa.foundation.core.models.UserInfo Maven / Gradle / Ivy

package io.soffa.foundation.core.models;

import lombok.Data;

@Data
public class UserInfo {
    private String nickname;
    private String givenName;
    private String familyName;
    private String gender;
    private String city;
    private String country;
    private String email;
    private String phoneNumber;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy