RicOneApi.Models.XPress.XDemographicsType.XDemographicsType C# (CSharp) Метод

XDemographicsType() публичный Метод

public XDemographicsType ( ) : System
Результат System
        public XDemographicsType()
        {
            races = new XRaceListType();
            hispanicLatinoEthnicity = null;
            sex = null;
            birthDate = null;
            countryOfBirth = null;
            usCitizenshipStatus = null;
        }
XDemographicsType