}                                                     //end ContractServiceBundleAdjustment()

        public ContractServiceBundleAdjustment(net.autotask.webservices.ContractServiceBundleAdjustment entity) : base(entity)
        {
            this.ContractID               = entity.ContractID == null ? default(int?) : int.Parse(entity.ContractID.ToString());
            this.EffectiveDate            = DateTime.Parse(entity.EffectiveDate.ToString());
            this.ServiceBundleID          = entity.ServiceBundleID == null ? default(int?) : int.Parse(entity.ServiceBundleID.ToString());
            this.UnitChange               = entity.UnitChange == null ? default(int?) : int.Parse(entity.UnitChange.ToString());
            this.AdjustedUnitPrice        = double.Parse(entity.AdjustedUnitPrice.ToString());
            this.AllowRepeatServiceBundle = entity.AllowRepeatServiceBundle == null ? default(bool?) : bool.Parse(entity.AllowRepeatServiceBundle.ToString());
            this.ContractServiceBundleID  = entity.ContractServiceBundleID == null ? default(int?) : int.Parse(entity.ContractServiceBundleID.ToString());
            this.QuoteItemID              = entity.QuoteItemID == null ? default(int?) : int.Parse(entity.QuoteItemID.ToString());
        } //end ContractServiceBundleAdjustment(net.autotask.webservices.ContractServiceBundleAdjustment entity)
        }                                                     //end ContractServiceBundleAdjustment()

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