Exemplo n.º 1
0
 public System.Threading.Tasks.Task <CreateAccountWizard.CASalesTax.GetTaxRateResponse> GetTaxRateAsync(string address, string city, string zip, string taxrate, string county, string jurisdiction)
 {
     CreateAccountWizard.CASalesTax.GetTaxRateRequest inValue = new CreateAccountWizard.CASalesTax.GetTaxRateRequest();
     inValue.Body              = new CreateAccountWizard.CASalesTax.GetTaxRateRequestBody();
     inValue.Body.address      = address;
     inValue.Body.city         = city;
     inValue.Body.zip          = zip;
     inValue.Body.taxrate      = taxrate;
     inValue.Body.county       = county;
     inValue.Body.jurisdiction = jurisdiction;
     return(((CreateAccountWizard.CASalesTax.CATaxRateAPISoap)(this)).GetTaxRateAsync(inValue));
 }
Exemplo n.º 2
0
 public int GetTaxRate(string address, string city, string zip, ref string taxrate, ref string county, ref string jurisdiction)
 {
     CreateAccountWizard.CASalesTax.GetTaxRateRequest inValue = new CreateAccountWizard.CASalesTax.GetTaxRateRequest();
     inValue.Body              = new CreateAccountWizard.CASalesTax.GetTaxRateRequestBody();
     inValue.Body.address      = address;
     inValue.Body.city         = city;
     inValue.Body.zip          = zip;
     inValue.Body.taxrate      = taxrate;
     inValue.Body.county       = county;
     inValue.Body.jurisdiction = jurisdiction;
     CreateAccountWizard.CASalesTax.GetTaxRateResponse retVal = ((CreateAccountWizard.CASalesTax.CATaxRateAPISoap)(this)).GetTaxRate(inValue);
     taxrate      = retVal.Body.taxrate;
     county       = retVal.Body.county;
     jurisdiction = retVal.Body.jurisdiction;
     return(retVal.Body.GetTaxRateResult);
 }
Exemplo n.º 3
0
 System.Threading.Tasks.Task <CreateAccountWizard.CASalesTax.GetTaxRateResponse> CreateAccountWizard.CASalesTax.CATaxRateAPISoap.GetTaxRateAsync(CreateAccountWizard.CASalesTax.GetTaxRateRequest request)
 {
     return(base.Channel.GetTaxRateAsync(request));
 }
Exemplo n.º 4
0
 CreateAccountWizard.CASalesTax.GetTaxRateResponse CreateAccountWizard.CASalesTax.CATaxRateAPISoap.GetTaxRate(CreateAccountWizard.CASalesTax.GetTaxRateRequest request)
 {
     return(base.Channel.GetTaxRate(request));
 }