VatSearchTaxis Constructor
Parameters
- taxisUser
- string
Entity Special Taxis User Name
- taxisKey
- string
Entity Special Taxis Key
- searchVAT
- string
The VAT Number of the Company you want to search
- calledby
- string
Entity Vat Number for which the call is being made.
- ArbitransUser
- string
User Name provided by Arbitrans
- ArbitransKey
- string
Key provided by Arbitrans
Vat_SearchTaxis afm = new Vat_SearchTaxis("SpecialTaxisUserName", "SpecialTaxisKey", "123456789", "987654321"); var gafm = afm.Gafm(); var gcommerTitle = afm.GcommerTitle(); var gdeactivationflagdescr = afm.GdeactivationFlagDescr(); var gdoy = afm.GdoyDescr(); var gdrastiriotita = afm.GDrastiriotita(); var gdrastiriotitadesc = afm.GDrastiriotitaDesc(); var gerror = afm.GError(); var gfirmflagdescr = afm.GfirmFlagDescr(); var glegalstatusdescr = afm.GlegalStatusDescr(); var gnomos = afm.GNomos(afm.GpostalZipCode()); var gonomasia = afm.Gonomasia(); var gpostaladdress = afm.GpostalAddress(); var gpostaladdresno = afm.GpostalAddressNo(); var gpostalareadescription = afm.GpostalAreaDescription(); var gpostalzipcode = afm.GpostalZipCode(); var gregistdeate = afm.GregistDate();
This language is not supported or no code example is available.
Dim afm as Vat_SearchTaxis = new Vat_SearchTaxis("SpecialTaxisUserName", "SpecialTaxisKey", "123456789", "987654321") Dim gafm = afm.Gafm() Dim gcommerTitle = afm.GcommerTitle() Dim gdeactivationflagdescr = afm.GdeactivationFlagDescr() Dim gdoy = afm.GdoyDescr() Dim gdrastiriotita = afm.GDrastiriotita() Dim gdrastiriotitadesc = afm.GDrastiriotitaDesc() Dim gerror = afm.GError() Dim gfirmflagdescr = afm.GfirmFlagDescr() Dim glegalstatusdescr = afm.GlegalStatusDescr() Dim gnomos = afm.GNomos(afm.GpostalZipCode()) Dim gonomasia = afm.Gonomasia() Dim gpostaladdress = afm.GpostalAddress() Dim gpostaladdresno = afm.GpostalAddressNo() Dim gpostalareadescription = afm.GpostalAreaDescription() Dim gpostalzipcode = afm.GpostalZipCode() Dim gregistdeate = afm.GregistDate()
This language is not supported or no code example is available.