Foundation Technology

Get more value from your data with integrated data cleansing in your systems. Automate data extraction, cleansing and import for greater efficiency.

 

Quote

Definition

            public class Quote
            {
                public Service[] Services;
                public double ServiceTotal;
                public double SubTotal;
                public double VAT;
                public double GrandTotal;
            }
        

Description

Contains a set of data cleansing Services, along with the total value that will be charged for these services.

  • The Services field contains an array of Service instances, each describing a single data cleansing service that has been selected for purchasing.
  • The ServiceTotal field contains the sum of the Price fields on each of the selected services.
  • The SubTotal field contains the total net value that will be charged. This will normally be the same as the ServiceTotal field, but may be more in cases where the ServiceTotal is less than the minimum order value.
  • The VAT field contains the amount of VAT that will be charged on the net value in the SubTotal field.
  • The GrandTotal field contains the gross value that will be charged for the services.

Results Manager documentation

Skip Navigation Links
Request handled by server S1 for client 38.107.179.219 at 22/05/2012 06:14:30