}                                              //end BillingItemApprovalLevel()

        public BillingItemApprovalLevel(net.autotask.webservices.BillingItemApprovalLevel entity) : base(entity)
        {
            this.ApprovalDateTime   = DateTime.Parse(entity.ApprovalDateTime.ToString());
            this.ApprovalLevel      = int.Parse(entity.ApprovalLevel.ToString());
            this.ApprovalResourceID = int.Parse(entity.ApprovalResourceID.ToString());
            this.TimeEntryID        = int.Parse(entity.TimeEntryID.ToString());
        } //end BillingItemApprovalLevel(net.autotask.webservices.BillingItemApprovalLevel entity)
        }                                              //end BillingItemApprovalLevel()

        public BillingItemApprovalLevel(net.autotask.webservices.BillingItemApprovalLevel entity) : base(entity)
        {
        } //end BillingItemApprovalLevel(net.autotask.webservices.BillingItemApprovalLevel entity)