}                                                 //end AdditionalInvoiceFieldValue()

        public AdditionalInvoiceFieldValue(net.autotask.webservices.AdditionalInvoiceFieldValue entity) : base(entity)
        {
            this.AdditionalInvoiceFieldID = long.Parse(entity.AdditionalInvoiceFieldID.ToString());
            this.FieldValue     = entity.FieldValue == null ? default(string) : entity.FieldValue.ToString();
            this.InvoiceBatchID = long.Parse(entity.InvoiceBatchID.ToString());
        } //end AdditionalInvoiceFieldValue(net.autotask.webservices.AdditionalInvoiceFieldValue entity)
        }                                                 //end AdditionalInvoiceFieldValue()

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