Exemplo n.º 1
0
 public System.Threading.Tasks.Task <DV_10132020_EN_CLIO.VIES.checkVatResponse> checkVatAsync(string countryCode, string vatNumber)
 {
     DV_10132020_EN_CLIO.VIES.checkVatRequest inValue = new DV_10132020_EN_CLIO.VIES.checkVatRequest();
     inValue.Body             = new DV_10132020_EN_CLIO.VIES.checkVatRequestBody();
     inValue.Body.countryCode = countryCode;
     inValue.Body.vatNumber   = vatNumber;
     return(((DV_10132020_EN_CLIO.VIES.checkVatPortType)(this)).checkVatAsync(inValue));
 }
Exemplo n.º 2
0
 public string checkVat(ref string countryCode, ref string vatNumber, out bool valid, out string name, out string address)
 {
     DV_10132020_EN_CLIO.VIES.checkVatRequest inValue = new DV_10132020_EN_CLIO.VIES.checkVatRequest();
     inValue.Body             = new DV_10132020_EN_CLIO.VIES.checkVatRequestBody();
     inValue.Body.countryCode = countryCode;
     inValue.Body.vatNumber   = vatNumber;
     DV_10132020_EN_CLIO.VIES.checkVatResponse retVal = ((DV_10132020_EN_CLIO.VIES.checkVatPortType)(this)).checkVat(inValue);
     countryCode = retVal.Body.countryCode;
     vatNumber   = retVal.Body.vatNumber;
     valid       = retVal.Body.valid;
     name        = retVal.Body.name;
     address     = retVal.Body.address;
     return(retVal.Body.requestDate);
 }
Exemplo n.º 3
0
 System.Threading.Tasks.Task <DV_10132020_EN_CLIO.VIES.checkVatResponse> DV_10132020_EN_CLIO.VIES.checkVatPortType.checkVatAsync(DV_10132020_EN_CLIO.VIES.checkVatRequest request)
 {
     return(base.Channel.checkVatAsync(request));
 }
Exemplo n.º 4
0
 DV_10132020_EN_CLIO.VIES.checkVatResponse DV_10132020_EN_CLIO.VIES.checkVatPortType.checkVat(DV_10132020_EN_CLIO.VIES.checkVatRequest request)
 {
     return(base.Channel.checkVat(request));
 }