Example #1
0
        /// <summary>
        /// Gets the type of the excise individual.
        /// </summary>
        /// <returns>returns ExciseIndividualType </returns>
        public static ExciseIndividualType GetExciseIndividualType()
        {
            string exciseTaxAffidavitValue;
            ExciseIndividualType exciseIndividualType = new ExciseIndividualType();

            exciseTaxAffidavitValue = smartClientService.GetExciseIndividualType();
            exciseIndividualType.ReadXml(Utilities.SharedFunctions.XmlParser(exciseTaxAffidavitValue));
            return(exciseIndividualType);
        }