RicOneApi.Models.XPress.XDemographicsType.XDemographicsType C# (CSharp) Method

XDemographicsType() public method

public XDemographicsType ( ) : System
return System
        public XDemographicsType()
        {
            races = new XRaceListType();
            hispanicLatinoEthnicity = null;
            sex = null;
            birthDate = null;
            countryOfBirth = null;
            usCitizenshipStatus = null;
        }
XDemographicsType